@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Lato:300,400,700,900';
/*
font-family: 'Roboto', sans-serif;
*/


/********************************************************************************************
ベース
********************************************************************************************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  background: none;
  color: #000;
/*
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
*/
}

body.language-en{
  font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

@media all and (-ms-high-contrast:none) {
/* IEだけメイリオに */
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

a {
  color: #978029 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{
}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* = Selected Text
----------------------------------------------- */
::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}


/********************************************************************************************
レイアウト
********************************************************************************************/

/**********************************************
common
***********************************************/

.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

.textAlign-center {  text-align: center !important; }
.textAlign-right  {  text-align: right !important; }
.textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
.l-bottom-xsmall-p  {  padding-bottom: 10px !important; }
.l-bottom-small-p   {  padding-bottom: 15px !important; }
.l-bottom-p         {  padding-bottom: 20px !important; }
.l-bottom-large-p   {  padding-bottom: 30px !important; }
.l-bottom-xlarge-p  {  padding-bottom: 50px !important; }
.l-bottom-xxlarge-p {  padding-bottom: 80px !important; }

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-top: 80px !important; }


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

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

  .l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
  .l-bottom-xsmall-p  {  padding-bottom: 7px !important; }
  .l-bottom-small-p   {  padding-bottom: 10px !important; }
  .l-bottom-p         {  padding-bottom: 15px !important; }
  .l-bottom-large-p   {  padding-bottom: 20px !important; }
  .l-bottom-xlarge-p  {  padding-bottom: 30px !important; }
  .l-bottom-xxlarge-p {  padding-bottom: 40px !important; }

  .l-top-xxsmall-p {  padding-top: 5px  !important; }
  .l-top-xsmall-p  {  padding-top: 7px !important; }
  .l-top-small-p   {  padding-top: 10px !important; }
  .l-top-p         {  padding-top: 15px !important; }
  .l-top-large-p   {  padding-top: 20px !important; }
  .l-top-xlarge-p  {  padding-top: 30px !important; }
  .l-top-xxlarge-p {  padding-top: 40px !important; }

}

/**********************************************
column
***********************************************/

.l-firstColumn{
  width: 68%;
  float: left;
}

.l-secondColumn{
  width: 25%;
  float: right;
}

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

  .l-firstColumn{
    width: auto;
    float: none;
  }

  .l-secondColumn{
    width: auto;
    float: none;
  }

}

/**********************************************
base
***********************************************/

.l-base {
  width: auto;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-block-top {
  padding-top: 80px;
}

.l-block-bottom {
  padding-bottom: 80px;
}

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

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-wide {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-block-top {
    padding-top: 40px;
  }

  .l-block-bottom {
    padding-bottom: 40px;
  }

  .l-block-noOffset-top{
    padding-top: 0;
  }
  .l-block-noOffset-bottom{
    padding-bottom: 0;
  }
}


/**********************************************
table
***********************************************/

.l-table-normal {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.l-table-normal th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 3%;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.7;
  background-color: #f0f0f0;
}

.l-table-normal td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 3%;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.7;
}

.l-table-normal-white{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.l-table-normal-white th{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-table-normal-white td{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*cell size*/

.l-cell-quarter {
  width: 25%;
}

.l-cell-trisect {
  width: 33.3%;
}

.l-cell-half {
  width: 50%;
}

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

  .l-table-normal{
  }
  .l-table-normal th{
    font-size: 93%;
    padding: 8px 8px;
    line-height: 1.5;
  }
  .l-table-normal td{
    font-size: 93%;
    padding: 8px 8px;
    line-height: 1.5;
  }

  /*スマホ時、縦組みになる*/
  .l-table-normal-sp,
  .l-table-normal-sp thead,
  .l-table-normal-sp tbody,
  .l-table-normal-sp tr,
  .l-table-normal-sp th,
  .l-table-normal-sp td {
    display: block;
    width: 100% !important;
    border: none;
  }
  .l-table-normal-sp th,
  .l-table-normal-sp td {
    border: none;
    font-size: 0.93rem;
  }
  .l-table-normal-sp thead th {
    text-align: center;
    padding: 5px 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .l-table-normal-sp tbody th {
    text-align: left;
    padding: 5px 8px;
    font-weight: bold;
  }
  .l-table-normal-sp tbody td {
    padding: 8px 0px 15px 0;
    font-size: 0.85rem;
  }

}

/********************************************************************************************
モジュール
********************************************************************************************/


/**********************************************
common
***********************************************/

.wrapper{
  visibility: hidden;
  overflow: hidden;
}
.home .wrapper{
  height: 101vh;
}


.is-loaded .wrapper{
  visibility: visible;
  height: auto !important;
  display: block;
  animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}


/**********************************************
module-zoom
***********************************************/

.zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .zoomHover img{
  transform:scale(1.03) ;
  opacity: 0.8;
}

/**********************************************
module-text
***********************************************/

.textMain{
  line-height: 2.5;
}

.lead {
  font-weight: 500;
  font-size: 164%;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  white-space: nowrap;
}

.text-small{
}

.text-large{
}

.text-accent{
  color: #978029;
}


.list-dot {}

.list-dot li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.list-asterisk {}

.list-asterisk li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.list-number {
  padding-left: 2em;
}

.list-number li {
  font-size: 124%;
  line-height: 2;
  list-style: decimal;
}

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

  .lead {
    white-space: normal;
  }

}

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

  .textMain{
    line-height: 2;
  }

  .lead {
    font-size: 124%;
    letter-spacing: 0.05em;
    white-space: normal;
    padding-bottom: 25px;
  }


  .list-dot {}

  .list-dot li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-dot li::before {
    content: "・";
    margin-left: -1em;
  }

  .list-asterisk {}

  .list-asterisk li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-asterisk li::before {
    content: "※";
    margin-left: -1em;
  }

  .list-number {
    padding-left: 2em;
  }

  .list-number li {
    font-size: 124%;
    line-height: 1.7;
    list-style: decimal;
  }

}

/**********************************************
module-btn
***********************************************/

.linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: auto;
  min-width: 280px;
  padding: 12px 40px 12px 40px;
  font-size: 108%;
  font-family: "Lato","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #978029;
  background-color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #978029;
  transition: all 0.2s ease;
  position: relative;
}

