
@import url('https://fonts.googleapis.com/css?family=Cinzel|Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('https://fonts.googleapis.com/css?family=Raleway');
/* MAIN COLOR */
/* #2C3162 */

/* font-family: 'Raleway', sans-serif; */

.svg-fill{
  fill:#0065B3;
}

.st0{fill:#000;}
.st1{fill:#000;}

.logo-path{
  fill:#0065B3;
}
.number-text,
date{
}
/*LOADING*/
.loading{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 6000;
  background: #fff;
  transform: translateY(0%);
  transition:all 200ms 500ms;
}
.loading.hide{
transform: translateY(-100%);
  
}
.loading .loading-logo{
  position: absolute;
  top:50%;
  left:50%;
  margin:-100px 0 0 -100px;
  width: 200px;
  height: 200px;
}
.loading .loading-logo:after{
  content:"";
  position: absolute;
  width:100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 1;
  background: #fff;
  -webkit-animation: spin 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  -moz-animation: spin 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  -o-animation: spin 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  animation: spin 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
}

.loading .loading-logo svg{
  width: 100%;
  transition:all 200ms;
  opacity: 1;
}
.loading.hide .loading-logo svg{
  opacity: 0;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(100%); }
}

@-moz-keyframes spin {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(100%); }
}

@-o-keyframes spin {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(100%); }
}

@keyframes spin {
   0% { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}

@-webkit-keyframes arrow_anime {
  0% { -webkit-transform: translateY(0px); }
  40% { -webkit-transform: translateY(-20px); }
  50% { -webkit-transform: translateY(0px); }
}

.pace-running .header,.pace-running .wrapper,
.pace-running .footer{
  opacity: 0;
}

.pace-done .header,.pace-done .wrapper,
.pace-done .footer{
  opacity: 1;
  transition:all 1s;
}

/*----------------------
  common
----------------------*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/noto/noto-thin.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/noto/noto-thin.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-thin.woff") format("woff"), url("/fonts/noto/noto-thin.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/noto/noto-light.eot");
  src: url("/fonts/noto/noto-light.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-light.woff") format("woff"), url("/fonts/noto/noto-light.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/noto/noto-demilight.eot");
  src: url("/fonts/noto/noto-demilight.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-demilight.woff") format("woff"), url("/fonts/noto/noto-demilight.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto/noto-regular.eot");
  src: url("/fonts/noto/noto-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-regular.woff") format("woff"), url("/fonts/noto/noto-regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/noto/noto-medium.eot");
  src: url("/fonts/noto/noto-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-medium.woff") format("woff"), url("/fonts/noto/noto-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto/noto-blod.eot");
  src: url("/fonts/noto/noto-blod.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-blod.woff") format("woff"), url("/fonts/noto/noto-blod.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/noto/noto-black.eot");
  src: url("/fonts/noto/noto-black.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-black.woff") format("woff"), url("/fonts/noto/noto-black.ttf") format("truetype"); }


@font-face{ 
    font-family: 'ipa-mincho'; 
    src: url('/fonts/ipaex/ipaexm.eot') format('eot'), 
         url('/fonts/ipaex/ipaexm.woff') format('woff'), 
         url('/fonts/ipaex/ipaexm.ttf') format('truetype'); 
    font-weight: 400; 
    font-style: normal; 
} 
@font-face{ 
    font-family: 'ipa-gothic'; 
    src: url('/fonts/ipaex/ipaexg.eot') format('eot'), 
         url('/fonts/ipaex/ipaexg.woff') format('woff'), 
         url('/fonts/ipaex/ipaexg.ttf') format('truetype'); 
    font-weight: 400; 
    font-style: normal; 
} 

a{
  color: #141414;
  text-decoration:none;
}
a:hover{
  color: #141414;
  text-decoration:underline;
}
a{
  /*color:  #2881c9;*/
}
a:hover img.hover{
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */  
}
.ofh {
  overflow: hidden;
}
.txtUL{text-decoration: underline;}

.fwB{font-weight:bold;}

