
/*----------- loading -----------*/

#wrapper {
  opacity: 0;
  visibility: hidden;
}
.fade1 ,
.fade2 {
  opacity: 0;
}
.fade3,
.scrollItem {
  opacity: 0;
  -webkit-transform: translateY(50px) scale(.94);
  transform: translateY(50px) scale(.94);
  -webkit-transition-timing-function: cubic-bezier(.41,0,.18,1);
  transition-timing-function: cubic-bezier(.41,0,.18,1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}
.fade3.open,
.scrollItem.open {
  transition-timing-function: cubic-bezier(0.41, 0, 0.18, 1);
  transition-property: opacity, transform;
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.loaderOuter {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 200;
}
.loaderInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.loaderContainer {
  position: relative;
}
.overlay {
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  width: 150px;
  height: 150px;
  position: absolute;
  transition: width 0.8s ease, height 0.8s ease, top 0.8s ease;
  right: 0px;
}
.overlay.ani {
  width: 0;
}*/

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

body {
  min-width: 1024px;
}

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

body {
    min-width: 100%;
  }

}

#map{
  position: relative;
}

#map .cover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

/*More Detail*/
.md {
  display: inline-block;
  margin-top: 15px;
  bottom: 0;
  width: 100%;
  left: 0;
}

.md a{
  width: 100%;
  padding: 10px 20px;
  border: 3px solid #e6e6e6;
  border-radius: 3px;
  letter-spacing: 0.15em;
  font-size: 13px;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms;
}

.md a:hover{
  background: #1d9399;
  border: 3px solid #1d9399;
  color: #fff;
}

.dib{
  display: inline-block;
  position: static;
}

@media screen and (max-width: 767px){
  .md a {
    padding: 5px 10px;
    font-size: 11px;
  }

}

/*nav*/
.top nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.top nav.active {
  position: fixed;
  bottom: auto;
  top: 0;
  z-index: 100;
}

.sub nav {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}

nav {
  overflow: hidden;
}

nav .g-nav {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  /* text-align:  center; */
}

nav .g-nav h1 a img{
  max-width: 42px;
  height: auto;
}

nav .g-nav h1{
  padding-top: 0;
}

nav .g-nav .n-res {
  display: block;
}

nav .g-nav ul{
  font-size: 0;
  text-align:  center;
  /* float: right; */
}

nav .g-nav li{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.05em;
}

nav .g-nav li a{
  color: #fff;
  padding: 20px;
  display: block;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms;
}


nav .g-nav li a:hover {
  background: #333;
}

nav .g-nav li a:hover,
.top nav .g-nav .n-li1 a,
.salon nav .g-nav .n-li2 a,
.concept nav .g-nav .n-li3 a,
.cp nav .g-nav .n-li4 a,
.access nav .g-nav .n-li5 a,
.contact nav .g-nav .n-li6 a{
}