.btn::after {
  content: "";
  display: block;
  width: 65px;
  height: 6px;
  background: url(../../img/arrow.png) no-repeat center center / 100% 100%;
  position: absolute;
  right: -35px;
  top: 50%;
  margin-top: -3px;
  transition:all 0.2s ease;
}
.btn:hover::after {
  animation: btn_arrow 1.5s ease 1;
  filter: brightness(70%);
}


.btn-be{
  background-color: rgba(151, 128, 41, 0.1);
  border: none;
}
.btn-be::after{
  display: none;
}


.btn-br{
  background-color: #a69349;
  color: #fff;
}
.btn-br:hover{
  background-color: #978029;
}

.btn-gr{
  background-color: #cbcbcb;
  border: none;
}
.btn-gr::after{
  display: none;
}

.btn-noArrow::after,
.btn-ex::after{
  display: none;
}
.btn-ex img{
  height: 1em;
  margin-right: 20px;
  margin-left: -10px;
  transform:scale(1.4);
  transform-origin:left bottom;
}
.btn-ex:hover img{
  filter: brightness(500%);
}

@keyframes btn_arrow {
  0% {transform: translateX(0px) ; }
  50% {transform: translateX(8px) ;}
  100% {transform: translateX(0px) ;}
}


.btn:hover {
  background-color: #978029;
  color: #fff;
}

.btn-small {
  font-size: 108%;
  padding: 8px 30px 8px 30px;
}

.btn-large {
  font-size: 154%;
  padding: 17px 40px 17px 40px;
}

.btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

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

  .btn {
    min-width: 240px;
    padding: 8px 20px 8px 20px;
    font-size: 100%;
  }

  .btn::after {
    width: 35px;
    height: 4px;
    right: -15px;
  }
  .btn:hover::after {
    animation: btn_arrow 0.8s ease 1;
  }

}

/**********************************************
module-header
***********************************************/

.header {
  background: #fff;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}


.header-inner {
  position: relative;
}

.header-logo {
  text-align: center;
  padding-top: 10px;
  transition:all 1s ease;
}
.header-logo img {
  width: 40px;
  height: 40px;
}

.home .header-logo {
  opacity: 0;
}
.home.is-fixed .header-logo {
  opacity: 1;
}


.header-cv {
  position: absolute;
  right: 0;
  top: 0;
}
.header-cv a {
  display: block;
  width: 150px;
  height: 60px;
  color: #fff;
  background-color: #978029;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  line-height: 1.2;
}

.language-en .header-cv a {
  padding-top: 20px;
}

.header-cv small {
  display: block;
  font-size: 108%;
  font-family: "Lato";
  font-weight: 400;
  letter-spacing: 0.1em;
}
.header-cv span {
  font-size: 85%;
  letter-spacing: 0.08em;
}

.page-template-page-booking .header-cv{
  display: none;
}

.header-lang {
  position: absolute;
  right: 180px;
  top: 15px;
}

.lang {
  display: flex;
}

.lang-icon {
  padding-top: 1px;
  padding-right: 10px;
}
.lang-icon img {
  width: 14px;
}
.lang-list {
  display: flex;
}
.lang-list li {
  padding: 0 5px;
}
.lang-list li a {
  display: block;
  padding: 3px 0;
  font-size: 108%;
  font-family: "Lato";
  font-weight: 700;
  color: #000;
  text-decoration: none;
  position: relative;
}
.lang-list li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.lang-list li a.is-active::before {
  opacity: 1;
}


.page-template-page-booking .header-lang {
  right: 20px;
}


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

  .header {
    height: 40px;
  }

  .header-inner {
  }

  .header-logo {
    text-align: center;
    padding-top: 5px;
  }
  .header-logo img {
    width: 30px;
    height: 30px;
  }

  .header-cv {
  }
  .header-cv a {
    width: 80px;
    height: 40px;
    padding-top: 7px;
  }

  .language-en .header-cv a {
    padding-top: 15px;
  }
  .header-cv small {
    font-size: 70%;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
  .header-cv span {
    font-size: 70%;
    letter-spacing: 0.05em;
  }

  .header-lang {
    right: 85px;
    top: 5px;
  }

  .lang {
  }

  .lang-icon {
    display: none;
  }
  .lang-icon img {
    width: 14px;
  }
  .lang-list {
  }
  .lang-list li {
    padding: 0 3px;
  }
  .lang-list li a {
    padding: 3px 0;
    font-size: 93%;
  }
  .lang-list li a::before {
  }


}


/*
shopLink
*/

.shopLink{
  position: fixed;
  right: 30px;
  top: 90px;
  z-index: 990;
  width: 180px;
}
.shopLink a{
  display: block;
  padding: 0.5em;
  text-align: center;
  color: #978029;
  font-weight: 500;
  font-family: "Roboto";
  text-decoration: none;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.8);
}
.shopLink a:hover{
  background-color: #978029;
  color: #fff;
}

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

  .shopLink{
    position: fixed;
    right: 5px;
    top: 45px;
    width: 100px;
  }
  .shopLink a{
    font-size: 85%;
    padding: 0.5em 0;
  }
  .shopLink a:hover{
    background-color: #fff;
    color: #978029;
  }

}



/**********************************************
module-mainVisual
***********************************************/

.mainVisual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mainVisual-item{
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}

.is-loaded .mainVisual-item {
  animation: mainvisual_zoom 5s ease 1 forwards ;
}
@keyframes mainvisual_zoom {
  0% {transform: scale(1.0);}
  100% {transform: scale(1.04);}
}

.mainVisual-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 36vh;
}
.mainVisual-title {
  display: inline-block;
}
.mainVisual-title img {
  width: 120px;
  height: 140px;
  transition:all 2s ease;
  transition-delay: 0.5s;
  opacity: 0;
}
.is-loaded .mainVisual-title img {
  opacity: 1;
}


