@charset "UTF-8";
/*===================================
  GENERAL
===================================*/
body {
  min-width: 1140px;
  font-family: "Bellefair","Georgia",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color: #222;
  letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings : "palt";
    letter-spacing:0.06em;
}

.inner {
    width:90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.inner.narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

main {
  background: url(../img/common/bg01.png) #fff repeat;
    background-size: 100px;
    z-index:10;
}

/*===================================
  HEADING
===================================*/
h1, h2, h3, h4, h5, h6 {
  text-align: center;
  line-height: 1.3;
}

p {
  font-size: 14px;
  line-height: 2;
}

p + p {
  margin-top: 1em;
}

dl, ol, ul {
  font-size: 14px;
  line-height: 1.7;
}

table {
  font-size: 14px;
  line-height: 1.7;
}

a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.cursive {
  color: #BDB5A5;
  font-size: 55px;
  font-family: 'Homemade Apple', cursive;
}

/*===================================
  TOP HEADER
===================================*/
#topHeader {
  width: 100%;
  min-width: 1140px;
  height: 80px;
  left: 0;
  z-index: 100;
  background: #58595B;
}

#topHeader .logo {
  top: 0;
  left: 0;
  position: absolute;
}

#topHeader .logo .pcLogo {
  display: block !important;
  position: absolute;
  left: 50px;
  top: 40px;
}

#topHeader .logo .pcLogo img {
  width: 160px;
  height: auto;
}

#topHeader .logo .spLogo {
  display: none;
}

#topHeader .inner {
  width: 100%;
    max-width:none;
  margin: auto;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #58595B;
}

#topHeader #spMenu {
  width: 20px;
  height: 20px;
  display: block;
  position: fixed;
  top: 32px;
  right: 2.5%;
  z-index: 101;
    mix-blend-mode: exclusion;
}

#topHeader #spMenu span {
  width: 25px;
  height: 2px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 2px;
  background: #fff;
  transition: .4s;
}

#topHeader #spMenu span:nth-of-type(1) {
  top: 0px;
}

#topHeader #spMenu span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  z-index: -1;
}

#topHeader #spMenu span:nth-of-type(3) {
  bottom: 0px;
}

#topHeader #spMenu span.active:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

#topHeader #spMenu span.active:nth-of-type(2) {
  opacity: 0;
}

#topHeader #spMenu span.active:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

/*===================================
  GLOBAL NAV
===================================*/
#globalNavi {
    color: #fff;
    height: 80px;
    position: absolute;
    top: 0;
}
#globalNavi ul li{
    line-height: 80px;
}
#globalNavi ul li a {
  list-style: none;
  font-size: 15px;
    line-height:1;
    letter-spacing:2px;
}
#globalNavi ul li.online{
    font-size: 12px;
    background-color: #221E1F;
    width: 120px;
    margin-left: 30px;
}
#globalNavi ul li.online a{
    font-size: 12px;
    line-height: 80px;
    display: block;
    text-align: center;
}

#globalNavi ul li + li {
  margin-left: 1em;
}

#globalNavi ul li + li::before {
  content: "/";
  margin-right: 1em;
}

#globalNavi02 {
  position: fixed;
  right: 100%;
}

#globalNavi02.active {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: -100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}

#globalNavi02 ul {
  height: auto !important;
  width: 1140px !important;
  padding: 0 !important;
  justify-content: space-around !important;
  align-items: flex-start !important;
  background: none !important;
}

#globalNavi02 ul li {
  width: 100%;
  font-size: 30px;
  transition: .5s;
  display: -webkit-flex;
  display: -ms-flex;
  position: relative;
}

#globalNavi02 ul li:hover {
  background: rgba(0, 0, 0, 0.7);
}

#globalNavi02 ul li:hover::after {
  content: "";
  width: 13px;
  height: 27px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url(../img/concept/slick_caret02.png) no-repeat;
  background-size: cover;
}