nav .g-nav div{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

nav .g-nav h1 {
  display: block;
  float:  left;
  width: 50px;
  font-size:  0;
  padding-top:  7px;
}

nav .g-nav h1 span {
  display: none;
}

nav .g-nav div p{
  display: inline-block;
}

nav .g-nav div p{
  margin-right: 13px;
}

nav .g-nav div p:last-child{
  margin-right: 0;
}

nav .g-nav div p a{
  padding-top: 13px;
  display: block;
}

nav .g-nav .open {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

nav .g-nav .open span {
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
}

nav .g-nav .open span,
nav .g-nav .open img {
  vertical-align: middle;
}

@media screen and (max-width: 1366px) {

  nav .g-nav {
    width: 965px;
  }

}

@media all and (max-width: 767px) {

  .top nav {
    position: fixed;
    bottom: auto;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  nav .g-nav {
    width: auto;
  }

  nav .g-nav h1 {
    float: none;
    padding: 10px 0;
    margin:  0 auto;
  }

  nav .g-nav h1 a {
  }
  nav .g-nav h1 span {
    color: #bfbfbf;
    font-size: 8px;
    vertical-align: text-top;
    padding-left: 10px;
  }

  nav .g-nav .n-res {
    display: none;
    border-top: 1px solid #fff;
  }

  nav .g-nav ul {
    font-size: 0;
    float: none;
    margin-right: 0;
  }

  nav .g-nav li {
    font-size: 14px;
    width: 49.8%;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  nav .g-nav li:nth-child(2n) {
    border-right: none;
  }

  nav .g-nav li.n-li9 {
    /* border-bottom: none; */
  }

  nav .g-nav li a {
    padding: 20px 0;
  }

  nav .g-nav li a:hover,
  .top nav .g-nav .n-li1 a,
  .salon nav .g-nav .n-li2 a,
  .concept nav .g-nav .n-li3 a,
  .cp nav .g-nav .n-li4 a,
  .access nav .g-nav .n-li5 a,
  .contact nav .g-nav .n-li6 a{
    background: none;
  }

  nav .g-nav div {
    position: static;
  }

  nav .g-nav div p {
    width: 49.8%;
    text-align: center;
    margin-right: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }

  nav .g-nav div p:nth-child(2) {
    border-right: none;
  }

  nav .g-nav div p:last-child {
    border-bottom: none;
    border-top: none;
  }

  nav .g-nav div p a {
    padding: 20px 0;
  }

  nav .g-nav .open {
    display: block;
  }

}


/*access*/
#t-access {
  background: #f9f9f9;
  padding-top: 57px;
}

#t-access > div {
  width: 1024px;
  margin: 0 auto 50px;
}

#t-access h2 {
  text-align: center;
  margin-bottom: 60px;
}

#t-access ul {
  text-align: center;
  font-size: 0;
}

#t-access li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  text-align: left;
}

#t-access li h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#t-access li h3 span{
  font-weight: bold;
}

#t-access li+li {
  margin-left: 50px;
}

#t-access li p{
  margin-bottom: 15px;
}

#t-access li p a {
  color: #575757;
}

#t-access li p a:hover {
  text-decoration: underline;
}

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

  #t-access {
    padding: 50px 20px 0;
  }

  #t-access > div {
    width: auto;
    margin: 0 auto 30px;
  }

  #t-access h2 {
    margin-bottom: 30px;
  }

  #t-access li+li {
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
  }

  #t-access iframe {
    height: 300px;
  }

}

@media screen and (max-width: 567px){
  #t-access h2 img ,
  #t-access li img {
    width: 100%;
    height: auto;
  }
}

/*sns*/
#sns {
  background: #fffffd;
  padding: 83px 0 113px;
}

#sns > div{
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

#sns #twitter-widget-0 {
  width: 500px!important;
  margin-right: 1%!important;
}

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

  #sns {
    padding: 0 20px 100px;
  }

  #sns > div{
    width: auto;
  }

  #sns #twitter-widget-0 {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 30px!important;
  }

  .fb_iframe_widget {
    width: 100%;
  }

  .fb_iframe_widget span {
    width: 100%!important;
  }

  .fb_iframe_widget iframe {
    width: 100%!important;
  }

  #u_0_0 > div {
    min-width: 100%!important;
    width: 100%!important;
  }

  .uiScaledImageContainer .scaledImageFitHeight {
    height: 100%;
    width: 100%;
    left: 0!important;
  }

}

/*footer*/
footer {
  text-align: center;
  position: relative;
}

footer .ft1 {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  cursor: pointer;
  margin: 0 auto;
}

footer .ft2 {
  padding: 55px 0 ;
}

footer .ft2 h4 {
  margin-bottom: 30px;
}

footer .ft2 h4 a img{
  max-width:100px;
}

footer p {
  color: #fff;
}

footer .ft2 .fp1 {
  margin-bottom: 47px;
  line-height: 1.8;
}

footer p a:link {
  color: #fff;
}

footer .sns {
  padding: 0 0 30px;
}

footer .sns img {
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms;
}

footer .sns img:hover {
  opacity: 0.8;
}

footer .sns a:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px){
  footer .ft2 {
    padding: 50px 20px ;
  }

  footer .ft2 .fp1 span {
    display: block;
  }

}

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

/*----------- top -----------*/

/*header*/
header {
  position: relative;
}