.mainVisual-reserve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

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

  .mainVisual-reserve {
    text-align: center;
  }

}

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

  .mainVisual {
    height: 85vh;
  }

  .mainVisual-item{
    height: 85vh;
  }

  .mainVisual-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 32vh;
  }
  .mainVisual-title {
    display: inline-block;
  }
  .mainVisual-title img {
    width: 80px;
    height: 90px;
  }

}


/**********************************************
module-sideBar
***********************************************/

.sideBar {
  width: 100vh;
  height: 60px;
  position: absolute;
  left: 60px;
  top: 0;
  z-index: 4;
  transform-origin:left top;
  transform:rotate(90deg);
}

.sideBar-address {
  width: 100%;
  text-align: center;
  font-style: normal;
  padding-top: 22px;
  font-size: 77%;
  font-family: "Lato";
  font-weight: 400;
}
.sideBar-address a{
  display: inline-block;
  margin-left: 100px;
  color: #978029;
  text-decoration: none;
}

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

  .sideBar {
    display: none;
    height: 20px;
    left: 20px;
  }

  .sideBar-address {
    padding-top: 2px;
    font-size: 70%;
  }
  .sideBar-address a{
    margin-left: 40px;
  }

}


/**********************************************
module-reserve
***********************************************/

.reserve {
  max-width: 860px;
  margin: 0 auto;
}
.reserve-title {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 108%;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

.reserve-block {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  padding-left: 2%;
}
.reserve-item {
  padding: 10px 20px;
  flex: 1;
}
.reserve-item-title {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 100%;
}
.reserve-item-inner {
}
.reserve-item-icon {
  width: 28px;
  vertical-align: middle;
}

.reserve-input{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  font-size: 116%;
  width: 200px;
  height: 32px;
  margin-right: 10px;
  border-radius: 0;
}

select.reserve-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.reserve-submit {
  width: 240px;
  margin-right: -1px;
}
.reserve-submit-btn {
  width: 100%;
  height: 75px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition:all 0.2s ease;
}
.reserve-submit-btn:hover {
  background-color: #978029;
}
@media screen and (max-width:1220px) and ( min-width:1024px)  {

  .reserve {
/*    padding-left: 70px;*/
    padding-right: 0;
  }
}

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


  .reserve {
    display: inline-block;
    width: auto;
    max-width: 480px;
    text-align: left;
  }
  .reserve-title {
    font-size: 108%;
    padding-left: 15px;
  }

  .reserve-block {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: center;
  }
  .reserve-item {
    padding: 10px 15px 10px 15px;
    flex:auto;
    text-align: center;
  }
  .reserve-item:nth-child(1),
  .reserve-item:nth-child(2) {
    max-width: 50%;
  }
  .reserve-item:nth-child(3) {
  }

  .reserve-item-box {
    display: inline-block;
    text-align: left;
  }
  .reserve-item-title {
    font-size: 85%;
  }
  .reserve-item-inner {
    white-space: nowrap;
  }
  .reserve-item-icon {
    width: 18px;
    vertical-align: middle;
  }

  .reserve-input{
    font-size: 124%;
    width: calc(100% - 24px);
    height: 24px;
    margin-right: 3px;
  }

  .reserve-item:nth-child(3) .reserve-input{
    width: 40px;
  }

  .reserve-submit {
    width: 100%;
    padding: 5px 15px 12px;
  }
  .reserve-submit-btn {
    width: 100%;
    height: 45px;
  }
  .reserve-submit-btn:hover {
    background-color: #978029;
  }

}



/**********************************************
module-statement
***********************************************/

.statement{
  background: url(../../img/pattern01.png);
  padding: 120px 0 80px;
  overflow: hidden;
  margin-bottom: 30px;
}

.statement-en {
  font-family: "Lato";
  font-weight: 400;
  font-size: 85%;
  position: absolute;
  left: -100px;
  top: 5px;
  letter-spacing: 0.1em;
}

.statement-title {
  font-size: 170%;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  color: #000;
}

.statement-text {
  line-height: 3;
  color: #000;
}

.statement-title-en {
  font-size: 170%;
  font-family: "Lato";
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-top: 70px;
  padding-bottom: 40px;
  color: #000;
}

.statement-text-en {
  padding-top: 60px;
  line-height: 3;
  font-family: "Lato";
  font-weight: 400;
  width: 45%;
  color: #000;
}


.language-en .statement-text-en {
  padding-top: 0;
}
.language-en .statement-inner {
  padding-bottom: 120px;
}

.statement-link {
  padding-top: 50px;
}


.statement-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50vw;
  max-width: 800px;
  height: 95%;
  background-position: center center;
  background-size: cover;
}
.statement-img img {
  display: none;
}


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

  .statement{
    padding: 60px 0 0;
    margin-bottom: 30px;
  }

  .statement-en {
    font-size: 85%;
    position: static;
    padding-bottom: 10px;
  }

  .statement-inner {
    padding: 0 5% 30px;
  }

  .statement-title {
    font-size: 147%;
    padding-bottom: 20px;
  }

  .statement-text {
    line-height: 2;
  }

  .statement-title-en {
    font-size: 147%;
    padding-top: 50px;
    padding-bottom: 20px;
    width: auto;
  }

  .statement-text-en {
    padding-top: 50px;
    line-height: 2;
    width: auto;
  }

  .statement-link {
    padding-top: 30px;
    text-align: center;
  }

  .language-en .statement-inner {
    padding-bottom: 30px;
  }

  .statement-img {
    position: static;
    width: auto;
    height: 200px;
    background-position: center center;
    background-size: cover;
  }
  .statement-img img {
    display: none;
  }


}


/**********************************************
module-homeStay
***********************************************/

.homeStay {
  background: url(../../img/pattern02.png);
}

.homeStay-link{
  padding-top: 60px;
}



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

  .homeStay-link{
    padding-top: 30px;
    text-align: center;
  }

}

/**********************************************
module-heading
***********************************************/