#globalNavi02 ul li:nth-of-type(6) {
  margin-bottom: 50px;
}

#globalNavi02 ul li:nth-of-type(7) {
  margin-left: 200px;
}

#globalNavi02 ul li:nth-of-type(7), #globalNavi02 ul li:nth-of-type(8) {
  width: auto;
  font-size: 20px;
}

#globalNavi02 ul li:nth-of-type(7):hover, #globalNavi02 ul li:nth-of-type(8):hover {
  background: none;
  border-bottom: 1px solid #fff;
}

#globalNavi02 ul li:nth-of-type(7):hover::after, #globalNavi02 ul li:nth-of-type(8):hover::after {
  display: none;
}

#globalNavi02 ul li:nth-of-type(9) {
  margin-right: 200px;
  width: auto;
}

#globalNavi02 ul li:nth-of-type(9):hover {
  background: none;
  border-bottom: 0;
}

#globalNavi02 ul li:nth-of-type(9):hover::after {
  display: none;
}

#globalNavi02 ul li:nth-of-type(9) a {
  width: 35px;
  margin: auto;
  display: block;
}

#globalNavi02 ul li:nth-of-type(9) a img {
  width: 100%;
  height: auto;
}

#globalNavi02 ul li:nth-of-type(4), #globalNavi02 ul li:nth-of-type(5), #globalNavi02 ul li:nth-of-type(6) {
  display: none;
}

#globalNavi02 ul li + li {
  margin-top: 40px;
}

#globalNavi02 ul li a {
  width: 100%;
  display: block;
  text-align: center;
}

/*===================================
  MAIN
===================================*/
#pageHead {
  padding: 200px 0 200px;
}

#pageHead h2 {
  color: #fff;
  font-size: 35px;
}

#pageHead span {
  display: block;
  margin-top: 0;
  color: inherit;
  font-weight: inherit;
  font-size: 10px;
  text-align: inherit;
}

.contentsHead {
  margin: auto;
  padding-bottom: 50px;
  color: #58595B;
  font-family: "Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-size: 30px;
  text-align: center;
}

.contentsHead h2, .contentsHead h3 {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-align: inherit;
  line-height: 1;
}

.contentsHead span {
  display: block;
  margin-top: 0;
  color: inherit;
  font-weight: inherit;
  font-size: 10px;
  text-align: inherit;
}

.contentsHead::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  margin: 20px auto 0;
  background: #58595B;
}

/*===================================
  FOOTER
===================================*/
aside {
  color: #fff;
}

aside a {
  padding: 35px 0;
  display: block;
    background: #838370;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all  .3s ease;
    position:relative;
}
aside a::after {
  content: "";
  width: 13px;
  height: 27px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url(../img/concept/slick_caret02.png) no-repeat;
  background-size: cover;
}
aside a:hover {
    background: #666656;
}

aside p {
  font-size: 13px;
  text-align: center;
}

aside img {
  margin: 10px auto 0;
}

#footer {
  width: 100%;
  padding: 45px 0;
  color: #fff;
  background: #221E1F;
}

#footer .inner {
  width: 90%;
}

#footer .left {
  width: 30%;
}

#footer .left img {
  margin-bottom: 30px;
}

#footer .left p {
  font-size: 13px;
}

#footer #footerNavi {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}

#footer #footerNavi ul:nth-of-type(1) {
  width: 30%;
}

#footer #footerNavi ul:nth-of-type(2) {
  width: 30%;
}

#footer #footerNavi ul:nth-of-type(3) {
  width: 40%;
  text-align: right;
}

#footer #footerNavi ul:nth-of-type(3) .btn {
  width: 200px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #222;
  float: right;
  opacity: 1;
}
#footer #footerNavi ul:nth-of-type(3) .btn.alpha:hover {
    color:#fff;
    border:1px solid #58595B;
    background:transparent;
}