.caution{color:#C00;}
.attention span{color:#C00;}


.list-mark{
  text-indent:-1em;
  padding:0 0 0 1em;
  overflow: hidden;
}

.mgnB05,.mb05 {margin-bottom: 5px;}
.mgnB10,.mb10 {margin-bottom: 10px;}
.mgnB15,.mb15 {margin-bottom: 15px;}
.mgnB20,.mb20 {margin-bottom: 20px;}
.mgnB30,.mb30 {margin-bottom: 30px;}
.mgnB40,.mb40 {margin-bottom: 40px;}
.mgnB50,.mb50 {margin-bottom: 50px;}
.mgnB60,.mb60 {margin-bottom: 60px;}
.mgnB70,.mb70 {margin-bottom: 70px;}



.pdg05 {padding: 5px;}
.pdg15 {padding: 15px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}

.pdgS05 {padding: 0 5px;}
.pdgS10 {padding: 0 10px;}

.pdgL20 {padding: 0 0 0 20px;}
.pdgL30 {padding: 0 0 0 30px;}

.mgnS05 {margin: 0 5px;}
.mgnS10 {margin: 0 10px;}

.tal{text-align: left!important; }
.tac{text-align: center!important; }
.tar{text-align: right!important; }

.txt11{font-size:11px;}
.txt12{font-size:12px;}
.txt13{font-size:13px;}
.txt14{font-size:14px;}
.txt15{font-size:15px;}
.txt16{font-size:16px;}
.txt17{font-size:17px;}

textarea, input[type="kana_name"], input[type="kana_first"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select[name="prefecture"] {
  border-radius: 4px;
  border:solid 1px #d5d5d5;
  padding: 4px 6px;
  margin-bottom:7px;
}
input[type="submit"]{
  font: 14px/1.61 "Noto Sans Japanese", "MS PGothic", sans-serif; 
  border:none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}




/*----------------------
  common
----------------------*/
body{
  color:#141414;
  line-height: 1.4;
  font: 14px/1.61 "ipa-gothic", "MS PGothic", sans-serif;
  /* font-family: "Noto Sans Japanese", "MS PGothic", sans-serif; */
  /* font-family: 'Crimson Text','Sawarabi Mincho', serif; */
  /* font-family: Georgia,ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGSÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂE,ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª,Meiryo,serif; */
  font-size:15px;
  font-weight: 400;
  border: solid 4px #000000;
  padding: 10px;
  box-sizing: border-box;
  background: url(/img/bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.wrapper {
}
.top .wrapper {
  /* background: #fff; */
}


#mapCanvas,#mapCanvas2 {
  width: 100%;
  height: 400px;
  position: relative;
}

.flow-box img{
  width:100%;
  height:auto;

}
.contact-box{ 
  background:#eee;
  padding: 20px;
  box-sizing: border-box;
}
.contact-box .contact-text{
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
.contact-btns{
  box-sizing:border-box;
}
.contact-box .contact-tel{
  float:left;
  width: 48%;
  background: #2C3162;
  color: #fff;
  padding: 20px;
}
.contact-box .contact-tel .tel{
position: relative;
}
.contact-box .contact-tel .tel a{
  color:#fff;
}
.contact-box .contact-form{
  float:right;
  width: 48%;
}
.contact-box .contact-form a{
  color:#2C3162;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #2C3162;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
}

.contact-btns span{
  display: block;
  position: absolute;
  width: 25px;
  margin: 0;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0;
  transition: all 0;
  right: 0;
  top: 19px;
}
.contact-btns span:before,
.contact-btns span:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top:0;
  }
.contact-btns span:before{
  transform: rotate(45deg);
  left: 8px;
  top: -7px;
}
  
.contact-btns span:after{
  transform: rotate(-45deg);
  left: 8px;
  top: 7px;
}
.contact-btns.contact-form span{
  right:40px;
  top:40px;
}

.sl-wrapper .sl-close {
    z-index: 15000!important;
}

#js-gallery .slide img{
  cursor:zoom-in;
}


.insta-wrap{
  overflow:hidden;
  zoom:1;
}

.insta-wrap > a{
  float:left;
  display:block;
  margin:0 1.5% 30px;
  width: 30%;
  height: auto;
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  overflow: hidden;
  position: relative;
}
  .insta-wrap > a:hover{
  opacity:.7;
}
.insta-wrap > a img{
  width:100%;

}
.insta-wrap a .insta-title{
  display: block;
  position: absolute;
  width: 100%;
  color:#fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  opacity: 0;
  font-size:11px;
}
.insta-wrap a .insta-title:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 1000px;
  top:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left:0;
  background: rgba(0,0,0,0.6);  
  opacity: 0;
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  z-index:-1;
}
.insta-wrap a:hover .insta-title,
.insta-wrap a:hover .insta-title:before{
  opacity: 1;
}


.news-detail{

}
.news-detail .entry-header{
  background: #fafafa;
  padding: 5%;
}
.news-detail .entry-header h1{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-detail .entry-header .date{
  text-align: right;
}
.news-detail .entry-detail{
  padding: 5%;
}
.news-detail .entry-detail .img{
  margin-bottom: 20px;
}
.news-detail .entry-detail .img img{
  width: 100%;
  height: auto;
}
.news-detail .entry-detail p{
  margin-bottom: 10px;
}
.news-detail .entry-detail a{
  color: #340e07;
    text-decoration: underline;
}
.news-detail .entry-detail .entry-table{
    overflow: hidden;
  width: 100%;
}
.news-detail .entry-detail .entry-table thead{}
.news-detail .entry-detail .entry-table thead th{
  background: #eee;
}
.news-detail .entry-detail .entry-table tbody tr{
  border-bottom: solid 1px #f8f8f8;

}
.news-detail .entry-detail .entry-table th{
  padding: 15px;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
  text-align: center;

}
.news-detail .entry-detail .entry-table tbody th{
  text-align: left;
}
.news-detail .entry-detail .entry-table tbody td{
  padding: 15px;
  vertical-align: top;
  color:#6b6a6a;
}

.company-table{
  width: 100%;
}
.company-table th,
.company-table td{
  padding: 20px;
  border-bottom: solid 1px #eee;
}  
.head-line{
  transition: all 800ms;
  transform: translateY(50px);
  opacity: 0;
}
.head-line.show{
  transform: translateY(0px);  
  opacity: 1;
}
section.sub-contents.bg{
  /* background: #f7f7f7; */
}
#listImage{
  display: none;
}
#sellPage #listImage{
  display: block;
}
/*pc-sp common end*/



@media print, screen and (min-width: 768px) {


.gnav {
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  transition:all .5s linear;
  -webkit-transition:all .5s linear;
  position: absolute;
  right: 30px;
  top: 30px;
}
.header.fixed .gnav{
  right:0;
  top:0;
}
.gnav ul{
    overflow:hidden;
  display:flex;
  align-items:center;
  justify-content: center;
}
.gnav ul li{

}

.gnav a{
  display: inline-block;
  /* width:100%; */
  padding: 10px 20px;
  font-size:16px;
  font-weight:bold;
  text-decoration: none;
  color: #000000;
  transition: all 500ms;
  position: relative;
}
.gnav a:hover{
color:#151515;
}  
gnav a span{
  display:block;
}

.gnav ul li a .en{
  opacity: 1;
}

.gnav ul li a .jp{
  opacity: 1;
  position: absolute;
  bottom:-10px;
  left:0;
  text-align:center;
  transform: translateY(180px);
  width:100%;
  font-size:10px;
  transition:all 300ms;
}
.gnav ul li a:hover .jp{
  transform: translateY(0px);
  color:#000;
}
.gnav ul li a:hover{
  /*opacity:0;*/

}
.gnav ul li.contact-btn a{
  padding: 20px;
  background: #000000;
  color:#fff;
  transition:all 300ms;
}
.gnav ul li.contact-btn a:hover{
  background:#000;
}
.header.fixed .gnav ul li.contact-btn a{
  padding: 10px 20px;
}
.gnav ul li.contact-btn a i{
  display:block;
  text-align:center;
  margin-bottom:10px;
  
}

.first-view {
  position: relative;

}
.first-view .first-catch{
  position: absolute;
  top: 40%;
  left:30px;
  color: #000000;
  text-shadow: 1px 2px 3px rgba(255,255,255,0.4);
}
.first-view .first-catch:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #eee;
  transition:all 1000ms 500ms;
  transform-origin: right top;
  transform: scaleX(1) ;
  z-index: 1;
}
.first-view .first-slider{
  position: relative;
  
}
.first-view.show .first-catch:after{
  transform: scaleX(0);
}


.first-view .first-catch h1{font-size: 50px;margin-bottom: 30px;/* background: #fff; */}
.first-view .first-catch h2{
  font-size: 24px;
  margin-bottom: 30px;
  /* color: #8fae4a; */
  /* background: #fff; */
}
.first-view .first-catch h3{
  /* color: #8fae4a; */
}
/* .first-view .first-slider{
  width: 70%;
  margin-left:30%;

} */
.first-view .bx-viewport,
.first-view  .bx-viewport li{
  width:100%!important;
  overflow: hidden;
}
.first-view .first-slider img{
  height: auto;
  width:100%!important;
}
.first-view .bx-wrapper{
  width:70%;
  margin-left:30%;
}
.first-view .bx-wrapper:after{
  /* content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: linear-gradient(#1c1d1d, #f2f2f3);
  opacity: 0.6; */
}
.first-view .first-scroll{
  position:absolute;
  bottom:10%;
  left:50%;
  width:50px;
  height:50px;
  margin:0 0 0 -15px;
  color: #c5c6d0;
  transition:all 500ms;
  transform:translateY(-200px);
  -webkit-transform:translateY(-200px);
  opacity: 0;
}
.first-view .first-scroll:after,
.first-view .first-scroll:before{
  content: "";
    border-color: #2d3261 #2d3261 transparent transparent;
    border-style: solid;
    border-width: 1px;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  position:absolute;
  
}
.first-view .first-scroll:before{
  top:13px; 
}
.first-view .first-scroll.show{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  opacity: 1;
}
.first-view .first-scroll.show{

}
.top-contents{
  position: relative;
  /* background: #f5f5f5; */
  z-index: 1;
  /* padding-left: 80px; */
}

.sp{display:none;}
.imgMax{width:100%!important; height:auto !important;}


body{
  min-width:1000px;
  letter-spacing:0.2px;
}


.wrapper{
  position:relative;
  width:100%;
  min-height:1000px;
  overflow:hidden;
}



.inner {
  max-width: 1400px;
  width: 1000px;
  margin: 0 auto;
  /* overflow: hidden; */
  position:relative;
}

.header {
  overflow: hidden;
  position: fixed;
  z-index: 50;
  top:0;
  left:0;
  width: 100%;
  padding:0 20px;
  box-sizing: border-box;
  height: 150px;
  transition:all .5s;
  box-sizing: border-box;
  border-top: solid 4px #000000;
  border-left: solid 4px #000000;
  border-right: solid 4px #000000;
 }
.header.fixed{
  position: fixed;
  width: 100%;
  top:0;
  left:0;
  height: 68px;
  background: #eee;
}

.header h1{
  width: 160px;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 200ms;
}
.header.fixed h1{
  width: 90px;
  top:3px;
}
.header h1 svg{
  width:100%;
  height:auto;
}

.header h1 img{
    width: 130px;
    height: auto;
  position: relative;

}



/**********
TOP 
***********/


.news {
  min-height: 330px;
}

h2.h2-title{
  margin-bottom:20px;
}
.news-list li{
  overflow: hidden;
  /* padding-left: 15px; */
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.top-contents .news-list li{
  /* width:25%; */
}
.news-list li .thumb{margin-bottom: 10px;}
.news-list li .thumb img{
  width:100%;
  vertical-align:bottom;
}
.news-list li .date{
  font-size: 90%;
  float: left;
  width: 7em;
  display: block;
}
.news-list li .title{
  margin-bottom:20px;


}

/* TOP CONTENTS */
.top-common{
  padding:70px 0 100px;
  
}
.top-common.news,.top-common.sns{
  /*background:rgba(255, 190, 0, 0.07);*/
}
.news-list {
  /* display:flex; */
  /* flex-wrap:wrap; */
  /* align-items: stretch; */
}
.top-common{
  position:relative;

}
.top-common:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:100%;
  height: 60%;
  top:20%;
  /* background: #eaeaea; */
  transition: all 800ms 400ms;
  transform: scaleX(0);
  transform-origin: left top;
}
.top-common.show:after{
  transform: scaleX(1);
}
.top-common .inner{
  max-width: 1300px;
  min-width: 900px;
  margin:0 auto;
}
.top-common .head-line{
    padding: 0 0 50px;
    text-align:center;
    position: relative;
}
.top-common.title-left .head-line{margin-left: 400px;}
.top-common.title-right .head-line{margin-right: 400px;}
.top-common.sns-wrap{

}
.top-common.sns-wrap:after{
  background: none;
  clear:both;
}
.top-common.sns-wrap .sns-wrap-left{
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.top-common.sns-wrap .sns-wrap-left .insta-wrap{
  width:60%;

}
.top-common.sns-wrap .sns-wrap-left .sns-title{
  top: 50%;
  padding-left: 70%;
}
.top-common.sns-wrap .sns-wrap-right .sns-title{
  top: 50%;
  padding-left: 28%;
}
.top-common.sns-wrap .sns-wrap-right{position: relative;}

.top-common.sns-wrap .sns-wrap-right .sns{
  width:60%;
}
.top-common.sns-wrap .sns-title{
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000000;
  position:absolute;
  width: 100%;
  top: 50%;
}
.top-common.sns-wrap .sns-title:before{
  content:"";
  width: 170px;
  height:1px;
  background:#000;
  position:absolute;
  top:200%;
 
}
.top-common.sns-wrap .sns-wrap-left .sns-title:before{
   transform:rotate(-45deg);
  right: 59%;
}
.top-common.sns-wrap .sns-wrap-right .sns-title:before{
   transform:rotate(45deg);
   right: 51%;
}
.top-common.sns-wrap .sns-wrap-left:after,
.top-common.sns-wrap .sns-wrap-right:after{
  content:"";
  position:absolute;
  width: 80%;
  height: 90%;
  /* background: #eaeaea; */
  z-index: -1;
  }
  .top-common.sns-wrap .sns-wrap-left:after{
    top: 20%;
    left: 20%;
  }
  .top-common.sns-wrap .sns-wrap-right:after{top: 20%;right: 20%;}
.top-common .head-line{
  text-align: center;/* margin-left: 300px; */}

.top-common .head-line p:after{
  position: absolute;
  width: 100%;
  height: 4px;
  content:"";
  background: #000000;
  bottom: 0;
  left:0;
}
.top-common .head-line h1{
      font-family: 'Raleway', sans-serif;
      font-size: 40px;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #000000;
}
.top-common .head-line p{
  font-size: 10px;
  display: inline-block;
  position: relative;
  padding-bottom:15px;
  /* color: #bce266; */
}

.top-common.title-left .sub-contents{
  margin-left: 400px;
  position:relative;
  }
.top-common.title-right .sub-contents{margin-right: 400px;}

.top-common.title-left:after{
  left:20%;
}
.top-common.title-right:after{
  right:20%;
}
.top-common .bg-img img{
  width:100%;
}
.top-common.title-left .bg-img{position: absolute;width: 400px;}
.top-common.title-right .bg-img{position: absolute;width: 400px;right: 0;}
.top-common .bg-img:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  background: #eee;
  width:100%;
  height: 100%;
transition: all 800ms 400ms;
transform: scaleX(1);
transform-origin: right top;

}
.top-common .bg-img.show:after{
  transform: scaleX(0);
}


.top-common .fb{
  width: 60%;
  margin-left: 40%;
  text-align: right;
}
.top-common.about{

}
.top-common.about .about-list{

}
.top-common.about .about-list li{
  margin: 0 auto 20px;
  text-align: center;
  width: 400px;
}
.top-common.about .about-list li a{
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
  border: solid 4px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  letter-spacing: 0.2em;
  transition:all 300ms;
  text-decoration:none;

  
}
.top-common.about .about-list li a:hover{
  background:#000;
  color:#fff;
}
.top-common.about .about-list li a span{
  display: block;
  font-family: "ipa-gothic", "MS PGothic", sans-serif;
  font-size: 12px;
}
.btn {
  display:block;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  border: solid 4px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  letter-spacing: 0.2em;
  transition:all 300ms;
  text-decoration:none;
  text-align: center;
  text-decoration: none;
}
.btn span{
  display: block;
  font-family: "ipa-gothic", "MS PGothic", sans-serif;
  font-size: 12px;
}

.btn:hover{
  background:#000;
  color:#fff;
  text-decoration: none;
  
}


.more {
  display: block;
  width: 260px;
  background: #000;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color:#fff;
  height: 60px;
  line-height: 60px;
}
.more:hover{
  color:#fff;
  background: rgba(0,0,0,0.7);
}
.more span{
  display: block;
  position: absolute;
  width: 25px;
  margin: 0;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0;
  transition: all 0;
  right: 25px;
  top: 29px;
}
.more span:before,
.more span:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top:0;
  }