.heading{
  padding-bottom: 40px;
  font-size: 13px;
  text-transform :none !important;
}
.heading-center {
  text-align: center;
}
.heading-title {
}
.heading-title small {
  display: block;
  font-family: "Lato";
  font-size: 210%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.heading-title span {
  display: block;
  color: #978029;
  font-size: 93%;
  letter-spacing: 0.1em;
  padding-top: 12px;
}

.heading-text{
  font-size: 108%;
  line-height: 2;
  padding-top: 35px;
}

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

  .heading{
    padding-bottom: 30px;
  }
  .heading-center {
  }
  .heading-title {
  }
  .heading-title small {
    font-size: 162%;
    letter-spacing: 0.08em;
  }
  .heading-title span {
    font-size: 85%;
    padding-top: 8px;
  }


  .heading-sp-left{
    text-align: left;
  }

}


/**********************************************
module-separate
***********************************************/

.separate{
  display: flex;
  flex-direction: row-reverse;
}
.separate-img {
  width: 50%;
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.separate-img img {
  display: none;
}
.separate-block {
}
.separate-inner {
  width: 580px;
  float: right;
  padding: 70px 50px 60px 30px;
}
.separate-inner-noOffset {
  padding: 0px 50px 0px 30px;
}

.separate-gallery {
  height: 100%;
  margin-bottom: -5px;
  overflow: hidden;
}
.separate-gallery .slick-slide li {
  min-height: 600px;
  max-width: 1000px;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.separate-gallery .slick-slide li img{
  display: none;
}


.separate .slick-next{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 888;
  cursor: pointer;
}

.separate .slick-dots{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  padding-left: 0;
  z-index: 888;
}
.separate .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #e3e3e4;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.separate .slick-dots .slick-active button{
  background-color: #978029;
}

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


  .separate{
    display: block;
  }
  .separate-img {
    width: auto;
    min-height: 400px;
  }
  .separate-img img {
  }
  .separate-block {
  }
  .separate-inner {
    width: auto;
    float: none;
    padding: 30px 5% 30px 5%;
  }

  .separate-gallery {
    height: 100%;
    margin-bottom: -5px;
    overflow: hidden;
  }
  .separate-gallery .slick-slide li {
    min-height: 400px;
  }
  .separate-gallery .slick-slide li img{
  }

}

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

  .separate-img {
    min-height: 300px;
  }

  .separate-gallery .slick-slide li {
    min-height: 300px;
  }


}
/**********************************************
module-homeRoom
***********************************************/

.homeRoom{
  padding: 80px 0 80px;
  position: relative;
}

.homeRoom .slick-next,
.homeRoom .slick-prev{
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  padding-top: 15px;
  margin-top: -30px;
  text-align: center;
  transition:all 0.2s ease;
}

.homeRoom .slick-next{
  right: calc(50% - 490px);
  padding-right: 6px;
}
.homeRoom .slick-prev{
  left: calc(50% - 490px);
  padding-left: 6px;
}

.homeRoom .slick-next span,
.homeRoom .slick-prev span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transition:all 0.5s ease;
}
.homeRoom .slick-next span{
  transform:rotate(45deg);
}
.homeRoom .slick-prev span{
  transform:rotate(-135deg);
}


.homeRoom .slick-next:hover,
.homeRoom .slick-prev:hover{
  background-color: #978029;
  border-color: #978029;
}
.homeRoom .slick-next:hover span,
.homeRoom .slick-prev:hover span{
  border-color: #fff;
}


.homeRoom-list{
  overflow: hidden;
  display: flex;
}
.homeRoom-list li{
  padding: 0 10px;
}
.homeRoom-list a{
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}
.homeRoom-list a::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition:all 1.2s ease;
  transform-origin:right top;
  transform:scaleX(0.3);
  opacity: 0;
}

.homeRoom-item {
  position: relative;
  width: 900px;
  height: 500px;
  background: url(../../img/pattern01.png);
}

.homeRoom-inner {
  position: relative;
  z-index: 9;
  text-align: left;
  padding: 60px 0 60px 60px;
  transition:all 1.2s ease;
}

.homeRoom-title {
  padding-bottom: 20px;
}
.homeRoom-title span {
  display: block;
  color: #978029;
  font-size: 85%;
  letter-spacing: 0.1em;
}
.homeRoom-title small {
  display: block;
  font-family: "Lato";
  font-size: 200%;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-top: 12px;
}

.homeRoom-img {
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
}
.homeRoom-img img {
  display: none;
}

.homeRoom-text {
  font-size: 93%;
  line-height: 2;
  padding-top: 30px;
}

.homeRoom-data{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2;
  white-space: nowrap;
}
.homeRoom-data dt{
  font-size: 93%;
  font-family: "Lato";
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.homeRoom-data dd{
  font-size: 93%;
  text-align: left;
  font-weight: 500;
}


.homeRoom-num {
  color: #978029;
  font-family: "Lato";
  font-weight: 400;
  position: absolute;
  left: 50px;
  bottom: 40px;
  letter-spacing: 0.5em;
}


.homeRoom-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  z-index: 10;
  opacity: 0;
  transition:all 1s ease;
}
.homeBlock-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.homeBlock-box {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.homeRoom-block-title {
  font-family: "Lato";
  font-weight: 400;
  font-size: 185%;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
}
.homeRoom-block-text {
  font-size: 93%;
  line-height: 1.8;
  max-width: 400px;
  letter-spacing: 0.1em;
}

.homeRoom-block-arrow {
  display: block;
  padding-top: 20px;
  transform:translateX(-20px);
  transition:all 1s ease;
  opacity: 0;
}
.homeRoom-block-arrow img {
  width: 65px;
}


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

  .homeRoom{
    padding: 40px 0 40px;
    position: relative;
  }

  .homeRoom .slick-next,
  .homeRoom .slick-prev{
    width: 30px;
    height: 30px;
    padding-top: 4px;
    margin-top: -15px;
  }

  .homeRoom .slick-next{
    right: 5px;
    padding-right: 3px;
  }
  .homeRoom .slick-prev{
    left: 5px;
    padding-left: 3px;
  }

  .homeRoom .slick-next span,
  .homeRoom .slick-prev span{
    width: 8px;
    height: 8px;
  }


  .homeRoom-item {
    width: 768px;
  }

}


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

  .homeRoom-list{
    display: flex;
  }
  .homeRoom-list li{
    padding: 0 5px;
  }
  .homeRoom-list a{
  }
  .homeRoom-list a::after{
    display: none;
  }

  .homeRoom-item {
    width: 310px;
    height: auto;
  }

  .homeRoom-inner {
    padding: 20px 15px 20px ;
  }

  .homeRoom-title {
    padding-bottom: 5px;
  }
  .homeRoom-title span {
    font-size: 85%;
  }
  .homeRoom-title small {
    font-size: 147%;
    font-weight: 400;
    padding-top: 5px;
  }

  .homeRoom-img {
    position: static;
    width: 100%;
    height: auto;
  }
  .homeRoom-img img {
    display: block;
  }

  .homeRoom-text {
    font-size: 93%;
    line-height: 1.8;
    padding-top: 15px;
  }