header .h-logo {
  position: absolute;
  top: 45%;
  left: 50%;
}

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

  header .head1 {
    margin-top: 62px;
  }

  header .h-logo {
    top: 45%;
    left: 50%;
    margin: -30px 0 0 0px;
  }

  header .h-logo img {
    width: 101.5px;
    height: 133.5px;
  }

}

@media all and (max-width: 567px) {

  header .head1 {
    overflow: hidden;
  }

  header .head1 img {
    width: 200%;
    height: auto;
    margin-left: -42%;
  }

}

/*background*/
header .head1 img{
  visibility:hidden;
}

header .head1{
  background:url(../images/top/head-bg.jpg) no-repeat 50% 0/100% auto;
  background-attachment:fixed;
}

@media all and (max-width:1024px){
  header .head1{
    background:url(../images/top/head-bg.jpg) no-repeat 50% 0/auto 595px;
    background-attachment:fixed;
  }
}

@media all and (max-width:767px){
  header .head1{
    background-size:100% auto;
  }
  header .head1 img{
    visibility:visible;
  }
}

@media all and (max-width:567px){
  header .head1{
    background-size: auto 580px;
    /* background-position:center bottom; */
  }
}

#t-concept .c-img{
  background:url(../images/concept-img.jpg) no-repeat 50% 0/cover;
  background-attachment:fixed;
}

#t-concept .c-img img{
  visibility:hidden;
}

/*news*/
#news div {
  width: 1024px;
  margin: 70px auto;
}

#news div ul{
  font-size: 0;
}

#news div li{
  font-size: 13px;
}

#news div h2 {
  text-align: center;
  margin-bottom: 45px;
}

#news div dl {
  margin-bottom: 20px;
  line-height: 2;
  clear: both;
}

#news div dt {
  display: inline-block;
  vertical-align: middle;
}

#news div dt.thumbImg {
  width: 50px;
  height: 50px;
  position: relative;
}

#news div dt.thumbImg .imageTrue {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
}

#news div dt.thumbImg .imageFalse {
  display: block;
  background-color: #999;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}

#news div dt.thumbImg .imageFalse span {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  padding: 10px 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

#news div dd {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

#news div dd a{
  margin-left: 20px;
  border-bottom: 1px dotted #cccccc;
}

@media screen and (max-width: 1366px) {
  #news div ul {
    padding: 0 20px;
  }
  #news .n-list2 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #news div {
    width: auto;
    margin: 50px auto;
  }
  #news .n-list1 {
    width: 100%;
    margin-bottom: 30px;
  }
  #news .n-list2 {
    margin-left: 0;
    width: 100%;
  }
  #news div dt,
  #news div dd {
    vertical-align: top;
  }
  #news div dd {
    width: 73%;
  }
  #news div dd a {
    margin-left: 0;
    display: block;
    text-decoration: underline;
    border: none;
  }
}

@media screen and (max-width: 567px) {
  #news div h2 img {
    width: 100%;
    height: auto;
  }
}

/*inner*/
.hg {
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 80px;
  text-align:  center;
}
.hg p {
  font-size: 1.0625em;
  padding-top: 2em;
}

@media screen and (max-width: 767px) {
.inner section p {
   padding: 2em 10px 0;
   text-align: left;
   font-size: 9px;
   line-height: 1.5;
  }
.inner section h2 {
   /* font-size: 5vw; */
  }
}



/*--------------------*/

.wc {
  width: 1024px;
  margin: 0 auto 88px;
  text-align: center;
}

.wc h2 {
  margin: 0 0 54px;
}

.wc p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 0 205px;
}

#s-cp {
  position: relative;
}

.sc1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 680px;
  height: 809px;
  margin: -405px auto 0;
  z-index: 98;
  background: #fff;
}

.sc1 ul{
  text-align: center;
  width: 455px;
  margin: 0 auto;
}

.sc1 li{
  padding: 0 0 55px;
  position: relative;
}

.sc1 h2{
  text-align: center;
  padding: 55px 0 25px;
}

.sc1 li h3{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 25px;
}

.sc1 li div > div{
  margin-bottom: 25px;
}

.sc1 li p{
  font-size: 16px;
  line-height: 2;
  margin: 0 0 44px;
}

.sc1 li span {
  font-size: 16px;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}