#footer #footerNavi li + li {
  margin-top: 1em;
}

#footer #footerNavi a {
  font-size: 13px;
  opacity: .8;
}

#pageLink {
  background: url(../img/common/bg01.png);
  background-position: center;
  background-size: 100px;
  padding: 120px 0 0;
}

#pageLink a.box {
  width: 30.333%;
  height: 225px;
  display: block;
  position: relative;
}

#pageLink a.box:nth-of-type(1) {
  background: url(../img/common/footer_img06.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

#pageLink a.box:nth-of-type(2) {
  background: url(../img/common/footer_img02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

#pageLink a.box:nth-of-type(3) {
  background: url(../img/common/footer_img07.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#pageLink a.box.access {
  background: url(../img/common/footer_img04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#pageLink a.box.concept {
  background: url(../img/common/footer_img05.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

#pageLink a.box p {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 35px;
  text-align: right;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  padding: .1em .5em;
}

#pageLink .bread {
  width: 100%;
  display: block;
  text-align: left;
  padding: 25px 0;
  font-size: 11px;
}
#pageLink .bread a{text-decoration: underline;text-decoration-color:#aaa;}
#pageLink .bread a:hover{text-decoration:none;}

/*===================================
  BUTTON
===================================*/
/*============================================================================================================================================
  SP
============================================================================================================================================*/
@media screen and (max-width: 760px) {
  /*===================================
  GENERAL
===================================*/
  body {
    min-width: 320px;
  }
  .inner {
    width: 85%;
  }
  img, video {
    width: 100%;
    height: auto;
  }
  .tel, .tel img {
    pointer-events: auto;
  }
  main {
    background: url(../img/common/bg01.png);
    background-position: center;
    background-size: 100px;
  }
  /*===================================
  HEADING
===================================*/
  p {
    font-size: 12px;
  }
  p + p {
    margin-top: 1em;
  }
  dl, ol, ul {
    font-size: 12px;
    line-height: 1.7;
  }
  table {
    font-size: 12px;
    line-height: 1.7;
  }
  /*===================================
  TOP HEADER
===================================*/
  #topHeader {
    width: 100%;
    height: 50px;
    min-width: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  #topHeader .inner {
    width: 100%;
    justify-content: space-between !important;
    padding: 0 7.5%;
  }
  #topHeader .logo {
    position: static;
    display: block !important;
  }
  #topHeader .logo .pcLogo {
    display: none !important;
  }
  #topHeader .logo .spLogo {
    display: block !important;
    width: 50px;
  }
  #topHeader #spMenu {
    z-index: 103;
    top: 15px;
    right: 7.5%;
  }
  #topHeader #spMenu span {
    box-shadow: 0 0 1px #58595B;
  }
  /*===================================
  globalNavi
===================================*/
  #globalNavi {
    display: none;
  }
  #globalNavi02 {
    position: fixed;
    right: 100%;
  }
  #globalNavi02.active {
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: -100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
  }
  #globalNavi02 ul {
    height: auto !important;
    width: 85% !important;
    padding: 0 !important;
    justify-content: space-around !important;
    align-items: flex-start !important;
    background: none !important;
  }
  #globalNavi02 ul li {
    width: 100%;
    font-size: 15px;
    transition: .5s;
  }
  #globalNavi02 ul li:hover {
    background: none;
  }
  #globalNavi02 ul li:hover::after {
    display: none;
  }
  #globalNavi02 ul li:nth-of-type(6) {
    margin-bottom: 0;
  }
  #globalNavi02 ul li:nth-of-type(7) {
    margin-left: 0;
  }
  #globalNavi02 ul li:nth-of-type(7), #globalNavi02 ul li:nth-of-type(8) {
    width: 100%;
    font-size: 15px;
  }
  #globalNavi02 ul li:nth-of-type(7):hover, #globalNavi02 ul li:nth-of-type(8):hover {
    background: none;
    border-bottom: 0;
  }
  #globalNavi02 ul li:nth-of-type(7):hover::after, #globalNavi02 ul li:nth-of-type(8):hover::after {
    display: none;
  }
  #globalNavi02 ul li:nth-of-type(9) {
    margin-right: 0;
    width: 100%;
  }
  #globalNavi02 ul li:nth-of-type(9):hover {
    background: none;
    border-bottom: 0;
  }
  #globalNavi02 ul li:nth-of-type(9):hover::after {
    display: none;
  }
  #globalNavi02 ul li:nth-of-type(9) a {
    width: 35px;
    margin: auto;
    display: block;
  }
  #globalNavi02 ul li:nth-of-type(9) a img {
    width: 100%;
    height: auto;
  }
  #globalNavi02 ul li:nth-of-type(4), #globalNavi02 ul li:nth-of-type(5), #globalNavi02 ul li:nth-of-type(6) {
    display: block;
  }
  #globalNavi02 ul li + li {
    margin-top: 20px;
  }
  #globalNavi02 ul li a {
    width: 100%;
    display: block;
    text-align: center;
  }
  /*===================================
  MAIN
===================================*/
  #pageHead {
    padding: 100px 0 50px;
  }
  #pageHead h2 {
    font-size: 25px;
  }
  #pageHead h2::after {
    height: 2px;
    margin: 10px auto 15px;
  }
  .contentsHead {
    padding: 0 0 30px;
  }
  /*===================================
  FOOTER
===================================*/
  aside img {
    width: 50px;
  }
  #footer {
    padding: 30px 0 75px;
    width: 100%;
    position: relative;
  }
  #footer .inner {
    width: 85%;
  }
  #footer .left {
    width: 100%;
  }
  #footer .left img {
    width: 130px;
    margin: auto;
    margin-bottom: 20px;
  }
  #footer .left p {
    font-size: 13px;
    text-align: center;
  }
  #footer #footerNavi {
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  #footer #footerNavi ul {
    text-align: center;
  }
  #footer #footerNavi ul:nth-of-type(1) {
    width: 100%;
  }
  #footer #footerNavi ul:nth-of-type(2) {
    width: 100%;
    margin-top: 1em;
  }
  #footer #footerNavi ul:nth-of-type(3) {
    margin-top: 1em;
    width: 100%;
    text-align: center;
  }
  #footer #footerNavi ul:nth-of-type(3) .btn {
    float: none;
    margin: 15px auto 0;
  }
  #footer #footerNavi li + li {
    margin-top: 1em;
  }
  #footer #footerNavi a {
    font-size: 13px;
    opacity: .8;
  }
  #footer #copyRight {
    width: 100%;
    display: block;
    text-align: center;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    position: absolute;
  }
  #pageLink {
    padding: 50px 0 0;
  }
  #pageLink .inner {
    width: 100%;
  }
  #pageLink a.box {
    width: 100%;
    height: 225px;
    display: block;
    position: relative;
  }
  #pageLink a.box:nth-of-type(1) {
    background: url(../img/common/footer_img06.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  #pageLink a.box:nth-of-type(2) {
    background: url(../img/common/footer_img02.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  #pageLink a.box:nth-of-type(3) {
    background: url(../img/common/footer_img07.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  #pageLink a.box p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: right;
    background: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding: .1em .5em;
  }
  #pageLink .bread {
    padding: 25px 7.5%;
    font-size: 12px;
  }
  /*===================================
  BUTTON
===================================*/
}




.small-text{font-size:12px;letter-spacing:0;}
.small-text a{text-decoration: underline;text-decoration-color:#aaa;}
.small-text a:hover{text-decoration:none;}
.bold{font-weight:bold;}


#instafeed {}
#instafeed a {}
#instafeed a>img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.no-selected {
    position: relative;
}

.no-selected img {
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    opacity: 0.3;
}