.homeRoom-data{
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 1.8;
}
.homeRoom-data dt{
}
.homeRoom-data dd{
}



  .homeRoom-num {
    font-size: 77%;
    left: auto;
    right: 15px;
    bottom: 15px;
  }


  .homeRoom-block {
    display: none !important;
  }

}

/*
hover
*/

.homeRoom-list a:hover::after{
  transform:scale(1);
  opacity: 1;
}

.homeRoom-list a:hover .homeRoom-inner{
  opacity: 0;
  transform:translateX(-20px);
}

.homeRoom-list a:hover .homeRoom-block {
  opacity: 1;
  transition-delay: 0.2s;
}

.homeRoom-list a:hover .homeRoom-block-arrow {
  transition-delay: 0.4s;
  transform:translateX(0px);
  opacity: 1;
}


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

  .homeRoom-list a:hover::after{
    opacity: 1;
  }

  .homeRoom-list a:hover .homeRoom-inner{
    opacity: 1;
    transform:translateX(0px);
  }

  .homeRoom-list a:hover .homeRoom-block {
    opacity: 1;
    transition-delay: 0.2s;
  }

  .homeRoom-list a:hover .homeRoom-block-arrow {
    transition-delay: 0.4s;
    transform:translateX(0px);
    opacity: 1;
  }

}



/**********************************************
module-homeMeal
***********************************************/

.homeMeal {
  background: url(../../img/pattern04.png);
  margin-top: 40px;
}

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

  .homeMeal {
    margin: 0px auto 0;
  }

}


/**********************************************
module-homeCafe
***********************************************/

.homeCafe {
  background: url(../../img/pattern01.png);
  max-width: 1300px;
  margin: 50px auto;
}

@media screen and (max-width:768px) {
  .homeCafe {
    margin-top: 0px;
  }
}

/**********************************************
module-homeAccess
***********************************************/

.homeAccess{
  padding: 80px 0 80px;
}

.homeAccess-block {
  padding-top: 50px;
  display: flex;
}
.homeAccess-item {
  width: 50%;
}
.homeAccess-title {
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}

.homeAccess-table{
  line-height: 1.8;

}
.homeAccess-table th {
  width: 110px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding-bottom: 12px;
}
.homeAccess-table td{
  text-align: left;
  vertical-align: top;
  padding-bottom: 12px;
}

.homeAccess-table a{
  color: #000;
  text-decoration: none;
}
.homeAccess-table a:hover{
  color: #978029;
}

.homeAccess-link{
  padding-top: 10px;
}



.language-en .homeAccess-table{
  width: auto;
}
.language-en .homeAccess-table-th th {
  width: auto;
  white-space: nowrap;
  padding-right: 10px;
}

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

  .homeAccess{
    padding: 50px 0 50px;
  }

  .homeAccess-block {
    padding-top: 50px;
    display: block;
  }
  .homeAccess-item {
    width: auto;
    padding-bottom: 50px;
  }
  .homeAccess-title {
    padding-bottom: 20px;
  }

  .homeAccess-table{
    line-height: 1.6;
    font-size: 93%;
  }
  .homeAccess-table th {
    width: 100px;
    padding-bottom: 5px;
  }
  .homeAccess-table td{
    padding-bottom: 5px;
  }

  .homeAccess-link{
    padding-top: 20px;
    text-align: center;
  }


}


/**********************************************
module-instagram
***********************************************/

.instagram {
  max-width: 1800px;
  margin: 0 auto;
  padding: 30px 50px 120px;
}

.instagram-list {
  display: flex;
}
.instagram-list a {
  width: 20%;
  display: block;
  margin: 0 10px;
}
.instagram-list img {
}

.instagram-link {
  text-align: right;
  padding-top: 15px;
  padding-right: 10px;
}
.instagram-link a {
  color: #000;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 500;
  font-size: 124%;
  letter-spacing: 0.1em;
}
.instagram-link a i{
  font-size: 130%;
  margin-right: 15px;
  vertical-align: middle;
}
.instagram-link a:hover {
  color: #978029;
}

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


  .instagram {
    padding: 0px 2% 80px 2%;
  }

  .instagram-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  .instagram-list a {
    width: 48%;
    margin: 0 0px;
    margin-left: 2%;
    margin-bottom: 8px;
  }

  .instagram-link {
    padding: 20px 0;
    text-align: center;
  }
  .instagram-link a {
    font-weight: 500;
    font-size: 116%;
  }
  .instagram-link a:hover {
  }

}


/**********************************************
module-homeRecruit
***********************************************/

.homeRecruit{
  background: url(../../img/pattern01.png);
  padding: 80px 0 120px;
}
.homeRecruit-block {
  background-color: #fff;
  padding: 50px 60px;
  text-align: center;
}

.homeRecruit-text {
  font-size: 108%;
  line-height: 2;
}

.homeRecruit-text a{
  text-decoration: none;
  color: #000;
}
.homeRecruit-text a:hover{
  color: #978029;
}

.homeRecruit-link{
  text-align: center;
  padding-top: 40px;
}

.homeRecruit-cv {
  padding-top: 30px;
}

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


  .homeRecruit{
    padding: 50px 0 50px;
  }
  .homeRecruit-block {
    padding: 30px 25px;
  }

  .homeRecruit-text {
    font-size: 100%;
    line-height: 2;
    text-align: left;
  }

  .homeRecruit-text a{
  }
  .homeRecruit-text a:hover{
  }

  .homeRecruit-link{
    padding-top: 30px;
  }

}

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