.sc1 li span.dib{
  position: static;
}

.prev{
  position: absolute;
  top: 50%;
  right: 90%;
  margin-top: -20.5px;
  cursor: pointer;
  z-index: 99;
}

.next{
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -20.5px;
  cursor: pointer;
  z-index: 99;
}

@media all and (max-width: 767px) {
  .cp-img {
      margin-bottom: 50px;
  }

  .wc {
    width: auto;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0 20px;
  }

  .wc h2 {
    margin: 0 0 25px;
  }

  .wc h2 img {
    width: 100%;
    height: auto;
  }

  .wc p {
    padding: 0;
  }

  #s-cp {
    position: static;
    background-image: url("../images/concept/concept-bg2.jpg");
    background-repeat: repeat-y;
  }

  .p-img {
    display: none;
  }

  .sc1 {
    position: static;
    width: auto;
    height: auto;
    margin: 0 50px;
    z-index: 98;
    background: #fff;
  }

  .sc1 h2 {
    padding: 40px 20px 20px;
  }

  .sc1 h2 img {
    width: 74%;
    height: auto;
  }

  .sc1 ul {
    width: auto;
    padding: 0 20px;
  }

  .sc1 li h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .sc1 li div > div > img {
    width: 100%;
    height: auto;
  }

  .sc1 li p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 20px;
  }

  .sc1 li span {
    font-size: 13px;
  }

}

@media all and (max-width: 414px) {

  .sc1 {
    margin: 0 25px;
  }

  .sc1 li h3 {
    font-size: 12px;
  }

  .sc1 li p {
    font-size: 12px;
  }

}
/*----------- /concept -----------*/


/*----------- neighborhood -----------*/

.p3 {
    max-width: 1024px;
    border-bottom: double #aaa;
    margin: 40px auto 66px;
}

.p3.bn {
  border-bottom: none;
  padding-bottom: 48px;
}

.p3 h1 {
    font-size: 2.3vw;
    text-align: center;
    padding-bottom: 20px;
}

.p3 h2 {
    font-size: 2.0vw;
}

.p3 img { width: 100%; height: auto; }

.p3 .intro,
.p3 .disc p {
  font-size: 1.0625em;
  line-height: 1.625;
  padding-bottom: 64px;
}

.p3 .disc p {
  padding-bottom: 16px;
}

.p3 .intro p {
  padding: 1em 0.5em 0.5em;
}

.p3 .li,
.p3 .ri {
  margin-bottom: 64px;
}

.p3 .li img,
.p3 .ri img {
  width: 46%;
  height: auto;
  float: left;
}

.p3 .ri img {
  float: right;
}

.p3 .disc {
  width: 50%;
  float: right;
  padding: 10px 0 0;
}

.p3 .ri .disc {
  float: left;
}

.p3 .disc h2 {
  padding-bottom: 6px;
  margin-bottom: 16px;
  border-bottom: 1px solid #333;
}

.p3 .disc dl {
  font-size: 1.0625em;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.p3 .disc dt {
  font-weight: bold;
}

.p3 .disc dt:after {
  content: ":";
}

@media screen and (max-width: 767px) {
  .p3 h1 {
      font-size: 20px;
  }
  .p3 .intro p {
    padding: 1em;
  }
  .p3 .ri .disc,
  .p3 .li .disc,
  .p3 .li img,
  .p3 .ri img {
    float: none;
  }
  .p3 .li img,
  .p3 .ri img {
    width: 100%;
  }
  .p3 .disc {
    width: 90%;
    margin: 0 auto;
  }
  .p3 .disc h2 {
    font-size: 16px;
    margin-bottom: 1px;
    padding-top: 10px;
    text-indent: 0.5em;
  }
  .p3 .disc p {
    padding: 12px 10px 20px;
    font-size: 9px;
  }
  .p3 .disc dl {
    background: rgb(252, 250, 227);
    padding:  10px 16px;
    font-size: 9px;
  }
  .p3 .disc dd {
    padding: 10px 0;
  }
}

/*----------- location -----------*/

#locationsub {
  margin: 60px auto;
}

#locationsub h2 {
  line-height: 1.2;
  font-size: 2vw;
  padding-top: 3em;
  padding-bottom: 0.1em;
}