.more span:before{
  transform: rotate(45deg);
  left: 8px;
  top: -7px;
}
  
.more span:after{
  transform: rotate(-45deg);
  left: 8px;
  top: 7px;
}

.company-table th{
  width:10em; 
}

  


/*------------------------
  footer
------------------------*/

 .page-top{
   width: 100%;
   background: rgba(255,255,255,0.9);
   margin: 0px auto 0;
   text-align: center;
   /* padding: 10px 0 10px; */
   background: #000;
   color: #fff;
   transition:all 300ms;
   /* transform: translateY(-30px); */
 }  
  .page-top:hover{
    background:#000;

  }
.page-top p{

}
  
    
.page-top a{
   display: inline-block;
    /* background: #C30D23; */
    width: 100%;
    /* padding: 23px 0; */
    color: #fff;
    font-size: 40px;
    text-align: center;
}
    
.footer {
    background:#f8f8f8;
    position: relative;
    /* padding-left: 80px; */
}
.footer-inner{
  margin:0 auto;
  max-width: 1200px;
  text-align:right;
  padding: 30px 30px 0;
}
.footer-inner ul{
  /*overflow:hidden;
  zoom:1;
  margin:20px 0 10px 0;
  float:left;*/
}
.footer-inner nav li{
  display: inline-block;
  /* width: 130px; */
  text-align: left;
  list-style: none;
  padding:0 10px;
}
.footer-inner nav li a{
  
}
.footer-inner nav{
  
}
.footer-inner .banner-area{
overflow: hidden;
clear: both;
margin:100px 0;
}
.footer-inner .banner-area ul{
  overflow: hidden;
  text-align: center;
 
}
.footer-inner .banner-area ul li{
  display: inline-block;
   width: 22%;
  padding: 0 1%;
}
.footer-inner .banner-area ul li a{
}
.footer-inner .banner-area ul li a img{
  width: 100%;
  height: auto;
}
.footer-inner .detail{
  text-align: left;
}
.footer-inner .detail p{
  display:inline-block;
  vertical-align:top;
}
.footer-inner .detail .footer-logo{
  width: 160px;
    margin-left: 10px;
    padding: 0 14px;
    height: 70px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
/*    background: rgba(255,255,255,0.9);
    border-radius: 35px;*/
    line-height: 54px;
  
}
.footer-inner .detail .footer-logo img{
  width:100%;
  height:auto;
}
.copy p{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  /* color: #fff; */
  font-size:12px;
}




/********
SUB PAGES
******/

.catch-box{
  position: absolute;
}

.sub-contents{
  margin-bottom: 0px;
  padding: 70px 0;
}
.sub-contents.no-btm-padding{
  padding:70px 0 0;
  margin-bottom: 100px;
}
.sub-img-box{
  margin-bottom: 50px;
}
.sub-img-box img{
  width: 100%;
  height: auto;
}

.sub-header-title{
 width: 1000px;
 margin: 0 auto 70px;
 overflow: hidden;
 position: relative;
 text-align: center;
}
.sub-header-title h1{border-bottom: double #000;}
.sub-header-title h1 .en{

font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000;
    display:block;
    }
   .sub-header-title h1 .jp{
     font-size:11px;
     position:relative;
     display:inline-block;
     padding-bottom: 15px;
     color:#000;
   }
   .sub-header-title h1 .jp:after{
   
   }

.sub-header-title .sub-title{
  font-size:10px;
  /* text-align: right; */
}

.sub-contents.left-title .sub-header-title{
  float:left;
  width: 25%;
  box-sizing: border-box;
  /* background: #f3f3f3; */
}
.sub-contents.left-title .inner{
  width: 75%;
  float:right;
  min-width: 75%;
  /*padding-left: 5%;*/
  border-left: solid 1px #f8f8f8;
  box-sizing: border-box;
}
/*COMPANY*/

.greeting-txt,
.phylosophy-txt{

}  
.greeting-txt{
  border-top:solid 1px #f8f8f8;
  border-bottom:solid 1px #f8f8f8;
  padding:30px;
  margin: 5%;
  line-height: 2em;
  font-size: 16px;
  color: #565555;
  position: relative;
}
.greeting-autor{
  text-align: right;
}
.phylosophy-txt{
  text-align: center;
  line-height: 2em;
  font-size: 16px;
  color: #565555;
}
.phylosophy-txt .keiei-catch{
  font-size:18px;color: #2C3162;margin-bottom: 30px;
}

.access{

}
/* ABOUT */
.about-list{
  
}
.about-list .about-detail{
  margin-bottom:100px;
}

.about-list .about-detail a{
  
}
.about-list .about-detail a:hover{
  text-decoration:none;
}
.about-list .about-detail a .about-detail-box{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items:stretch;
    justify-content:center;

}
.about-list .about-detail:nth-child(even) a .about-detail-box{
 /* flex-direction:row-reverse; */
}
.about-list .about-detail a .about-detail-box .photo{
  width:35%;
  position:relative;
  z-index:1;
}
.about-list .about-detail a .about-detail-box .photo img{
  width:100%;
  height:auto;
  box-shadow: 0 4px 20px 0 rgba(108, 108, 108, 0.5);

}

.about-list .about-detail a .about-detail-box .detail-text-box{
  width:65%;
  position:relative;

}
.about-list .about-detail a .about-detail-box .detail-text-box .en-title{
  font-family: 'Raleway', sans-serif;
    font-size: 36px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000;
  margin:35px 0 50px 20px;
}
.about-list .about-detail a .about-detail-box .detail-text-box .title{
  font-size:20px;
  margin:0px 0 10px 20px;
}
.about-list .about-detail a .about-detail-box .detail-text-box .detail{
    box-sizing:border-box;
    padding:0 20px;
    position:relative;
    margin-bottom: 50px;
}
.about-list .about-detail a .about-detail-box .detail-text-box:after{
  content:"";
  position:absolute;
  left:-50px;
  top:70px;
  width:100%;
  height:330px;
  /* background: rgb(247, 247, 247); */
  z-index:-1;
}
.about-list .about-detail a .about-detail-box .detail-text-box .arrow{
  display:block;
  width:100%;
  /* height:1px; */
  border-bottom: solid 1px #000;
  position:relative;
  color: #000;
  letter-spacing: 0.2em;
  text-align: right;
  padding: 0 80px 0 0;
  box-sizing: border-box;
  transition:all 500ms;
  transform:translateX(-30px);
}
.about-list .about-detail a:hover .about-detail-box .detail-text-box .arrow{
transform:translateX(0px);
}
.about-list .about-detail a .about-detail-box .detail-text-box .arrow:after{
  content:"";
  position:absolute;
  width: 100px;
  height:1px;
  background:#000;
  right: -14px;
  top: -11px;
  transform:rotate(45deg);
}
/* SELL  */
.sell-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}
.sell-list .sell-detail{
    width: 33.333%;
    padding: 20px;
    box-sizing: border-box;
}
.sell-list .sell-detail,
.sell-list .sell-detail a{
    color: #fff;
}
.sell-list .sell-detail .sell-detail-box{
    position: relative;
    overflow: visible;
}
.sell-list .sell-detail .sell-detail-box .photo{
    position: relative;
    z-index: 1;
    height: 220px;
    overflow: hidden;
}
.sell-list .sell-detail .sell-detail-box .photo img{
    width: auto;
    height: 100%;
}
.sell-list .sell-detail .sell-detail-box .detail-text-box{
  background: #000;
    box-sizing: border-box;
    padding: 30px 15px 15px;
    transform: translate3d(-20px, -20px, 0);
    position: relative;
}
.sell-list .sell-detail .sell-detail-box .detail-text-box .title{
    font-size: 18px;
    margin-bottom:  10px;
    font-style: italic;
}
.sell-list .sell-detail .sell-detail-box .detail-text-box .detail-data{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:  10px;
}
.sell-list .sell-detail .sell-detail-box .detail-text-box .detail-data dt,
.sell-list .sell-detail .sell-detail-box .detail-text-box .detail-data dd{
  display: inline-block;
  margin-right: 10px;
}