.footer{
  color: #fff;
  padding: 0 !important;
}

.footer-upper {
  background-color: #a69349;
  padding: 50px 0;
}
.footer-lower {
  background-color: #978029;
  padding: 50px 0;
}


.footer-block {
  display: flex;
}
.footer-item {
  width: 50%;
}

.footer-logo {
}
.footer-logo img {
  width: 110px;
  height: 130px;
}


.footer-subBlock {
  display: flex;
}
.footer-subItem {
  width: 50%;
}
.footer-title {
  font-size: 100%;
  font-weight: 400;
  font-family: "Lato" ,"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
}
.footer-address {
  font-size: 93%;
  font-style: normal;
  line-height: 2;
}
.footer-address a,
.footer-text a {
  color: #fff;
  text-decoration: none;
}


.footer-navi {
  display: flex;
}
.footer-navi li {
  padding-right: 20px;
}
.footer-navi a {
  display: inline-block;
  color: #fff;
  font-family: "Lato";
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer-link {
}
.footer-link li {
  line-height: 2;
}
.footer-link a {
  color: #fff;
  font-size: 93%;
  text-decoration: none;
}

.footer-sns {
  display: flex;
}
.footer-sns li {
  padding-right: 30px;
}
.footer-sns a {
  font-size: 124%;
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  opacity: 0.7;
}


.copyright{
  display: block;
  font-family: "Lato";
  font-weight: 400;
  font-size: 77%;
  margin-top: -20px;
}

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

  .footer{
  }

  .footer-upper {
    padding: 50px 0 10px;
  }

  .footer-block {
    display: block;
  }
  .footer-item {
    width: auto;
  }

  .footer-logo {
    text-align: center;
    padding-bottom: 50px;
  }
  .footer-logo img {
    width: 80px;
    height: 90px;
  }


  .footer-subBlock {
    display: block;
    text-align: center;
  }
  .footer-subItem {
    width: auto;
    padding-bottom: 40px;
  }
  .footer-title {
    font-size: 100%;
    padding-bottom: 10px;
  }
  .footer-address {
    font-size: 93%;
    line-height: 1.8;
  }
  .footer-address a,
  .footer-text a {
  }

  .footer-navi {
    justify-content: center;
    padding-bottom: 40px;
  }
  .footer-navi li {
    padding: 0 8px;
  }
  .footer-navi a {
  }

  .footer-link {
  }
  .footer-link li {
    line-height: 2;
  }
  .footer-link a {
    color: #fff;
    font-size: 93%;
    text-decoration: none;
  }

  .footer-sns {
    display: flex;
    justify-content: center;
  }
  .footer-sns li {
    padding: 0 10px;
  }
  .footer-sns a {
  }

  .footer a:hover {
  }


  .copyright{
    font-size: 66%;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }


}


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

  .footer-lower {
    padding: 0px 0 10px;
  }
  .footer-navi {
    display: block;
    justify-content: center;
  }
  .footer-navi li {
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-navi a {
    display: block;
    font-size: 93%;
    padding: 8px 0 8px 0;
    text-align: center;
  }
}


/**********************************************
module-trigger
***********************************************/

.mobile-trigger {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  background: none;
  border: none;
  background-color: transparent;
}
.mobile-btn {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px 20px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all .4s;
}
.mobile-btn span {
  display: inline-block;
  position: absolute;
  left: 40%;
  width: 50%;
  height: 1px;
  background-color: #000;
  transition: all .4s;
}
.mobile-btn span:nth-of-type(1) {
  top: 24px;
}
.mobile-btn span:nth-of-type(2) {
  top: 34px;
}

.mobile-btn.is-active span:nth-of-type(1) {
  transform: translateY(5px) rotate(45deg);
}

.mobile-btn.is-active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(-45deg);
}

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

  .mobile-trigger {
    top: -10px;
  }

}


/**********************************************
module-accordion
***********************************************/

.mobile-menu{
  position: fixed;
  width: 600px;
  height: 100vh;
  z-index: 998;
  left: 0;
  top: 0;
  opacity: 0;
  transition:all 0.5s ease;
  background-color: #fff;
  transform:translateX(-100px);
}

.is-mobile-open .mobile-menu{
  opacity: 1;
  transform:translateX(0px);
}