#locationsub h2:first-child {
  /* padding-top: 1em; */
}

#map {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
#locationsub h2 {
   font-size: 16px;
   padding-left: 30px;
   padding-right: 30px;
   padding-bottom: 0.2em;
   /* text-align: left; */
  }
  #gmap_ct {
    height: 300px!important;
  }
  #map {
    height: 300px;
  }
}

/*----------- rooms -----------*/

.rooms #roomssub {
  margin: 30px auto 60px;
  max-width: 1200px;
  text-align: left;
}


#roomssub h2 {
  line-height: 1.2;
  font-size: 2vw;
  padding-top: 18px;
}

@media screen and (min-width: 1800px) {
  #roomssub h2 {
  font-size: 1.6vw;
  }
}

#roomssub h3 {
  line-height: 1.2;
  font-size: 0.9vw;
  padding-top: 0;
  color: #8a8a8a;
}

#roomssub .roomg {
  width: 48.35%;
  float: left;
  padding-bottom: 64px;
}

#roomssub .roomg:nth-child(2n) {
  float: right;
}

#roomssub .roomg ul {
  margin-top: 16px;
}

#roomssub .roomg ul li {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #aaa;
  margin-right: 5px;
  margin-bottom: 12px;
  background: rgb(252, 250, 227);
}

#roomssub .roomg div {
  padding-left: 10px;
  padding-right: 10px;
}

#roomssub .roomg img {
  width: 100%;
  height: auto;
}

#roomssub .roomg div p {
  padding: 1em 0 0;
  letter-spacing:  0.1em;
}

#roomssub h2 a {
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 0.1em;
  font-size: 0.4vw;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms;
  background: #333;
  color: #fff;
  border: 2px solid #e6e6e6;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 5px;
}

#roomssub h2 a:hover {
  border-radius: 1px;
  border: 2px solid #333;
}

@media screen and (max-width: 1023px) {
  #roomssub .roomg,
  #roomssub .roomg:nth-child(2n) {
    float: none;
    padding: 0 0 40px;
  }
  #roomssub .roomg {
    width: 100%;
  }
  #roomssub .roomg img {
      height: auto;
      display: block;
      margin:  0 auto;
      text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #roomssub h2 {
     font-size: 20px;
     padding-left: 0;
     padding-right: 0;
     padding-bottom: 0.2em;
     text-align: left;
    }
  #roomssub h3 {
    font-size: 1.8vw;
  }
  #roomssub .roomg ul li {font-size: 12px; margin-right: 2px; letter-spacing: 0.05em;}
  #roomssub .roomg img {
      width: 100%;
      /* padding: 0 10px; */
  }
  #roomssub h2 a {
    font-size: 12px;
    display: block;
    margin-left:  0;
    width:  80px;
    text-align:  center;
  }
}

@media screen and (max-width: 420px) {
  #roomssub h2 a {
  }
}

/*----------- contact -----------*/

#i-contact {
  background: #f9f9f9;
  padding: 48px 0 140px;
}
#i-contact .hg {
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 60px;
  text-align:  center;
}
#i-contact .hg ul {
  padding: 40px 0;
  font-size:  0;
  margin:  0 auto;
}
#i-contact .hg ul li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33%;
}
#i-contact .hg li img {
  height: 80px;
}
#i-contact .mes {
  font-size: 1vw;
  padding-top: 2em;
}
.contact .cp-img {
  margin-bottom: 0;
}
#fm-block {
  max-width: 700px;
  margin: 0 auto;
}
#fm-block .ipt {
  border:0;
  padding:10px;
  font-size:1.3em;
  color:#aaa;
  margin:0;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#fm-block .message {
  height: 150px;
}
#fm-block form p {
  position: relative;
  margin: 0 auto;
}
#fm-block #submit {
  background: rgba(96, 128, 33, 1);
  border-radius: 1px;
  color:  #fff;
  border-style: none;
  padding: 8px 20px;
  letter-spacing: 0.03em;
  width:120px;
  display: block;
  margin: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms;
}
#fm-block #submit:hover {
  cursor: pointer;
  opacity: 0.8;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