.sell-list .sell-detail .sell-detail-box .detail-text-box .detail{}
.sell-list .sell-detail .sell-detail-box .new{
    position: absolute;
    width: 100px;
    height: 30px;
    background: #ec5f55;
    text-align: center;
    line-height: 30px;
    letter-spacing:  0.2em;
    top: -15px;
    right: -15px;
    z-index: 5;
}

/* SELL DETAIL */

.sell-photo-list{
  width:1000px;
  margin:0 auto 30px;

}


.selldetail .bx-wrapper .bx-controls-direction a {
  position: absolute;top: -300px;outline: 0;
  width: 60px;height: 60px;text-indent: -9999px;
  z-index: 9999;
  transition:all 200ms;
  transform:scale(1);
  }
  .selldetail .bx-wrapper .bx-controls-direction a:hover{
  transform:scale(1.1);
  }
.selldetail .bx-wrapper .bx-controls-direction a:before,
.selldetail .bx-wrapper .bx-controls-direction a:after {content:"";position:absolute;top: 30px;left:0;width:60px;height:1px;background:#000;}
.selldetail .bx-wrapper .bx-controls .bx-controls-direction{/* margin-top: -100px; */}
.selldetail .bx-wrapper .bx-controls-direction a:after{

}

.selldetail .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -30px;
}

.selldetail .bx-wrapper .bx-controls-direction a.bx-next {
	right: -30px;

}

.selldetail .bx-wrapper .bx-controls-direction a.bx-prev:after {
	top: 20px;
	left:-5px;
	transform:rotate(-45deg);
	width:30px;
}

.selldetail .bx-wrapper .bx-controls-direction a.bx-next:after {
	top: 20px;
	left: 36px;
	transform:rotate(45deg);
	width:30px;
}

.sell-photo-list li{
  width:500px;
  text-align: center;
  padding:20px;
  box-sizing: border-box;
}
.sell-photo-list li.half{
/* width:250px; */
}
.sell-photo-list li a{
  position: relative;
}
.sell-photo-list li a:after{
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color:rgba(255,255,255,0.8);
}

.sell-photo-list li a img{
  width:100%;
  height: auto;  
}
.sell-photo-list li.half a img{
  width:auto;
  height: 500px;  
}

.sell-detail-wrap{}
.sell-detail-wrap .title{
  font-size:24px;
  color: #000;
}
.sell-detail-wrap .price{
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}

.sell-detail-wrap .concept-title{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: right;
  /* margin-bottom: 20px; */
  font-size: 48px;
  color: #000;
  letter-spacing: 0.2em;
  transform: translateY(40px);
}
.sell-detail-wrap .concept-box{
  background: #fff;
  padding: 80px 50px 50px;
}
.sell-detail-wrap .concept-box .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sell-detail-wrap .concept-box .text{
  margin-bottom: 10px;
}
.sell-detail-wrap .concept-box .img{
  margin-bottom: 10px;
  
}
.sell-detail-wrap .concept-box .img img{
  width: 100%;
  height: auto;
}
.sell-detail-wrap .btn{
  margin: 50px auto;
  width: 80%;
}



.sell-detail-wrap .reccomend-text{
  margin-bottom: 30px;
}

.sell-detail-wrap .list_detail table{
  border:solid 1px #ccc;
  border-collapse: collapse;
  width:100%;
}
.sell-detail-wrap .list_detail #list_other_table{
  margin-top:-1px;
}
.sell-detail-wrap .list_detail th,
.sell-detail-wrap .list_detail td{
  border:solid 1px #000;
  border-collapse: collapse;
  padding: 20px;
  box-sizing: border-box;
}
.sell-detail-wrap .list_detail th{
  width:20%;
  color:#000;
}
.sell-detail-wrap .list_detail td{
  background:#fff;
}
.sell-detail-wrap .list_detail .list_price dt{
display: inline;
}
.sell-detail-wrap .list_detail .list_price dd{
display: inline;
  
}

.sell-detail-wrap .list_detail .list_price .dpoint3 {
  font-size: 18px;
  font-weight: bold;
  /*color: #000;*/
  color:#c00;
  padding: 0;
  display: inline;
}

.sell-detail-wrap .list_detail .list_price .dpoint4 {
  font-size: 18px;
  font-weight: bold;
  /*color: #000;*/
  color:#c00;
  display: inline;
}
.sell-detail-wrap .list_detail .list_price table,
.sell-detail-wrap .list_detail .list_price table td{
  border:none;
  background: none;
  padding: 0;
}
.sell-detail-wrap .list_detail .list_price table{
  margin-bottom: 30px;
  text-align: right;
}
.sell-detail-wrap .entrycontent{
  margin: 30px 0 0;
}
.map iframe{
  width:100%!important;
  
}
.main-box {
  position: relative;
  width: 100%;
  padding: 130px 0 0;
  height: 500px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}  
/*CONTACT*/

.contact .sub-contents.left-title .inner {
  padding: 0 5%;
}
.contact-catch{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    width: 500px;
    margin: 0 auto 30px;
    border: solid 4px #f8f8f8;
    padding: 20px 0;
    letter-spacing: 0.1em;
    color: #2C3162;
}
.main-box {
  /* position:relative; */
}


.main-box .title-image{
  text-align: right;
  left: 40%;
  width: 60%;
  position: absolute;
  z-index: -1;
}
.main-box .title-image:before{
  content:"";
  background:#000;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  position: absolute;
  z-index: 1;
  transition:all 1000ms 500ms;
  transform-origin: right top;  
  transform: scaleX(1);
}
.main-box.show .title-image:before{
  transform: scaleX(0);
}
.main-box .title-image:after{
  content:"";
  background:#000;
  width: 300px;
  height:1px;
  position:absolute;
  left: -10%;
  top: 44%;
  transition:all 1000ms 500ms;
  transform-origin: left top;
  transform: scaleX(0) rotate(45deg);
  z-index: -1;
}
.main-box.show .title-image:after{
  transform: scaleX(1) rotate(45deg);
}
.main-box .title{
  font-size:140%;
  font-family: 'Raleway', sans-serif;
  opacity: 0;
  padding:0;
  font-size: 80px;
  position:relative;
  top: 40%;
  color: #000;
  font-weight: bold;
  left: 0;
  white-space: nowrap;
  letter-spacing: 0.2em;
  width: 100%;
  z-index: 1;
  box-sizing:border-box;
  padding-left:70px;
  transition:all 1500ms 800ms;  
}
.main-box.show .title{
  opacity: 1;
}


.n-table {
  overflow: hidden;
  width: 100%;
  margin: 5%;
}

.n-table th{
  padding: 15px;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
  font-weight: normal;
}
.n-table tr{
  border-bottom: solid 1px #f8f8f8;

}
.n-table td{
  padding: 15px;
  vertical-align: top;
  color:#6b6a6a;

}
.n-table.price-table dt{
  width: 40em;
}
.n-table.price-table dd{
  padding-left: 41em;
}
.mini-inner {
  width: 800px;
  margin: 0 auto;
}

.nandemo-inner {
  width: 1000px;
  margin: 0 auto;
}

.contact-box {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}

.contact-box p {
}
.contact-box dl{
  margin-bottom: 80px;
}
.contact-box dt{
  float: left;
  width: 100px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 110px;
}
.contact-box dt img{
  width: 100%;
  height: auto;
}
.contact-box dd{
  padding-left: 110px;
    padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 110px;
  line-height: 110px;

}
.p-contents {width: 660px;margin: 0 auto 60px;border-bottom: solid 1px #ccc;padding-bottom: 30px;line-height: 2;font-size: 120%;}
.p-catch {
  font-size: 24px;
  /*font-weight: bold;*/
  color:#C30D23;
  margin-bottom: 40px;
  text-align: center;
}

.p-txt {

}

.map-box {
  width: 600px;
  margin: 0 auto 30px;
}


#mapCanvas,#mapCanvas2{
  height: 600px;
  margin-bottom: 60px;
}
.access-inner {
  margin: 0 auto;
  min-height: 100%;
}

/*NEWS PAGE*/
.news-list{
  margin:5%;
}
  
  /*SERVICE */
  .service-catch-box{
    padding: 0 5%;
    margin-bottom: 120px;
  }
  .service-catch-box h1{
    font-family: "Sawarabi Mincho";
text-align: center;
font-size: 40px;
margin-bottom: 60px;
  }

  .service-catch-box h2{
    font-family: "Sawarabi Mincho";
text-align: center;
font-size: 18px;
margin-bottom: 10px;
  }
  