.mobile-base{
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-close{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 150px;
  height: 40px;
  font-family: "Lato";
  font-size: 108%;
  letter-spacing: 0.1em;
  font-weight: 400;
  cursor: pointer;
}
.mobile-close span{
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  transform:translateY(-2px);
  margin-right: 15px;
}
.mobile-close span::before,
.mobile-close span::after{
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
}
.mobile-close span::before{
  left: 0;
  transform-origin:left top;
  transform:rotate(45deg);
}
.mobile-close span::after{
  right: 0;
  transform-origin:right top;
  transform:rotate(-45deg);
}

.mobile-container {
  display: table;
  width: 100%;
  height: 100%;
}
.mobile-block {
  display: table-cell;
  vertical-align: middle;
  padding: 60px 50px 30px 100px;
}

.mobile-box {
  position: relative;
}


.mobile-logo {
  padding-bottom: 20px;
}
.mobile-logo img {
  width: 48px;
  height: 70px;
}


.mobile-info {
  display: inline-block;
  margin-top: 60px;
}
.mobile-subTitle {
  font-family: "Lato";
  font-weight: 400;
  padding-bottom: 8px;
}
.mobile-address {
  line-height: 1.8;
  font-size: 85%;
  font-style: normal;
}
.mobile-address a{
  color: #000;
  text-decoration: none;
}
.mobile-address a:hover {
  color: #978029;
}


.mobile-link {
  padding-top: 30px;
}
.mobile-link li {
}
.mobile-link a {
  display: inline-block;
  line-height: 1.8;
  font-size: 85%;
  color: #000;
  text-decoration: none;
}
.mobile-link a:hover {
  color: #978029;
}

.mobile-sns {
  display: flex;
  padding-top: 30px;
}
.mobile-sns li {
  padding-right: 20px;
}
.mobile-sns a {
  font-size: 116%;
  color: #000;
  text-decoration: none;
}
.mobile-sns a:hover {
  color: #978029;
}


.mobile-filter {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 990;
  visibility: hidden;
  opacity: 0;
  transition:all 0.5s ease;
}
.is-mobile-open .mobile-filter {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

  .mobile-menu{
    width: 80%;
    min-width: 300px;
    max-width: 480px;
  }

  .mobile-base{
    padding-bottom: 100px;
  }
  .is-mobile-open .mobile-menu{
    opacity: 1;
    left: 0;
    top: 0;
    padding-bottom: 100px;
  }

  .mobile-close{
    right: 0;
    bottom: -10px;
    width: 80px;
    height: 40px;
    font-size: 93%;
  }

  .mobile-container {
    display: block;
    height: auto;
    padding-bottom: 0px;
  }
  .mobile-block {
    display: block;
    height: auto;
    padding: 70px 20px 50px 25px;
  }

  .mobile-box {
    position: relative;
  }


  .mobile-logo {
    padding-bottom: 20px;
  }
  .mobile-logo img {
    width: 40px;
    height: 50px;
  }


  .mobile-info {
    margin-top: 30px;
  }
  .mobile-subTitle {
  }
  .mobile-address {
    line-height: 1.7;
    font-size: 85%;
  }
  .mobile-address a{
  }
  .mobile-address a:hover {
  }


  .mobile-link {
    padding-top: 20px;
  }
  .mobile-link li {
  }
  .mobile-link a {
    padding: 4px 0;
  }
  .mobile-link a:hover {
    color: #978029;
  }

  .mobile-sns {
    padding-top: 20px;
  }
  .mobile-sns li {
    padding-right: 20px;
  }
  .mobile-sns a {
    font-size: 116%;
    color: #000;
    text-decoration: none;
  }
  .mobile-sns a:hover {
    color: #978029;
  }



}


/**********************************************
module-navi
***********************************************/

.navi {
  position: relative;
}

.navi-list {
}

.navi-list li {
}

.navi-list a {
  display: inline-block;
  position: relative;
  font-family: "Lato";
  font-size: 124%;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 3px 50px 3px 0;
}
.navi-list a:hover {
  opacity: 0.6;
}

.navi-list li.navi-list-accent a{
  color: #978029;
}
.navi-list li.navi-list-accent a::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: url(../../img/arrow.png) no-repeat center center / 100% 100%;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -3px;
  transition:all 1s ease;
  opacity: 0;
}
.navi-list li.navi-list-accent a:hover {
}
.navi-list li.navi-list-accent a:hover::after {
  animation: btn_arrow 0.8s ease 1;
  filter: brightness(70%);
  opacity: 1;
}

.navi-lang{
  position: static;
  padding-top: 30px;
}

.navi-store {
  position: absolute;
  right: 0;
  top: 0;
}
.navi-store a {
  font-family: "Lato";
  font-size: 100%;
  font-weight: 700;
  text-decoration: none;
}
.navi-store a:hover {
  opacity: .8;
}


.navi-cv{
  padding-top: 25px;
}
.navi-cv a{
  display: inline-block;
  padding: 10px 0;
  min-width: 200px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 400;
  font-size: 108%;
  border: 1px solid #000;
}
.navi-cv a:hover{
  color: #fff;
  background-color: #978029;
  border-color: #978029;
}

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

  .navi {
  }

  .navi-list {
  }

  .navi-list li {
  }

  .navi-list a {
    font-size: 116%;
    font-weight: 400;
    padding: 3px 0px 3px 0;
  }

  .navi-list a::after {
    display: none;
  }

  .navi-list li.navi-list-accent a{
    padding-right: 40px;
  }


  .navi-lang{
  }


  .navi-store {
    position: static;
    padding-top: 10px;
  }
  .navi-store a {
    font-family: "Lato";
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
  }
  .navi-store a:hover {
    opacity: .8;
  }


  .navi-cv{
    padding-top: 15px;
  }
  .navi-cv a{
    padding: 8px 0;
    font-size: 100%;
  }
  .navi-cv a:hover{
  }

}

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

.loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.loading-logo {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 36vh;
  opacity: 0;
  animation: loading-logo 4s ease 1 forwards;
  animation-delay: 0.5s;
}

@keyframes loading-logo {
  to {opacity: 1;}
}

.loading-logo img {
  width: 120px;
  height: 140px;
}
.loading-bar {
  display: block;
  width: 0%;
  height: 1px;
  background-color: #978029;
  opacity: 0.3;
  transition:all 2s ease;
  margin-top: 30px;
  /*
  ↑疑似ロード時間
  「jQueryのsetTimeout」と「wrapperのtransition」と3箇所合わせる */
}



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

  .loading {
  }

  .loading-logo {
    top: 32vh;
  }
  .loading-logo img {
    width: 80px;
    height: 90px;
  }

}

/**********************************************
module-loadingInner
***********************************************/


.loadingInner {
  width: 100%;
  height: 100vh;
  background-color: #978029;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  transform-origin:right top;
  transform:scaleX(1);
  transition:all 0.5s ease;
}
.is-loaded .loadingInner {
  transform:scaleX(0);
}


.loading-spinner{
  position: fixed;
  left: 50%;
  top: 45vh;
  z-index: 10001;
}

.loading-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #fff;
  animation: spinner .6s linear infinite;
}

.is-loaded .loading-spinner {
  display: none;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}



/**********************************************
module-pageVisual
***********************************************/


.pageHeading{
  background-color: #ccc;
  padding: 100px 0 40px;
  text-align: center;
}