#fm-block table {
  border-color: #fff;
  margin-bottom: 20px;
  width: 100%;
}
#fm-block td {
  padding-bottom: 10px;
  width: 60%;
}
#fm-block th {
  vertical-align: top;
  width: 10%;
  padding-top: 12px;
  text-align: center;
  padding-right: 20px;
  /* font-weight: bold; */
}

@media all and (max-width: 767px) {
  #i-contact .mes {
    font-size: 14px;
  }
  #i-contact .hg li img {
    height: 60px;
  }
}

/*----------light box----------*/
#mailLb{
  position:fixed;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  top:0;
  left:0;
  z-index:100;
}

#mailLb .clsField img{
  position:absolute;
  right:20%;
  top:20%;
}

#mailLb .clsField{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

#comField{
  padding:30px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#fff;
}

#comField table{
  border-collapse:collapse;
  margin-bottom:30px
}

#comField .ttl{
  margin-bottom:20px;
}

#comField > table th,
#comField > table td{
  padding:20px;
  vertical-align:middle;
  border:solid 1px #333;
}

#comField > table th img{
  vertical-align:middle;
}

#comField > p{
  text-align:center;
}

#comField > p > input{
  background: #7A99A6;
  border-radius: 3px;
  color: #fff;
  border-style: none;
  padding: 8px 20px;
  letter-spacing: 0.08em;
  width: 120px;
  cursor:pointer;
}



/*----------light box----------*/


@media all and (max-width: 767px) {
  body {
    width: 100%;
  }
  #wrapper{
    min-width: 320px;
    width: 100%;
  }
  #contents {
    padding-top: 0;
  }
}
@media all and (max-width: 640px) {
  #main h1 img {
    width: 240px;
    height: auto;
  }
  #about .p-group p,
  #news .articles,
  #event .cd-scrolling-bg .eventdetail article,
  #wholesale p {
    text-align: left;
  }
  #event .cd-scrolling-bg .eventdetail article h2 img {
    width: 100%;
    height: auto;
  }
  #event .cd-scrolling-bg .eventdetail article h3 {
    text-align: center;
  }
  #event .cd-scrolling-bg .eventdetail article h3 img {
    width: 50%;
    height: auto;
  }
  #event .cd-scrolling-bg .eventdetail {
    padding-bottom: 45px;
  }
  #wholesale p {
    margin: 45px auto;
  }
  #wholesale ul {
    margin: 0 auto 65px;
  }
  #contact #fg-bottom ul {
    margin-bottom: 0;
  }
  #contact .cd-scrolling-bg {
    padding-bottom: 0;
  }
  footer {
    padding-top: 40px;
    padding: 40px 0 0;
  }
}
@media all and (max-width: 480px) {
  #contents br {
    display: none;
  }
  #contact #fg-block p {
    font-size: 13px;
  }
  #contact #fm-block td .ipt {
    width: 200px;
  }
}
@media all and (max-width: 340px) {
  #contact #fm-block td .ipt {
    width: 160px;
  }
}

@media all and (max-width: 767px) {
  #wfc {
    margin-top: 64px;
  }
}

@media all and (max-width: 540px) {
  #i-contact {
    background: #f9f9f9;
    padding: 30px 3% 70px;
  }

  #fm-block {
    width: 100%;
    margin: 0 auto;
  }

  #fm-block table {
    width: 100%;
  }

  #fm-block th {
    width: 20%;
  }

  #fm-block .ipt {
    width: 90%;
  }

#fm-block form p {
    text-align: center;
}

#fm-block #submit {
    display: inline-block;
    position: static;
}

}

/*----------- top -----------*/

nav {
  background: rgba(0, 0, 0, 0.8 );
  overflow: hidden;
  /* height: auto; */
}

header .head1{
  background:url(../images/top/head-bg.jpg) no-repeat 50% 0/100% auto;
  background-attachment:fixed;
  height: 100vh;
}

.top header .h-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.top header .h-logo{
  transform: translate(-50%,calc(100% / -2 - 62px / 2));
}

.top header .h-logo img{
  max-width: 100px;
  opacity:  0.8;
}

#t-concept .c-img{
  background: url(../images/top/concept-img.jpg) no-repeat 50% 0/cover;
  background-attachment:fixed;
}