.service-box {
  margin-bottom: 120px;
}
.service-box .service-title{
/*font-family: "Hannari";*/
font-family: "Sawarabi Mincho";
text-align: center;
font-size: 30px;
margin-bottom: 10px;
letter-spacing: 0.2em;
}
.service-box .service-sub-title{
  text-align: center;
  margin-bottom: 30px;
}
.service-box .service-sub-title-left{
  text-align: left;
  font-weight: bold;
  padding: 0 5%;
  font-size: 16px;
}
.service-box .service-sub-title-left:before{
 content: "";
 display:inline-block;
 width:1em;
 height:1em;
 background:#3e3d3d;
 margin:5px 0.5em 0 0;
 position:relative;
 top:2px;
  
  
}
.guesthouse-page .service-box .service-title{
  text-align: left;
  padding: 0 5%;
}
.service-box .service-detail-text{
  padding: 0 5%;
  margin-bottom: 50px;
}
.service-box .service-detail-text-mb0{
  padding: 0 5%;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.service-inner{
  overflow:hidden;
  padding: 0 5%;
  margin-bottom: 3%;
}
.service-inner .left-box{
  float:left;
  width:60%;
  padding-right: 2%;
  box-sizing: border-box;
}
.service-inner .left-box p{
    line-height: 1.8em;
    margin-bottom: 10px;
}
.service-inner .right-box{
    float:right;
    width: 40%;
    /* padding-left: 3%; */
    box-sizing: border-box;
}
.service-inner .right-box .img-box{
  margin-bottom: 100px;
}

.image-box.column-2{
  
}
.image-box .column{
  display: inline-block;
  box-sizing:border-box;
}
.column-2 .column{
  width:45%;
}
.column-2 .column:nth-child(1){
  margin-right:5%;
}
.column-2 .column:nth-child(2){
  margin-right:0;
}

#mapArea{
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.access-detail{
  padding: 20px;
  display: flex;
  background: #f3f6fd;
  width: 90%;
  margin: -50px auto 30px;
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
  position: relative;
}
.access-detail .office{
  width: calc(50% - 10px);
  margin: 0 10px 0;
  padding: 15px;
  border: solid 1px #2f325f;
  position: relative;
  background: #f3f6fd;
  /* color: #fff; */
}
.access-detail .office:before{
  content:"";
  position: absolute;
  left: -10px;
  top: 10px;
  height: calc( 100% - 20px);
  width: calc( 100% + 20px);
  background: #f3f6fd;
}  
.access-detail .office:after{
  content:"";
  position: absolute;
  top: -10px;
  left: 10px;
  width: calc( 100% - 20px);
  height: calc( 100% + 20px);
  background: #f3f6fd;
}  
.access-detail .office h2{
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.1em;
}
.access-detail .office p{
    text-align: center;
}
.access-detail .office h2,
.access-detail .office p{
  position: relative;
  z-index: 2;
}
.works-wrap{}
.works-wrap .works-list{
    display: flex;
    flex-wrap: wrap;
}
.works-wrap .works-list li{
    width: calc(100% / 3);
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.works-wrap .works-list li:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 500ms 500ms;
  transform: translateX(0%);
}  
.works-wrap .works-list li.show:after{
  transform: translateX(-100%);
}  
.works-wrap .works-list li a{
text-decoration:none;
}
.works-wrap .works-list li a .works-detail{
  width:100%;
}
.works-wrap .works-list li a .works-detail .photo{
    width: 90%;
    overflow:hidden;

}
.works-wrap .works-list li a .works-detail .photo img{
    width: 100%;
    transform:scale(1);
    transition:all 300ms;
}
.works-wrap .works-list li a:hover .works-detail .photo img{
  transform:scale(1.2);
}
.works-wrap .works-list li a .works-detail .works-text-wrap{
    text-align: center;
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    background: #f3f6fd;
    position: relative;
    margin: -20px 0 0 20px;
    box-shadow: 5px 10px 30px 0px rgba(0,0,0,0.2);
    transition:all 300ms;
}
.works-wrap .works-list li:hover a .works-detail .works-text-wrap{
background:#2d3261;
color:#fff;
}
.works-wrap .works-list li:nth-child(even) a .works-detail .works-text-wrap{


}
.works-wrap .works-list li a .works-detail .works-text-wrap .title{
    font-size: 110%;
    margin-bottom: 5px;
}
.works-wrap .works-list li a .works-detail .works-text-wrap .sekou{
    font-size: 90%;
    /* text-align: right; */
}

/* WORKS DETAIL PAGE */
.works-detail-inner{
  width: 950px;
  margin: 0 auto;
  padding-left: 60px;
}
.works-detail-box{
    position: relative;
    margin-bottom: 100px;
}
.works-detail-box .title{
    position: absolute;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #fff;
    opacity: 0;
    transition: all 500ms;
    transform: translateY(-50px);
  
}
.works-detail-box .title.show{
  opacity: 1;
  transform: translateY(0px);
}  
.works-detail-box .title-image{}
.works-detail-box .title-image img{
    width: 100%;
  
}
.works-detail-txt{
    position: relative;
    margin-bottom: 200px;
    /* display: flex; */
}
.works-detail-txt:after{
  content:"";
  position: absolute;
  left:50%;
  bottom:-150px;
  width: 1px;
  height: 80px;
  background: #000;
}
.works-detail-txt .title{
    position: absolute;
    width: 24px;
    text-align: center;
    right: -60px;
    line-height: 1.2;
    font-size: 24px;
    background: #eee;
    padding: 10px;
}
.works-detail-txt .catch{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 120%;
}
.works-detail-txt .title span{
    display: inline-block;
    margin-bottom:10px;

}
.works-detail-txt .description{
    margin: 40px 0 40px 0;
    line-height: 1.8em;
}
.works-detail-txt .description p{
  margin-bottom: 10px;
}
.works-detail-txt .description .des-title{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
.works-detail-txt .description .shikaku{
  font-size:24px;
}
.works-detail-txt .description .des-photo{
margin-top:20px;
}
.works-detail-txt .description .des-photo img{
  width: 100%;
  height: auto;
}
.works-detail{
    width: 950px;
    margin: 0 auto;
}
.works-detail li{
  transition: all 500ms;
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 50px;
}
.works-detail li.show{
  transform: translateY(0px);
  opacity: 1;
}

.works-detail li img{width: 100%;}

.list-01{
  margin-bottom: 40px;
  

}
.list-01 li{padding: 20px 0;border-bottom: solid 1px #eee;}
.list-01 li:nth-child(even) .detail{
  flex-direction:row-reverse;
}
.list-01 li .detail{
  display:flex;
  justify-content:center;
  align-items:center;
}
.list-01 li .detail .photo{
  width:50%;
}
.list-01 li .detail .photo img{
  width:100%;
  height:auto;
}
.list-01 li .detail .detail-text{
  width:50%;
  padding:0 20px;
  box-sizing:border-box;
}
.list-01 li .detail .detail-text .title{
  font-size:110%;
  font-weight:bold;
  margin-bottom:10px;
  font-weight:bold;
}
.list-01 li .detail .detail-text .deteal-texts{}


.list-02{
    margin-bottom: 50px;
}
.list-02 li{
  padding: 20px 0;
    border-bottom: solid 1px #eee;
}
.list-02 li .detail{
  display:flex;
  justify-content:center;
  align-items:center;

}
.list-02 li .detail .photo{
  width:20%;
  height:auto;
}
.list-02 li .detail .photo img{
  width:100%;
  height:auto;
}
.list-02 li .detail .detail-text{
  width:calc(100% - 20%);
  padding:0 0 0 20px;
}
.list-02 li .detail .detail-text .title{
  font-size:110%;
  font-weight: bold;
  margin-bottom:10px;
  font-weight:bold;
}
.list-02 li .detail .detail-text .deteal-texts{}


.movie-list{}
.movie-list li{
  width:800px;
  margin: 0 auto 100px;
}
.movie-list li .youtube{

}
.movie-list li .youtube iframe{
  width:100%!important;
  height:450px;
}
.movie-list li .detail{
  background:#eee;
  padding:20px;
  box-sizing:border-box;
}
.movie-list li .detail .title{
  font-weight:bold;
}
.movie-list li .detail .detail-text{}



}/*end query*/
@media screen and (max-width: 767px) {
 body{
   /* padding: 0px; */
 }
  .menu-trigger{
    overflow: hidden;
    position: fixed;
    top: 10px;
    right:10px;
    width: 50px;
    height: 50px;
    z-index: 2;
    transition: all .2s .5s;
    cursor: pointer;
    background: #000;
  }
  
  .menu-show .menu-trigger{
    z-index: 2000;
    right: 82%;
  }
  .menu-trigger span{
    position: absolute;
    left: 10px;
    width: 23px;
    height: 3px;
    background: transparent;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
    top: 23px;
    font-size: 11px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.25em;
    opacity: 1;
    background: #fff;
  }
  .menu-trigger:before,
  .menu-trigger:after{
    content:'';
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    top: 10px;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
    top: 10px;
    background: #fff;
  }
  
  .header.show-logo .menu-trigger span,
  .header.show-logo .menu-trigger:before,
  .header.show-logo .menu-trigger:after{
    background:#000;
  }
  
  .menu-trigger:before{
    top: 10px;
  }
  .menu-trigger:after{
    top: 37px;
  }
  .menu-show .menu-trigger:before{
    transform:rotate(45deg);
    top: 20px;
  }
  .menu-show .menu-trigger:after{
    transform:rotate(-45deg);
    top: 20px;
  }
  .menu-show .menu-trigger span{
    background:transparent;
    opacity:0;
  }
  
  .gnav{
    opacity:0;
    position: fixed;
    right: -150%;
    top: 0;
    padding:80px 0;
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition:all .5s linear;
    -webkit-transition:all .5s linear;
    overflow:hidden;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.1em;
    display:flex;
    align-items:center;
    justify-content: center;
  }
  .menu-show .gnav{
    z-index: 2000;
    opacity:1;
    right: 0%;
    overflow:visible;
  }
  .menu-show .gnav li{
    text-align: center;
    opacity: 0;
    transition: all 100ms;
    transform: translateX(20%);
    width:100%;
  }
  .menu-show .gnav li.show{
    opacity: 1;
    transform: translateX(0%);  
  }
  .gnav a{
    display:block;
    width:100%;
    padding: 20px 0;
    font-size:16px;
    font-weight:normal;
    text-decoration: none;
    color:#fff;
    transition: all 500ms;
  }
  .gnav a:hover{
  
    background:rgba(255,255,255,0.2);
    
  
  }  
  gnav a span{
    display:block;
  }
  
  
  
  .gnav {
    padding: 20px;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.1em;
    /* height: 100px; */
  }
  .gnav ul {
    width:100%;
    
  }
  .gnav ul li a{
  
  }
  .gnav ul li a span{
  display: block;
  }
  .gnav ul li a .en{
    opacity: 1;
    margin-bottom:5px
  }
  .gnav ul li a .jp{
    font-size:10px;
  }
  .gnav ul li.contact-btn a{
    border:solid 4px #fff;
    box-sizing:border-box;

  }
  .gnav ul li a:hover{
    text-decoration:none;
    /*opacity:0;*/
  
  }
  
  
  
  .first-view .bx-wrapper{
    width: 100%!important;
    max-width: 100%!important;
    height: 100%;
    position: relative;
  }
  .first-view .first-slider li{}
  

.first-view {
  position: relative;

}
.first-view .bx-wrapper li:after {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54%;
  background: linear-gradient(#1c1d1d, #1c1d1d);
  opacity: 0.6; */
}

.first-view .first-catch{
  position: 
  absolute;
  top: 43%;
  padding: 0 20px;
  color: #000;
  text-shadow: 1px 2px 3px rgba(255,255,255,0.4);
  width: 100%;
  box-sizing: border-box;
}
.first-view .first-catch:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #eee;
  transition:all 1000ms 500ms;
  transform-origin: right top;
  transform: scaleX(1) ;
  z-index: 1;
}
.first-view .first-slider{
  position: relative;
  
}
.first-view .bx-controls{
  position:absolute;
  top: -50%;
  right:0%;
  z-index: 50000000;
  width: 40px;
  height:100%;
  /* background: #ccc; */
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block!important;
    margin-bottom: 10px;
}

.first-view .bx-controls .bx-pager{
  position:absolute;
  z-index: 9;
  top: 75%;
  right: 0;
}
.first-view.show .first-catch:after{
  transform: scaleX(0);
}


.first-view .first-catch h1{font-size: 30px;margin-bottom: 30px;/* color: #fff; */}
.first-view .first-catch h2{
  font-size: 18px;
  margin-bottom: 30px;

  /* background: #fff; */
}
.first-view .first-catch h3{
}
/* .first-view .first-slider{
  width: 70%;
  margin-left:30%;

} */
/* .bx-viewport, .bx-viewport li{
  width:100%!important;
  overflow: hidden;
}
.first-view .first-slider img{
  height: auto;
  width:100%!important;
} */
.first-view .bx-wrapper{
  width:100%;
}

  .first-view .first-scroll{
    position:absolute;
    bottom:10%;
    left:50%;
    width:50px;
    height:50px;
    margin:0 0 0 -15px;
    color: #c5c6d0;
    transition:all 500ms;
    transform:translateY(-200px);
    -webkit-transform:translateY(-200px);
    opacity: 0;
  }
  .first-view .first-scroll:after,
  .first-view .first-scroll:before{
    content: "";
      border-color: #fff #fff transparent transparent;
      border-style: solid;
      border-width: 1px;
      width: 21px;
      height: 21px;
      display: block;
      position: absolute;
      transform: rotate(135deg);
    position:absolute;
    
  }
  .first-view .first-scroll:before{
    top:13px; 
  }
  .first-view .first-scroll.show{
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity: 1;
  }
  .first-view .first-scroll.show{
  
  }
  .top-contents{
    position: relative;
    background: #f5f5f5;
    z-index: 0;
    /* padding-left: 80px; */
  }
  
  .pc{display:none;}
  .imgMax{width:100%!important; height:auto !important;}
  
  
  body{
    width:100%;
    overflow-x:hidden;
    letter-spacing:0.2px;
  }
  body.menu-show{
    position:fixed;
    width:100%;
    height:100%;
    
  }
  
  .wrapper{
    position:relative;
    width:100%;
    overflow:hidden;
  }
  
  
  
  .inner {
    width: 90%;
    margin: 0 auto;
    /* overflow: hidden; */
    position:relative;
  }
  
    
  .inner iframe{
    width:100%;
  }
  
  .header {
    position: fixed;
    width: 100%;
    height: 80px;
    top:0;
    left:0;
    border-top: solid 4px #000;
    border-left: solid 4px #000;
    border-right: solid 4px #000;
    box-sizing: border-box;
    z-index: 2;
    background: #eee;
   }
   .menu-show .header{
     height:100%;
     position: fixed;
   }
   .header h1{
     width: 100px;
     margin-top: 2%;
   }
  .header.fixed{
    opacity:1;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
  }
  
  /**********
  TOP 
  ***********/
  
  .news {
    min-height: 330px;
  }
  
  h2.h2-title{
    margin-bottom:20px;
  }
  .news-list li{
    overflow: hidden;
    /* padding-left: 15px; */
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
    padding: 0;
    box-sizing: border-box;
  }
  .top-contents .news-list li{
    /* width:25%; */
  }
  .news-list li .thumb{margin-bottom: 10px;}
  .news-list li .thumb img{
    width:100%;
    vertical-align:bottom;
  }
  .news-list li .date{
    font-size: 90%;
    float: left;
    width: 7em;
    display: block;
  }
  .news-list li .title{
    margin-bottom:20px;
  
  
  }
  
  /* TOP CONTENTS */
  .top-common{
    padding: 10px 0;
    margin-bottom:  30px;
  }
  .top-common.news,.top-common.sns{
    /*background:rgba(255, 190, 0, 0.07);*/
  }
  .news-list {
    /* display:flex; */
    /* flex-wrap:wrap; */
    /* align-items: stretch; */
  }
  .top-common{
    position:relative;
    overflow: hidden;
  }
  .top-common:after{
    content:"";
    position:absolute;
    z-index:-1;
    width:100%;
    height: 100%;
    top:20%;
    /* background: #f7f7f7; */
    transition: all 800ms 400ms;
    transform: scaleX(0);
    transform-origin: left top;
  }
  .top-common.show:after{
    transform: scaleX(1);
  }
  .top-common .inner{
    max-width: 1300px;
    min-width: 900px;
    margin:0 auto;
  }
  .top-common .head-line{
      padding: 0 0 50px;
      text-align:center;
      position: relative;
  }
  .top-common.title-left .head-line{/* margin-left: 400px; */}
  .top-common.title-right .head-line{/* margin-right: 400px; */}
  .top-common.sns-wrap{
  
  }
  .top-common.sns-wrap:after{
    background: none;
    clear:both;
  }
  .top-common.sns-wrap .sns-wrap-left{
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .top-common.sns-wrap .sns-wrap-left .insta-wrap{
    /* width:60%; */
  }
  .top-common.sns-wrap .sns-wrap-left .sns-title{
    /* top: 50%; */
    /* padding-left: 70%; */
  }
  .top-common.sns-wrap .sns-wrap-right .sns-title{
    top: 50%;
    /* padding-left: 28%; */
  }
  .top-common.sns-wrap .sns-wrap-right{position: relative;}
  
  .top-common.sns-wrap .sns-wrap-right .sns{
    width:60%;
  }
  .top-common.sns-wrap .sns-title{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000;
    /* position:absolute; */
    width: 100%;
    /* top: 50%; */
    text-align: center;
    margin-bottom: 30px;
  }
  .top-common.sns-wrap .sns-title:before{
    content:"";
    width: 100px;
    height:1px;
    background:#000;
    position:absolute;
    top: 30px;
  }
  .top-common.sns-wrap .sns-wrap-left .sns-title:before{
     transform: rotate(45deg);
     left: 0%;
  }
  .top-common.sns-wrap .sns-wrap-right .sns-title:before{
     transform:rotate(45deg);
     right: 51%;
  }
  .top-common.sns-wrap .sns-wrap-left:after,
  .top-common.sns-wrap .sns-wrap-right:after{
    content:"";
    position:absolute;
    width: 80%;
    height: 90%;
    /* background:#f7f7f7; */
    z-index: -1;
    }
    .top-common.sns-wrap .sns-wrap-left:after{
      /* top: 20%; */
      /* left: 20%; */
    }
    .top-common.sns-wrap .sns-wrap-right:after{top: 20%;right: 20%;}
  .top-common .head-line{
    text-align: center;/* margin-left: 300px; */}
  
  .top-common .head-line p:after{
    position: absolute;
    width: 100%;
    height: 4px;
    content:"";
    background: #000;
    bottom: 0;
    left:0;
  }
  .top-common .head-line h1{
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        letter-spacing: 0.1em;
        font-weight: bold;
        color: #000;
  }
  .top-common .head-line p{
    font-size: 10px;
    display: inline-block;
    position: relative;
    padding-bottom:15px;
    /* color: #bce266; */
  }
  
  .top-common.title-left .sub-contents{
    /* margin-left: 400px; */
    position:relative;
    }
  .top-common.title-right .sub-contents{/* margin-right: 400px; */}
  
  .top-common.title-left:after{
    left: 5%;
  }
  .top-common.title-right:after{
    right: 5%;
  }
  .top-common .bg-img img{
    width:100%;
  }
   .top-common .bg-img{
      height: 150px;
    overflow: hidden;
    margin-bottom: 30px;
   }
  .top-common.title-left .bg-img{/* position: absolute; */width: 90%;margin-bottom: 20px;}
  .top-common.title-right .bg-img{/* position: absolute; */width: 90%;margin-left: 10%;height: 150px;overflow: hidden;margin-bottom: 30px;}
  .top-common .bg-img:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    background: #eee;
    width:100%;
    height: 100%;
  transition: all 800ms 400ms;
  transform: scaleX(1);
  transform-origin: right top;
  
  }
  .top-common .bg-img.show:after{
    transform: scaleX(0);
  }
  
  
  .top-common .fb{
    width: 100%;
    margin: 0% auto;
    text-align: right;
  }
  .top-common.about{
  
  }
  .top-common.about .about-list{
  padding: 0px 10% 0 5%;
  box-sizing: border-box;
  }
  .top-common.about .about-list li{
    margin-bottom:30px;
    text-align: center;
  }
  .top-common.about .about-list li a{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    border: solid 4px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    letter-spacing: 0.2em;
    transition:all 300ms;
    text-decoration:none;
  }
  
  .top-common.about .about-list li a span{
    display: block;
    font-family: "ipa-gothic", "MS PGothic", sans-serif;
    font-size: 12px;
  }
  .btn {
    display:block;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    border: solid 4px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    letter-spacing: 0.2em;
    transition:all 300ms;
    text-decoration:none;
    text-align: center;
    text-decoration: none;
  }
  .btn span{
    display: block;
    font-family: "ipa-gothic", "MS PGothic", sans-serif;
    font-size: 12px;
  }
  

  
  .more {
    display: block;
    width: 260px;
    background: #000;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color:#fff;
    height: 60px;
    line-height: 60px;
  }
  .more:hover{
    color:#fff;
    background: rgba(0,0,0,0.7);
  }
  .more span{
    display: block;
    position: absolute;
    width: 25px;
    margin: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all 0;
    transition: all 0;
    right: 25px;
    top: 29px;
  }
  .more span:before,
  .more span:after{
    content:"";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top:0;
    }
  .more span:before{
    transform: rotate(45deg);
    left: 8px;
    top: -7px;
  }
    
  .more span:after{
    transform: rotate(-45deg);
    left: 8px;
    top: 7px;
  }
  
  
  /*------------------------
    footer
  ------------------------*/
  
   .page-top{
     position:absolute;
     bottom:0%;
     width: 100%;
     background: rgba(255,255,255,0.9);
     margin: 0 auto;
     text-align: center;
     /* padding: 10px 0 10px; */
     z-index: 1;
     background: #000;
     color: #fff;
     left: 0;
   }  
  .page-top p{
  
  }
    
      
  .page-top a{
     display: inline-block;
      /* background: #C30D23; */
      width: 100%;
      /* padding: 23px 0; */
      color: #fff;
      font-size: 40px;
      text-align: center;
  }
      
  .footer {
      background:#f8f8f8;
      position: relative;
      /* padding-left: 80px; */
  }
  .footer-inner{
    margin:0 auto;
    padding: 30px 30px 0;
  }
  .footer-inner ul{
    /*overflow:hidden;
    zoom:1;
    margin:20px 0 10px 0;
    float:left;*/
  }
  .footer-inner nav li{
    display: inline-block;
    /* width: 130px; */
    text-align: left;
    list-style: none;
    padding:0 10px;
  }
  .footer-inner nav li a{
    
  }
  .footer-inner nav{
    
  }
  .footer-inner .banner-area{
  overflow: hidden;
  clear: both;
  margin:30px 0;
  }
  .footer-inner .banner-area ul{
    overflow: hidden;
    text-align: center;
   
  }
  .footer-inner .detail{
    text-align: left;
  }
  .footer-inner .detail p{
    display:inline-block;
    vertical-align:top;
  }
  .footer-inner .detail .footer-logo{
    width: 160px;
      margin-left: 10px;
      padding: 0 14px;
      height: 70px;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
  /*    background: rgba(255,255,255,0.9);
      border-radius: 35px;*/
      line-height: 54px;
    
  }
  .footer-inner .detail .footer-logo img{
    width:100%;
    height:auto;
  }
  .copy p{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    /* color: #fff; */
    font-size:12px;
  }
  
  
  
  
  /********
  SUB PAGES
  ******/
  
  .catch-box{
    position: absolute;
  }
  
  .sub-contents{
    margin-bottom: 50px;
    padding: 0px 0;
  }
  .sub-img-box{
    margin-bottom: 20px;
  }
  .sub-img-box img{
    width: 100%;
    height: auto;
  }

.sub-header-title{
 width:100%;
 margin: 0 auto 30px;
 overflow: hidden;
 position: relative;
 text-align: center;
}
.sub-header-title h1{border-bottom: double #000;}
.sub-header-title h1 .en{

font-family: 'Raleway', sans-serif;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000;
    display:block;
    }
   .sub-header-title h1 .jp{
     font-size:10px;
     position:relative;
     display:inline-block;
     padding-bottom: 15px;
     color:#000;
   }
   .sub-header-title h1 .jp:after{
   
   }

.sub-header-title .sub-title{
  font-size:10px;
  /* text-align: right; */
}

  
  /*COMPANY*/
  
  .greeting-txt,
  .phylosophy-txt{
  font-family: "Sawarabi Mincho";
  }  
  .greeting-txt .greeting-detail{
    border-top:solid 1px #f8f8f8;
    border-bottom:solid 1px #f8f8f8;
    padding:30px;
    margin: 5%;
    line-height: 2em;
    font-size: 16px;
    color: #565555;
    position: relative;
  }
  .phylosophy-txt{
    text-align: center;
    line-height: 2em;
    font-size: 16px;
    color: #565555;
  }
  .phylosophy-txt .keiei-catch{font-size:18px;color: #2C3162;margin-bottom: 30px;}
  
  .map iframe{
    width:100%!important;
    
  }
  
  .main-box{
    position: relative;
  }
.main-box .title-image{
  position:relative;
}
.main-box .title-image img{
  width:100%;
}
.main-box .title-image:before{
  content:"";
  background:#000;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  position: absolute;
  z-index: 1;
  transition:all 1000ms 500ms;
  transform-origin: right top;  
  transform: scaleX(1);
}
.main-box.show .title-image:before{
  transform: scaleX(0);
}
.main-box .title-image:after{
  content:"";
  background:#000;
  width: 300px;
  height:1px;
  position:absolute;
  left: -10%;
  top: 44%;
  transition:all 1000ms 500ms;
  transform-origin: left top;
  transform: scaleX(0) rotate(45deg);
  z-index: -1;
}
.main-box.show .title-image:after{
  transform: scaleX(1) rotate(45deg);
}
.main-box .title{
  font-family: 'Raleway', sans-serif;
  opacity: 0;
  padding:0;
  font-size: 36px;
  position:relative;
  color: #000;
  font-weight: bold;
  /* white-space: nowrap; */
  letter-spacing: 0.2em;
  width: 100%;
  box-sizing:border-box;
  position:absolute;
  top:50%;
  left:0;
  z-index:1;
  transition:all 1500ms 800ms;
  text-align: center;
}
.main-box.show .title{
  opacity: 1;
}


.n-table {
  overflow: hidden;
  width: 100%;
  margin: 5%;
}

.n-table th{
  padding: 15px;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
  font-weight: normal;
}
.n-table tr{
  border-bottom: solid 1px #f8f8f8;

}
.n-table td{
  padding: 15px;
  vertical-align: top;
  color:#6b6a6a;

}
  /*CONTACT*/
  
  .contact .sub-contents.left-title .inner {
    padding: 0 5%;
  }
  .contact-catch{
      font-size: 30px;
      font-family: 'Raleway', sans-serif;
      text-align: center;
      margin-bottom: 30px;
      width: 500px;
      margin: 0 auto 30px;
      border: solid 4px #f8f8f8;
      padding: 20px 0;
      letter-spacing: 0.1em;
      color: #2C3162;
  }
  .pace-inactive .main-box {
    
  }
 
  .mini-inner {
    width: 100%;
    margin: 0 auto;
  }
  .contact-box {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
  }
  
  .contact-box p {
  }
  .contact-box dl{
    margin-bottom: 80px;
  }
  .contact-box dt{
    float: left;
    width: 100px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
  }
  .contact-box dt img{
    width: 100%;
    height: auto;
  }
  .contact-box dd{
    padding-left: 110px;
      padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
    line-height: 110px;
  
  }
  .p-contents {
    width: 100%;
    margin: 0 auto 60px;border-bottom: solid 1px #ccc;padding-bottom: 30px;line-height: 2;font-size: 120%;}
  .p-catch {
    font-size: 24px;
    /*font-weight: bold;*/
    color:#C30D23;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .p-txt {
  
  }
  
  /* ABOUT */
.about-list{
  
}
.about-list .about-detail{
  margin-bottom:100px;
  /* overflow: hidden; */
}

.about-list .about-detail a{
  
}
.about-list .about-detail a:hover{
  text-decoration:none;
}
.about-list .about-detail a .about-detail-box{
    width: 100%;
    position: relative;
    padding-top: 61%;
}
.about-list .about-detail:nth-child(even) a .about-detail-box{
 /* flex-direction:row-reverse; */
}
.about-list .about-detail a .about-detail-box .photo{
  width: 90%;
  position: absolute;
  top: 0;
  left: 10%;
}
.about-list .about-detail a .about-detail-box .photo img{
  width:100%;
  height:auto;
  box-shadow: 0 4px 20px 0 rgba(108, 108, 108, 0.5);

}

.about-list .about-detail a .about-detail-box .detail-text-box{
  width: 100%;
  position:relative;
  /* padding-top: 40%; */
}
.about-list .about-detail a .about-detail-box .detail-text-box .en-title{
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000;
  margin: 0 0 16% 0;
  height: 70px;
}
.about-list .about-detail a .about-detail-box .detail-text-box .title{
  font-size: 16px;
  margin:0px 0 10px 20px;
}
.about-list .about-detail a .about-detail-box .detail-text-box .detail{
    box-sizing:border-box;
    padding:0 20px;
    position:relative;
    margin-bottom: 30px;
}
.about-list .about-detail a .about-detail-box .detail-text-box:after{
  content:"";
  position:absolute;
  left: 0px;
  top: 30px;
  width: 90%;
  height: 100%;
  /* background: rgb(247, 247, 247); */
  z-index:-1;
}
.about-list .about-detail a .about-detail-box .detail-text-box .arrow{
  display:block;
  width:100%;
  /* height:1px; */
  border-bottom: solid 1px #000;
  position:relative;
  color: #000;
  letter-spacing: 0.2em;
  text-align: right;
  padding: 0 80px 0 0;
  box-sizing: border-box;
  transition:all 500ms;
  /* transform:translateX(-30px); */
}
.about-list .about-detail a:hover .about-detail-box .detail-text-box .arrow{
transform:translateX(0px);
}
.about-list .about-detail a .about-detail-box .detail-text-box .arrow:after{
  content:"";
  position:absolute;
  width: 60px;
  height:1px;
  background:#000;
  right: -14px;
  top: 8px;
  transform:rotate(45deg);
}
/* SELL  */
.sell-list{
    display: flex;
    flex-wrap: wrap;
}
.sell-list .sell-detail{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.sell-list .sell-detail,
.sell-list .sell-detail a{
    color: #fff;
}

.sell-list .sell-detail .sell-detail-box{
    position: relative;
    overflow: visible;
}
.sell-list .sell-detail .sell-detail-box .photo{
    position: relative;
    z-index: 1;
}
.sell-list .sell-detail .sell-detail-box .photo img{
    width: 100%;
    height: auto;
}
.sell-list .sell-detail .sell-detail-box .detail-text-box{
  background: #000;
    box-sizing: border-box;
    padding: 30px 15px 15px;
    transform: translate3d(-20px, -20px, 0);
    position: relative;
}
.sell-list .sell-detail .sell-detail-box .detail-text-box .title{
    font-size: 18px;
    margin-bottom:  10px;
    font-style: italic;
}
.sell-list .sell-detail .sell-detail-box .detail-text-box .detail-data{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:  10px;
}
.sell-list .sell-detail .sell-detail-box .detail-text-box .detail-data dt{
    display: inline-block;
}

.sell-list .sell-detail .sell-detail-box .detail-text-box .detail{}
.sell-list .sell-detail .sell-detail-box .new{
    position: absolute;
    width: 100px;
    height: 30px;
    background: #ec5f55;
    text-align: center;
    line-height: 30px;
    letter-spacing:  0.2em;
    top: -15px;
    right: -15px;
    z-index: 5;
}

/* SELL DETAIL */
#selldetailPage .inner{
  width: 100%;

}
.sell-photo-list{
  width:100%;
  margin:0 auto 30px;
  display: flex;
  flex-wrap: wrap;

}


.selldetail .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 115%;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 1;
  transition:all 200ms;
  transform:scale(1);
  }
  .selldetail .bx-wrapper .bx-controls-direction a:hover{
  transform:scale(1.1);
  }
.selldetail .bx-wrapper .bx-controls-direction a:before,
.selldetail .bx-wrapper .bx-controls-direction a:after {
  content:"";position:absolute;
  top: 30px;left:0;
  width:60px;height:1px;
  background:#000;}
.selldetail .bx-wrapper .bx-controls .bx-controls-direction{/* margin-top: -100px; */}
.selldetail .bx-wrapper .bx-controls-direction a:after{

}

.selldetail .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -15px;
}

.selldetail .bx-wrapper .bx-controls-direction a.bx-next {
	right: -15px;
}

.selldetail .bx-wrapper .bx-controls-direction a.bx-prev:after {
	top: 20px;
	left:-5px;
	transform:rotate(-45deg);
	width:30px;
}

.selldetail .bx-wrapper .bx-controls-direction a.bx-next:after {
	top: 20px;
	left: 36px;
	transform:rotate(45deg);
	width:30px;
}
.selldetail .bx-pager {

}
.selldetail .bx-wrapper .bx-pager{
  bottom:-27%;
}

.selldetail .bx-wrapper .bx-pager.bx-default-pager a {
  background: #bce367;
}
.selldetail .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block!important;
    
}
.sell-photo-list li{
  width:50%!important;
  padding:10px;
  box-sizing: border-box;
  
}
.sell-photo-list li a img{
  width:100%;
  height: auto;  
}
.sell-photo-list li.half a img{
  width:auto;
  height: 250px;  
}

.sell-photo-list li a:after{
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color:rgba(255,255,255,0.8);
}

.sell-photo-list li a img{
  width:100%!important;
  height: auto!important;  
}

.sell-detail-wrap{}
.sell-detail-wrap .title{
  font-size:24px;
  color: #000;
}

.sell-detail-wrap .list_detail table{
  border:solid 1px #ccc;
  border-collapse: collapse;
  width:100%;
}
.sell-detail-wrap .list_detail #list_other_table{
  margin-top:-1px;
}
.sell-detail-wrap .list_detail th,
.sell-detail-wrap .list_detail td{
  border:solid 1px #000;
  border-collapse: collapse;
  padding: 5px;
  box-sizing: border-box;
}
.sell-detail-wrap .list_detail th{
  width:20%;
  color:#000;
}
.sell-detail-wrap .list_detail td{
  background:#fff;
}
.sell-detail-wrap .list_detail .list_price dt{
display: inline;
}
.sell-detail-wrap .list_detail .list_price dd{
display: inline;
  
}

.sell-detail-wrap .list_detail .list_price .dpoint3 {
  font-size: 18px;
  font-weight: bold;
  /*color: #000;*/
  color:#c00;
  padding: 0;
  display: inline;
}

.sell-detail-wrap .list_detail .list_price .dpoint4 {
  font-size: 18px;
  font-weight: bold;
  /*color: #000;*/
  color:#c00;
  display: inline;
}
.sell-detail-wrap .list_detail .list_price table,
.sell-detail-wrap .list_detail .list_price table td{
  border:none;
  background: none;
  padding: 0;
}
.sell-detail-wrap .list_detail .list_price table{
  margin-bottom: 30px;
  text-align: right;
}
.sell-detail-wrap .entrycontent{
  margin: 30px 0 0;
}
  /*NEWS PAGE*/
  .news-list{
    margin: 5% 5% 5% 10%;
  }
    
  
  #mapArea{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
  
  .sell-detail-wrap .concept-title{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    color: #000;
    letter-spacing: 0.1em;
  }
  .sell-detail-wrap .concept-box{
    background: #fff;
    padding: 10px;
  }
  .sell-detail-wrap .concept-box .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .sell-detail-wrap .concept-box .text{
    margin-bottom: 10px;
  }
  .sell-detail-wrap .concept-box .img{
    margin-bottom: 10px;
    
  }
  .sell-detail-wrap .concept-box .img img{
    width: 100%;
    height: auto;
  }
  .sell-detail-wrap .btn{
    margin: 50px auto;
    width: 100%;
  }
  

.list-01{
  margin-bottom:100px;
}
.list-01 li{padding: 20px 0;border-bottom: solid 1px #eee;}
.list-01 li .detail{
  
}
.list-01 li .detail .photo{
  width:100%;
  margin-bottom:10px;
}
.list-01 li .detail .photo img{
  width:100%;
  height:auto;
}
.list-01 li .detail .detail-text{
  width:100%;
  padding:0 20px;
  box-sizing:border-box;
}
.list-01 li .detail .detail-text .title{
  font-size:110%;
  font-weight:bold;
  margin-bottom:10px;
}
.list-01 li .detail .detail-text .deteal-texts{}


.list-02{
    margin-bottom:100px;

}
.list-02 li{
  padding: 20px 0;
    border-bottom: solid 1px #eee;
}
.list-02 li .detail{
  display:flex;
  justify-content:center;

}
.list-02 li .detail .photo{
  width: 30%;
  height:auto;
}
.list-02 li .detail .photo img{
  width:100%;
  height:auto;
}
.list-02 li .detail .detail-text{
  width: calc(100% - 30%);
  padding:0 0 0 20px;
}
.list-02 li .detail .detail-text .title{}
.list-02 li .detail .detail-text .deteal-texts{}


.movie-list li{
  
  width:100%;
   margin:0 auto 30px;
 }
 .movie-list li .youtube{
 
 }
 .movie-list li .youtube iframe{
   width:100%!important;
   height:auto;
 }

  


}/* media query*/

#checkBox1 {
  display: none;
}