.pageHeading-title {
}
.pageHeading-title small {
  display: block;
  font-family: "Lato";
  font-size: 210%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.pageHeading-title span {
  display: block;
  color: #978029;
  font-size: 93%;
  letter-spacing: 0.1em;
  padding-top: 12px;
}

.pageHeading-title span.heading-title-jp {
  color: #000;
  font-size: 154%;
  padding-top: 15px;
  padding-bottom: 25px;
}


.pageHeading-recruit{
  background-color: #978029;
}
.pageHeading-recruit .pageHeading-title span {
  color: #fff;
}

.pageVisual{
  height: 600px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.pageVisual > img{
  display: none;
}

.pageVisual-slider li{
  height: 600px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.pageVisual-slider li img{
  display: none;
}

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

  .pageVisual{
    height: 400px;
  }

  .pageVisual-slider li{
    height: 400px;
  }

}

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

  .pageHeading{
    padding: 60px 0 25px;
  }

  .pageHeading-title {
  }
  .pageHeading-title small {
    font-size: 170%;
  }
  .pageHeading-title span {
    font-size: 85%;
    padding-top: 2px;
  }


  .pageHeading-title span.heading-title-jp {
    color: #000;
    font-size: 154%;
    padding-top: 15px;
    padding-bottom: 25px;
  }


  .pageVisual{
    height: 300px;
  }

  .pageVisual-slider li{
    height: 300px;
  }
}

/**********************************************
module-fixInfo
***********************************************/

@media screen and (min-width:769px) {

  .fixInfo{
    width: 100%;
    max-width: 640px;
    margin-left: -320px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -60px;
    z-index: 999;
    text-align: center;
    transition: transform 0.5s ease 1s;
    transform: translateY(0);
    padding-top: 20px;
  }
  .fixInfo-inner {
  }
  .fixInfo-title {
  }


  body.is-loaded .fixInfo{
    transform: translateY(60px);
  }

}


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

  .fixInfo{
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: -60px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.5s ease 0.5s;
    transform: translateY(0);
    padding-top: 15px;
  }
  .fixInfo-inner {
  }
  .fixInfo-title {
    font-size: 85%;
    letter-spacing: 0;
  }

  body.is-loaded .fixInfo{
    transform: translateY(-60px);
  }

  body.is-fixed .fixInfo{
    transform: translateY(60px);
  }

}

/**********************************************
module-homeAd
***********************************************/

.homeAd {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.homeAd-img{
  width: 50%;
  min-height: 500px;
  background-position: center center;
  background-size: cover;
}
.homeAd-img img {
  display: none;
}
.homeAd-inner{
  width: 50%;
  padding: 60px 40px 60px 40px;
}

.homeAd-title {
  line-height: 1.5;
  font-size: 154%;
}
.homeAd-title strong {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: 0.5em;
}
.homeAd-title span {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 500;
  border-bottom: 1px solid #333;
  margin-bottom: 0.8em;
}

.homeAd-text {
  padding-top: 40px;
}


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

  .homeAd {
    display: block;
  }

  .homeAd-img{
    width: auto;
    min-height: 40vmin;
  }
  .homeAd-img img {
  }
  .homeAd-inner{
    width: auto;
    padding: 30px 20px;
  }

  .homeAd-title {
    font-size: 124%;
  }
  .homeAd-title strong {
  }
  .homeAd-title span {
  }

  .homeAd-text {
    padding-top: 20px;
  }

}


/**********************************************
module-homeModal
***********************************************/

.homeModal{
  text-align: center;
  padding: 50px 8%;
}

.homeModal-heading{
  font-size: 131%;
  padding-bottom: 25px;
}
.homeModal-title{
  font-size: 147%;
  margin-bottom: 20px;
}
.homeModal-title span{
  display: inline-block;
  position: relative;
  margin-bottom: 0.3em;
  line-height: 1.2;
}
.homeModal-title span::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0:
}

.homeModal-lead {
  font-size: 220%;
  font-weight: bold;
  color: #978029;
  padding-bottom: 20px;
}
.homeModal-lead strong {
  font-size: 170%;
}

.homeModal-list {
  text-align: left;
}
.homeModal-list li {
  font-size: 108%;
  line-height: 1.7;
  margin-left: 1em;
}
.homeModal-list li::before {
  content: "・";
  margin-left: -1em;
}
.homeModal-list em {
  font-style: normal;
  text-decoration: underline;
}

.homeModal-logo {
  text-align: center;
  padding-bottom: 25px;
}
.homeModal-logo img {
  width: 240px;
}

.homeModal-value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.homeModal-value-text {
  font-size: 154%;
  font-weight: bold;
  color: #978029;
  min-width: 300px;
  white-space: nowrap;
}
.homeModal-value-text strong {
  font-size: 170%;
}
.homeModal-value-plus {
  font-size: 300%;
  font-weight: bold;
  color: #978029;
  padding: 0 10px;
}


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

  .homeModal{
    padding: 30px 5%;
  }

  .homeModal-heading{
    font-size: 116%;
    padding-bottom: 15px;
    font-feature-settings: "palt";
  }
  .homeModal-title{
    font-size: 116%;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }

  .homeModal-lead {
    font-size: 154%;
    font-weight: bold;
    color: #978029;
    padding-bottom: 20px;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .homeModal-lead strong {
    font-size: 150%;
  }

  .homeModal-list {
  }
  .homeModal-list li {
    font-size: 93%;
  }
  .homeModal-list li::before {
  }
  .homeModal-list em {
  }


  .homeModal-logo {
    padding-bottom: 15px;
  }
  .homeModal-logo img {
    width: 180px;
  }

  .homeModal-value {
    display: block;
    text-align: center;
  }
  .homeModal-value-text {
    font-size: 131%;
    font-weight: bold;
    padding-bottom: 0;
  }
  .homeModal-value-plus {
    font-size: 250%;
    padding: 0 0 10px 0;
    line-height: 1;
  }



}

/********************************************************************************************
ステータス
********************************************************************************************/

.is-hide {
  display: none;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}


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

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}

/********************************************************************************************
アニメーション関係
********************************************************************************************/

.fadeIn {
  transform: translate(0, 10px);
  transition: all 1s ease;
  opacity: 0;
}

.fadeIn.is-visible {
  transform: translate(0, 0);
  opacity: 1 !important;
  top: 0;
}

.fadeIn-group > * {
  opacity: 0;
}

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

  .fadeIn-group > * {
    opacity: 1;
  }

}