footer {
  background: #333;
}

.md a{
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #e6e6e6;
  border-radius: 2px;
  letter-spacing: 0.15em;
  font-size: 1vw;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms;
  background: #333;
  color: #fff;
  border: 2px solid #333;
}

.md a:hover{
  border-radius: 1px;
  border: 2px solid #555;
  background: #555;
}

#t-concept .c-content {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  text-align: center;
  margin: -199px auto 0;
  max-width: 650px;
  padding: 30px 20px 70px;
  color: #fff;
}

#t-concept .c-content h2 {
  padding-bottom: 0.5em;
}

#t-concept .c-content p {
  margin-bottom: 20px;
}

#t-cp div {
  text-align: center;
  margin: 77px 0 100px;
}

#t-cp div h2 {
  margin-bottom: 50px;
}

#t-cp div p {
  margin-bottom: 60px;
  line-height: 2.5;
}

#t-cp div ul {
  font-size: 0;
}

#t-cp div li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}

#t-cp div li:first-child {
  margin-left: 0;
}

#t-cp div li a {
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms;
}

#t-cp div li a:hover {
  opacity: 0.8;
}

footer .ft2 .fp1 {
  line-height: 1.8;
}

footer .ft2 .fp2 {
  font-size: 10px;
}

@media all and (max-width:1024px){
  header .head1{
    background: url(../images/top/head-bg.jpg) no-repeat 50% 0/auto 100%;
    background-attachment:fixed;
  }
}

@media all and (max-width:767px){
  header .head1{
    background-size:100% auto;
    height: auto;
  }
  #t-concept .c-content {padding: 0 20px;}
  #t-concept h2 { font-size:20px; padding-bottom:10px;}
  #t-concept .c-content p {padding: 0 16px 20px;}
  #t-concept .c-img img {
    width: 100%;
    height: auto;
    visibility: visible;
  }
  #t-concept .c-content h2 {
    padding-bottom: 1.5em;
  }
  .top .md a {
    font-size: 3vw;
  }
}

@media all and (max-width:567px){
  header .head1{
    background-size: auto 580px;
    /* background-position:center bottom; */
  }
}

@media all and (max-width: 767px) {

  header .h-logo img {
    width: auto;
    height: auto;
  }

  #t-cp div {
    margin: 50px 0 75px;
    padding: 0 20px;
  }

  #t-cp div h2 {
    margin-bottom: 30px;
  }

  #t-cp div p {
    margin-bottom: 30px;
    line-height: 2;
  }

  #t-cp div li {
    margin-left: 1%;
    width: 32%;
  }

  #t-cp div li img {
    width: 100%;
    height: auto;
  }

}

@media all and (max-width: 567px) {

  #t-cp div h2 img {
    width: 100%;
    height: auto;
  }

}

/*----------- concept -----------*/

.inner .wc p {
  line-height: 2;
  padding: 0;
  margin-bottom: 40px;
}

.inner .wc .bar {
  font-size: 0;
}

#bs {
  width: 1024px;
  margin: 0 auto 100px;
}

#bs h2 {
  text-align: center;
  margin-bottom: 60px;
}

#bs dl {
  margin-bottom: 40px;
  margin-left: 50px;
}

#bs dl:last-child {
  margin-bottom: 0;
}

#bs dt ,
#bs dd {
  display: inline-block;
  vertical-align: top;
}

#bs dd {
  font-size: 14px;
  line-height: 2;
  margin-left: 30px;
}

#bs dd h3 {
  font-size: 0;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {

  .inner #wfc {
      margin-top: 62px;
  }
  .inner .wc h2 {
      margin: 0 0 40px;
  }
  .inner .wc p {
    line-height: 1.8;
    padding: 0;
    margin-bottom: 30px;
    font-size: 13px;
    text-align: left;
  }
  .inner .wc p br {
    display: none;
  }
  .inner .wc .bar img {
    width: 100%;
    height: auto;
  }
  #bs {
    width: auto;
    margin: 0 auto 100px;
  }
  #bs > div {
    padding: 0 20px;
  }
  #bs dl {
    margin-bottom: 50px;
    margin-left: 0;
  }
  #bs dt,
  #bs dd {
    display: block;
    vertical-align: top;
  }
  #bs dt {
    float: left;
    padding: 0 10px 10px 0;
  }
  #bs dd {
    font-size: 13px;
    line-height: 1.8;
    margin-left: 0;
  }
  #bs dd span br {
    display: none;
  }
}

@media all and (max-width: 567px) {

  #bs h2 img {
    width: 100%;
    height: auto;
  }

}


#sa {
  text-align: center;
  margin-bottom: 100px;
}

#sa h2 {
  margin-bottom: 52px;
}

#sa p {
  line-height: 2;
  margin-bottom: 50px;
  font-size: 16px;
}

#sa .bar {
  font-size: 0;
}

#gallery {
  margin-bottom: 96px;
}

#gallery h2 {
  text-align: center;
  margin-bottom: 38px;
}

#gallery ul {
  width: 1024px;
  margin: 0 auto;
}

#gallery ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 23.4%;
  margin-left: 1.7%;
  margin-bottom: 40px;
}

#gallery ul li:first-child,
#gallery ul li:nth-child(5),
#gallery ul li:nth-child(9) {
  margin-left: 0;
}


#gallery ul li span {
  font-size: 12px;
  display: block;
  text-align: center;
  padding-top: 10px;
}

#gallery ul li img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 767px) {
  #sa {
    margin-top: 62px;
  }
  .sa1 {
    padding: 0 20px;
  }
  .sa1 .bar img {
    width: 100%;
    height: auto;
  }
  #sa h2 {
    margin-bottom: 30px;
  }
  #sa p {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }
  #sa p br {
    display: none;
  }
  #gallery h2 {
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 20px;
  }
  #gallery ul {
    width: auto;
  }
  #gallery ul li {
    width: 32%;
    margin-left: 0.7%;
    margin-bottom: 1.4%;
  }
  #gallery ul li:first-child ,
  #gallery ul li:nth-child(5) {
    margin-left: 0.7%;
  }
}

@media all and (max-width: 567px) {

  #sa h2 img ,
  #gallery h2 img {
    width: 100%;
    height: auto;
  }
  #gallery ul li {
    width: 48%;
    margin-left: 1%;
    margin-bottom: 2%;
  }
  #gallery ul li:first-child, #gallery ul li:nth-child(5) {
    margin-left: 1%;
  }
}

/*----------- FACILITIES / SERVICES -----------*/


#fc {
  max-width: 1024px;
  margin: 40px auto 96px;
}


.services #fc {
  margin: 40px auto 120px;
}

#fc h2 {
  margin-bottom: 6px;
  font-size: 2.0vw;
}

.sab1 {
  margin-bottom: 48px;
}

.sab1 .list1 {
  width: 48%;
  float: left;
}

.sab1 .list1:nth-child(2n) {
  float: right;
}

.list1 img {
  width: 100%;
  height: auto;
}
.list1 h2 {
  margin-bottom: 5px;
  text-indent: 0.2em;
}

.list1 dl {
  padding-top: 5px;
}

.list1 dt {
  color: #575757;
}

.list1 dd {
  font-size: 1.0625em;
  padding: 1em 0.5em 0.5em;
  line-height: 1.625;
}

@media all and (max-width: 767px) {

  #fc {
    margin-top: 0;
  }

  #fc h2 {
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 16px;
    text-align:  center;
  }

  #fc .sab1 > p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: left;
  }

  .sab1 {
    margin-bottom: 0;
  }

  .sab1 .list1 {
    margin-bottom: 50px;
    float: none;
    width:  100%;
  }

  .list1 dd img {
    width: 100%;
    height: auto;
  }

}

@media all and (max-width: 567px) {

  #fc h2 img {
    width: 100%;
    height: auto;
  }

}

@media all and (max-width: 414px) {

  .list1 p {
    padding-top: 2px;
    width: 40%;
    margin-bottom: 5px;
  }

  .list1 p img {
    height: auto;
    width: 100%;
  }

  .list1 dt {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 16px;
  }

  .list1 dd {
    float: none;
    margin-left: 0;
    padding: 0 10px 0;
    font-size: 9px;
  }

}