@charset "UTF-8";

/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Zen+Old+Mincho&display=swap');

/*---------------------------------------------------
	PARTS
---------------------------------------------------*/
a.sh-nav-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  height: 30px;
  width: 120px;
  line-height: 30px;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
  background-image: url(../images/ico_03.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
a.sh-nav-link.sh-nav-link__twoline {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 9px;
  line-height: 1.2;
  font-size: 10px;
  letter-spacing: 0;
}
a.sh-nav-link.sh-nav-link__lsnarrow {
  letter-spacing: 0;
}

html.no-touch a.sh-nav-link:hover {
  text-decoration: none;
  color: #666;
}

a.sh-nav-link.sh-nav-link__map {
/*  background-color: #ac7300;*/
  background-image: none;
}
a.sh-nav-link.sh-nav-link__map span{
}

html.no-touch a.sh-nav-link.sh-nav-link__map:hover {
/*  background-color: #c69533;*/
  opacity: 0.9;
}

a.sh-nav-link.sh-nav-link__reserve {
  background: radial-gradient(circle 80px, #49802e, #1e420c);
  color: #fff;
}

html.no-touch a.sh-nav-link.sh-nav-link__reserve:hover {
  background: radial-gradient(circle 80px, #49802e, #1e420c);
  opacity: 0.9;
  color: #fff;
}

a.sh-nav-link.sh-nav-link__inquiry {
  background: radial-gradient(circle 80px, #907c00, #6a4d00);
  color: #fff;
}

html.no-touch a.sh-nav-link.sh-nav-link__inquiry:hover {
  background: radial-gradient(circle 80px, #907c00, #6a4d00);
  opacity: 0.9;
  color: #fff;
}



a.sh-nav-link.sh-nav-link__print {
  background-color: #ac7300;
}

html.no-touch a.sh-nav-link.sh-nav-link__print:hover {
  background-color: #c69533;
}

a.sh-nav-link.sh-nav-link__close {
  background-color: #555555;
}

html.no-touch a.sh-nav-link.sh-nav-link__close:hover {
  background-color: #666666;
}

a.sh-nav-link.sh-nav-link__online:after,
a.sh-nav-link.sh-nav-link__map:after,
a.sh-nav-link.sh-nav-link__reserve:after,
a.sh-nav-link.sh-nav-link__inquiry:after {
  display: inline-block;
  content: url(../images/ico_external.png);
  width: 20px;
  height: 20px;
  vertical-align: top;
}
a.sh-nav-link.sh-nav-link__map:after {
  content: url(../images/ico_external_black.png);
}
.sh-nav-link-list a.sh-nav-link.sh-nav-link__online:after,
.sh-nav-link-list a.sh-nav-link.sh-nav-link__map:after,
.sh-nav-link-list a.sh-nav-link.sh-nav-link__reserve:after,
.sh-nav-link-list a.sh-nav-link.sh-nav-link__inquiry:after {
  position: absolute;
  bottom: 50%;
  right: 10px;
}
a.sh-nav-link.sh-nav-link__twoline.sh-nav-link__map:after {
  position: absolute;
  right: 16px;
  top: 3px;
}
a.sh-nav-link.sh-nav-link__twoline.sh-nav-link__reserve:after {
  position: absolute;
  right: 11px;
  top: 8px;
}

a.sh-nav-link.sh-nav-link__blog {
  color: #41271d;
  border: 1px solid #221815;
}

html.no-touch a.sh-nav-link.sh-nav-link__blog:hover {
  color: #6b605d;
  border-color: #5e5c5b;
}

.sh-img-text-box div {
  margin-bottom: 2px;
}

.sh-img-text-box p {
  font-size: 93%;
  line-height: 1.2;
}

/*---------------------------------------------------
        CONTAINER
---------------------------------------------------*/
body {
  text-align: center;
  background: #333;
  -webkit-text-size-adjust: 100%;
}

.sh-page-wrapper {
  background: #FFF;
}

.sh-smp-menu-cover {
  display: none;
}

.sh-gradient-wrapper {
}
/* アニメーション背景
.sh-gradient-wrapper {
  background-color:#eee;
  background-image: linear-gradient(45deg, #009ce5, #00b0a8, #93c758);
  background-size: 600% 600%;
  -webkit-animation: shBgAnim 9s ease infinite;
  animation: shBgAnim 9s ease infinite;
}
 */

@-webkit-keyframes shBgAnim {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

@keyframes shBgAnim {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.pure-g-wrapper {
  width: 100%;
  overflow: hidden;
}

/*---------------------------------------------------
	HEADER
---------------------------------------------------*/
.sh-header-wrapper {
  border-bottom: 12px solid #aaa;
  height: 100px;
}

.sh-header {
/*  max-width: 1920px;*/
  padding: 15px 0;
  padding-right: 100px;
  margin: 0 auto;
  overflow: hidden !important;
  position: relative;
}

.sh-header h1, .sh-header .sh-header-logo {
  max-width: 300px;
  float: left;
  margin-left: 1%;
}

.sh-header h1 a, .sh-header .sh-header-logo a {
  display: block;
}

.sh-header-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/*  width: 62%;*/
  /* 690/980*100 */
  max-width: 685px;
  float: right;
  /*border:1px solid red;*/
  padding-top: 20px;
}

.sh-header-info-top {
  float: right;
  display: table;
  margin-bottom: 10px;
}

.sh-header-info-top h2 {
  display: table-cell;
  color: #666;
  font-size: 10px;
  text-align: right;
  vertical-align: top;
}

.sh-header-info-blog {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}

.sh-header-info-blog a.sh-nav-link.sh-nav-link__blog {
  letter-spacing: normal;
  width: auto;
  padding-right: 16px;
  padding-left: 10px;
}

.sh-header-nav {
  clear: both;
  width: 100%;
  overflow: hidden;
}

.sh-header-nav ul {
  display: table;
  float: right;
}

.sh-header-nav ul li {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}
.sh-header-nav ul li:first-child {
  padding-left: 0;
}
.sh-header-nav ul li:nth-child(2) {
  padding-left: 0px;
}

.sh-header-nav .sh-nav-link {
  letter-spacing: 4px;
}

ul li a.sh-nav-link.sh-link-arrow {
  background-image: url(../images/ico_01_black.png);
  background-size: 10px 10px;
}
.sh-header-nav ul li a.sh-nav-link.sh-nav-link__reserve ,
.sh-header-nav ul li a.sh-nav-link.sh-nav-link__inquiry {
  width: 158px;
  font-size: 16px;
}

.sh-sticky-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: radial-gradient(circle 150px, #fff, #d8d8d8);
  /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}
.sh-menu-button {
  padding: 15px 0px;
}
.sh-menu-button__close {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-color: #f5f4f4;
  padding: 15px 0px;
}
.sh-menu-button-icon, 
.sh-menu-button-icon:before, 
.sh-menu-button-icon:after {
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  width: 35px;
  left: 22.5px;
  border-radius: 1px;
  background-color: #282828;
}
.sh-menu-button-icon:before {
  width: 100%;
  top: 12px;
  left: 0;
}
.sh-menu-button-icon:after {
  width: 100%;
  top: 24px;
  left: 0;
}
.sh-menu-button-icon__close {
  display: block;
  position: absolute;
  left: 22.5px;
}
.sh-menu-button-icon__close:before {
  position: absolute;
  content: '';
  top: 10px;
  width: 35px;
  height: 2px;
  background-color: #282828;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sh-menu-button-icon__close:after {
  position: absolute;
  content: '';
  top: 10px;
  width: 35px;
  height: 2px;
  background-color: #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sh-menu-button-text {
  font-size: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #282828;
}
.sh-menu-button-text__close {
  font-size: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #282828;
}
.sh-sticky-header-link {
  display: table;
  border-collapse: collapse;
  width: 100%; /* 50% or 100% */
  float:right;
}
.sh-sticky-header-link li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.sh-sticky-header-link li:first-child {
  border-right: 1px solid #fff;
}
.sh-sticky-header-link a.sh-nav-link {
  width: 100%;
  height: 45px;
  border-radius: 0;
  background-image: none;
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
}
.sh-sticky-header-link a.sh-nav-link.sh-nav-link__twoline {
  line-height: 1.2;
  padding-top: 8px;
  padding-right: 0;
}
.sh-sticky-header-link a.sh-nav-link:after {
  display: none;
}
.sh-nav-menu {
  position: fixed;
  width: 70%;
  max-width: 490px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: transparent;
  overflow: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  text-align: left;
  z-index: 10001;
  border-left: 1px solid #f5f4f4;

  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-backface-visibility: hidden;
}
body.sh-menu-open .sh-nav-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sh-nav-menu-content {
  float: right;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0 ,0 ,0 ,0.75);
}
.sh-nav-menu-logo {
  height: 80px;
/*  background-color: #fff;*/
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  line-height: 80px;
  text-align: center;
  z-index: 100;
}
.sh-nav-menu-logo img {
  width: auto;
  height: 38px;
  vertical-align: middle;
}
.sh-nav-menu-content-wrapper {
  width: 100%;
  height: calc(100% - 80px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sh-nav-menu-content-inner {
  padding: 40px 20px 40px;
}
.sh-nav-menu-list {
  overflow: hidden;
}
.sh-nav-menu-list li {
  display: block;
  position: relative;
  margin-bottom: 8px;
  text-align: center;
}
.sh-nav-menu-list li.sh-icon__new:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 24px;
  top: 0;
  left: 10%;
  bottom: 0;
  margin: auto 0;
  background-image: url(../images/smp/btn_glovalNavi_new_smp.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
}
.sh-nav-menu-list li.sh-icon__update:after {
  position: absolute;
  display: block;
  content: '';
  width: 47px;
  height: 24px;
  top: 0;
  left: 10%;
  bottom: 0;
  margin: auto 0;
  background-image: url(../images/smp/btn_glovalNavi_update_smp.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 47px auto;
}
.sh-nav-menu-list li a ,
.sh-nav-menu-list li span {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  padding: .9em 25px .9em 10px;
  border-radius: .4em;
  border: 1px solid #bbb;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 1px 0 #fff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(51%, #f4f4f4), to(#e7e7e7));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f4f4f4 51%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
height:48px;
}
.sh-nav-menu-list li a:before,
.sh-nav-menu-list li a:after {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5px;
  content: '';
  vertical-align: middle;
}
.sh-nav-menu-list li a:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.sh-nav-menu-list li a:after {
  right: 9px;
  width: 3px;
  height: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sh-nav-menu li.sh-nav-menu-twoline a {
  padding-top: 0.17em;
  padding-bottom: 0.17em;
  line-height:1.5;
}

.sh-nav-link-list {
  overflow: hidden;
  margin-top: 10px;
}
.sh-nav-link-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: radial-gradient(circle 150px, #fff, #d8d8d8);
  position: relative;
}
.sh-nav-link-list li:nth-child(odd) {
  clear: both;
}
.sh-nav-link-list li:nth-child(even) {
}
.sh-nav-link-list li a {
  height: 50px;
  width: 100% !important;
  margin: 0;
  font-size: 16px;
/*  font-weight: bold;*/
  line-height: 50px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background-position: right 10px center;
}

.sh-nav-link-list li.sh-nav-link-bg-reserve span::before ,
.sh-nav-link-list li.sh-nav-link-bg-inquiry span::before ,
.sh-nav-link-list li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  content: '';
  background-image: none;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 150px auto;
  vertical-align: top;
  width: 150px;
  height: 30px;
}

.sh-nav-link-list li a:hover {
  opacity: 0.9;
}
.sh-nav-link-list li a.sh-nav-link__twoline {
  font-size: 10px;
  line-height: 1.2;
}
.sh-nav-link-list li a.sh-nav-link {
/*  letter-spacing: normal;*/
}
.sh-nav-link-list li a.sh-nav-link.sh-nav-link__twoline {
  letter-spacing: -1px;
  padding-top: 5px;
}
.sh-nav-menu-close {
  margin: 30px auto 0;
  text-align: center;
  width: 50%;
}
.sh-nav-menu-close span {
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 0px 12px 0;
  background-color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-nav-menu-close span:hover {
  opacity: 0.9;
}
.sh-nav-blog {
  margin: 10px 0 15px;
}
.sh-nav-blog a.sh-nav-link.sh-nav-link__blog {
  width: 100%;
  height: auto;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  background-color: #fff;
}
.sh-nav-menu-side {
  display: none;
}
body.sh-menu-open .sh-nav-menu-side {
  display: block;
}
.sh-nav-menu-button-wrapper {
  position: relative;
  text-align: center;
}


@media screen and (min-width: 768px) and (max-width: 1000px){
  .sh-header-nav ul li:nth-child(n+2) {
    padding-left: 13px;
  }
  .sh-header-nav ul li a.sh-nav-link {
    width: auto;
    letter-spacing: 0;
  }
  .sh-header-nav ul li:nth-child(n+3) a.sh-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__reserve ,
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__inquiry {
    width: 120px;
    font-size: 13px;
  }

  .sh-header h1, .sh-header .sh-header-logo {
  }
  .sh-header-info {
  }
  .sh-header-info span.sh-header-info__short {
    display: none;
  }
  .sh-header-info span.sh-header-info__short2 {
    display: none;
  }
  .sh-header-info-top h2 {
    white-space: nowrap;
  }
  .sh-header-info {
  }

  .sh-header-nav ul {
  }
  .sh-header-nav ul li a.sh-nav-link {
    font-size: 13px;
  /* width: 100px;*/
  }
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__twoline {
    line-height: 1.2
  }
  .sh-nav-menu {
  }
}

@media screen and (max-width: 1000px){
  .sh-header-nav a.sh-nav-link.sh-nav-link__outline {
    background-image: none;
  }
  .sh-header-nav ul li a.sh-nav-link:after {
    content: "";
    width: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px){
  .sh-header-nav ul li:nth-child(n+3) a.sh-nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__reserve ,
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__inquiry {
    width: 110px;
  }
}

/*---clear---*/
div.sh-header:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/*---------------------------------------------------
	glovalNavi
---------------------------------------------------*/
.sh-global-nav {
  clear: both;
  /*background: url(../images/bg_glovalNavi.jpg) left top repeat-x;*/
  border-bottom: 12px solid #C5BDBB;
}

.sh-global-nav ul {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
  _zoom: 1;
  background: url(../images/bg_gnav_top.png) no-repeat 1px top;
  background-size: auto 100%;
}

.sh-global-nav ul li {
  float: left;
  width: 12.5%;
  /*width: 11.1111111%;*/
}

.sh-global-nav ul li a ,
.sh-global-nav ul li div {
  display: block;
  overflow: hidden;
  position: relative;
}

.sh-global-nav ul li a .sh-on {
  display: none;
}

html.no-touch .sh-global-nav ul li a:hover .sh-off {
  display: none;
}

html.no-touch .sh-global-nav ul li a:hover .sh-on {
  display: block;
}

.sh-global-nav ul li a .sh-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  font-size: 12px;
  line-height: 1;
}

.sh-global-nav ul li .sh-icon-text {
  position: absolute;
  padding:2px;
  top: 2px;
  right: 2px;
  font-size: 11px;
  line-height: 1;
  background-color:#9e8145;
  color:#FFF; /*#841843*/
}

body#TOP .sh-global-nav ul li.sh-gnav__top a .sh-off {
  display: none;
}

body#TOP .sh-global-nav ul li.sh-gnav__top a .sh-on {
  display: block;
}

body#CONCEPT .sh-global-nav ul li.sh-gnav__concept a .sh-off {
  display: none;
}

body#CONCEPT .sh-global-nav ul li.sh-gnav__concept a .sh-on {
  display: block;
}

body#POSITION .sh-global-nav ul li.sh-gnav__position a .sh-off {
  display: none;
}

body#POSITION .sh-global-nav ul li.sh-gnav__position a .sh-on {
  display: block;
}

body#LOCATION .sh-global-nav ul li.sh-gnav__location a .sh-off {
  display: none;
}

body#LOCATION .sh-global-nav ul li.sh-gnav__location a .sh-on {
  display: block;
}

body#ACCESS .sh-global-nav ul li.sh-gnav__access a .sh-off {
  display: none;
}

body#ACCESS .sh-global-nav ul li.sh-gnav__access a .sh-on {
  display: block;
}

body#DESIGN .sh-global-nav ul li.sh-gnav__design a .sh-off {
  display: none;
}

body#DESIGN .sh-global-nav ul li.sh-gnav__design a .sh-on {
  display: block;
}

body#ROOMPLAN .sh-global-nav ul li.sh-gnav__roomplan a .sh-off {
  display: none;
}

body#ROOMPLAN .sh-global-nav ul li.sh-gnav__roomplan a .sh-on {
  display: block;
}

body#MODELROOM .sh-global-nav ul li.sh-gnav__modelroom a .sh-off {
  display: none;
}

body#MODELROOM .sh-global-nav ul li.sh-gnav__modelroom a .sh-on {
  display: block;
}

body#EQUIPMENT .sh-global-nav ul li.sh-gnav__equipment a .sh-off {
  display: none;
}

body#EQUIPMENT .sh-global-nav ul li.sh-gnav__equipment a .sh-on {
  display: block;
}

body#RENOVATION .sh-global-nav ul li.sh-gnav__renovation a .sh-off {
  display: none;
}

body#RENOVATION .sh-global-nav ul li.sh-gnav__renovation a .sh-on {
  display: block;
}

body#VIEW .sh-global-nav ul li.sh-gnav__view a .sh-off {
  display: none;
}

body#VIEW .sh-global-nav ul li.sh-gnav__view a .sh-on {
  display: block;
}

/*---clear---*/
.sh-global-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sh-global-nav ul li.sh-gnav-nodisplay .sh-off{
	opacity:0.3;
}


/*---------------------------------------------------
	glovalInfo
---------------------------------------------------*/
.sh-global-info {
  padding: 2px;
  background:#f1f1f1;
  background-size: auto 100%;
  line-height: 1.25;
  vertical-align: middle;
  color: #666;
}

.sh-global-info-yokoku {
  display: table;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.sh-global-info-yokoku-left {
  display: table-cell;
  width: 68px;
  vertical-align: middle;
}

.sh-global-info-yokoku-left > span {
  display: inline-block;
  border: 1px solid #666;
  /*background-color: #fff;*/
  padding: 2px 5px;
  font-size: 14px;
  text-align: center;
}

.sh-global-info-yokoku-left > span br {
  display: none;
}

.sh-global-info-yokoku-right {
  display: table-cell;
  font-size: 10px;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}

.sh-global-info-yokoku-right > span {
  display: inline-block;
}

/*---------------------------------------------------
	footNavi
---------------------------------------------------*/
.sh-footer-nav {
  clear: both;
  padding: 10px 0;
/*  background: url(/shared/images/bg_footNavi.gif) left bottom repeat-x #eee;*/
}

.sh-footer-nav-content {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
}

.sh-footer-nav-menu {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
/*  float:left;*/
  margin: 5px auto 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.sh-footer-nav-menu li {
  display: table-cell;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  padding:2px 30px;
  letter-spacing: 2px;
  color: #ccc;
}
.sh-footer-nav-menu li.DN {
  display: none;
}

.sh-footer-nav-menu li a {
  display: block;
  color: #333;
}

.sh-footer-nav-menu li.show-smp {
  display: none;
}

html.no-touch .sh-footer-nav-menu li a:hover {
  text-decoration: none;
  background-color: #fcfcfc;
  color: #666;
  opacity: 0.9;
}

.sh-footer-nav-link {
  display: table;
  table-layout: fixed;
/*  float:right;*/
  padding-right:15px;
  margin: 0px auto 5px;

}

.sh-footer-nav-link li {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.sh-footer-nav-link li.show-smp {
  display: none;
}

.sh-footer-nav-link li a {
  letter-spacing: 4px;
}

.sh-footer-nav-link li a.sh-nav-link.sh-nav-link__reserve ,
.sh-footer-nav-link li a.sh-nav-link.sh-nav-link__inquiry {
  width: 158px;
  font-size: 16px;
}


@media screen and (max-width: 1320px) and (min-width: 767px) {
  .sh-footer-nav-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

/*
@media screen and (max-width: 1140px) {
  .sh-footer-nav-content li {
    font-size:10px;
  }
  .sh-footer-nav-menu li {
    padding: 0px 5px;
  }
  .sh-footer-nav-link li a {
    width: 100px;
  }
  .sh-footer-nav-link {
    padding-right:5px;
  }
  .sh-footer-nav-link li {
    padding-left: 5px;
  }
  .sh-footer-nav-menu {
    margin-left: 5px;
  }
}

@media screen and (max-width: 920px) {
  .sh-footer-nav-menu {
    width: 80%;
    table-layout: auto;
    margin: 0 auto 15px;
    float: none;
  }
  .sh-footer-nav-link {
    margin: 0 auto 5px;
    float: none;
  }
}
*/

@media screen and (min-width:768px) and ( max-width:965px) {
  .sh-footer-nav-link li a.sh-nav-link__twoline span {
    display:none;
  }
  .sh-footer-nav-link a.sh-nav-link.sh-nav-link__twoline {
    letter-spacing: 0px;
  }
  .sh-footer-nav-link a.sh-nav-link.sh-nav-link__twoline.sh-nav-link__map:after {
     position: static; 
  }
}


/*---------------------------------------------------
	BOTTOM
---------------------------------------------------*/
.sh-footer-bottom {
  margin: 0 auto;
  padding: 25px 0 15px 0;
  background: #eeeeee;
}

.sh-footer-bottom-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  /*overflow: hidden;*/
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.sh-footer-contact {
  float: left;
  margin-left: 10px;
  height: auto;
}

.sh-footer-contact > div {
  /* display: table; */
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
}

.sh-footer-contact-title {
  /* display: table-cell; */
  margin-top: 16px;
  padding-right: 26px;
  font-size: 11px;
  vertical-align: middle;
}
.sh-footer-contact-title span {
  background-color: #808080;
  padding: 4px 10px;
  color: #fff;
}

.sh-footer-contact-right {
  /* display: table-cell; */
  padding-left: 4px;
  text-align: left;
  /* padding-bottom: 20px; */
}

.sh-footer-contact-name {
  margin: 0;
  padding-left: 3px;
  font-size: 13px;
  line-height: 1.5;
}

.sh-footer-contact-tel {
  margin: 0 0 1px;
  padding-left: 40px;
  background-image: url(../images/icon-freedial.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  font-size: 40px;
  line-height: 1.1;
  font-family: 'Zen Old Mincho', serif;
}

.sh-footer-contact-tel a {
  color: #333;
  letter-spacing: -1px;
}

.sh-footer-contact-tel ruby {
}
.sh-footer-contact-tel ruby rt {
	font-size:10px;
}
.sh-footer-contact-tel span[data-ruby] {
  position: relative;
  display: inline-block;
}
.sh-footer-contact-tel span[data-ruby]::before {
  content: attr(data-ruby);
  display: inline-block;
  position: absolute;
  width: 100%;
  top: -.6em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

html.no-touch .sh-footer-contact-tel a:hover {
  text-decoration: none;
  color: #333;
}

.sh-footer-contact-time {
  /* grid-column: 1 / 3; */
  vertical-align: middle;
  position: relative;
  min-height: auto;
  padding-left: 40px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
}
.sh-footer-contact-time > p {
  display: inline-block;
  margin-right: 10px;
}
.sh-footer-contact-time span:first-child {
  background-color: #808080;
  padding: 4px 10px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 11px;
  white-space: nowrap;
}

/*.sh-footer-contact-time:after {
  position: absolute;
  display: inline-block;
  content: '営業時間';
  white-space: pre;
  left: 3px;
  top: -1px;
  padding: 3px;
  font-size: 10px;
  line-height: 1.1;
  background-color: #ccc;
  border-radius: 3px;
}*/

.sh-footer-logo {
  text-align: right;
}


.sh-footer-logo > div {
  display: inline-table;
}

.sh-footer-logo > div > p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 0px 20px 5px 10px;
  font-size: 11px;
  text-align: left;
/*  border-left: 1px solid #999;*/
}
.sh-footer-logo__left-padding {
}
.sh-footer-logo__left-padding img {
  max-width: 193px;
  display: inline-block;
  padding-left: 20px;
}
.sh-footer-logo > div > p:last-child {
/*  padding-right: 15px;*/
}

.sh-footer-logo a {
  color: #333;
}

html.no-touch .sh-footer-logo a:hover {
  text-decoration: none;
  color: #333;
}

.sh-footer-logo img {
  margin-top: 8px;
}

/*---clear---*/
.sh-footer-bottom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (max-width: 1285px) {
  .sh-footer-contact {
    float: none;
  }
  .sh-footer-contact > div {
    /* display: table; */
    grid-template-columns: auto auto;
    justify-content: flex-start;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .sh-footer-logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
  }
  .sh-footer-contact-time {
    grid-column: 1 / 3;
    margin-top: 5px;
    padding-left: 0;
  }
  .sh-footer-contact-time > p {
    margin-right: 28px;
  }
  .sh-footer-contact-time span:first-child {
    display: inline-block;
    box-sizing: border-box;
    min-width: 86px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 835px) {
    .sh-footer-contact-time {
        display: table-caption;
        caption-side: bottom;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: left;
    }  
}



/*
@media screen and (max-width:1050px) {
  .sh-footer-bottom-wrapper {
      height: auto;
      padding-left: 10px;
  }
  .sh-footer-contact {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid #dcdcdc;
  }
  .sh-footer-logo {
   text-align: center; 
  }
}*/

/*---------------------------------------------------
	copyright
---------------------------------------------------*/
.sh-footer-copyright {
  clear: both;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  padding: 20px 0;
  background: #000;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(7%, #0f0f0f), color-stop(11%, #333333), to(#333333));
  background: linear-gradient(to bottom, #0f0f0f 0%, #0f0f0f 7%, #333333 11%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#333333',GradientType=0 );*/
}

.sh-footer-copyright small {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  color: #e5e5e5;
  font-size: 10px !important;
}

.sh-footer-copyright br {
  display: none;
}

/*---------------------------------------------------
	FLOATING BANNER
---------------------------------------------------*/
.sh-floating-banner {
  position: fixed;
  width: 40px;
  right: 0;
  top: 32%;
  -webkit-transition: opacity .7s, visibility .7s;
  transition: opacity .7s, visibility .7s;
  z-index:5;
}

.sh-floating-banner a.sh-nav-link {
  height: 120px;
  width: 40px;
  line-height: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 20px;
}

.sh-floating-banner a.sh-nav-link.sh-nav-link__reserve::before, 
.sh-floating-banner a.sh-nav-link.sh-nav-link__inquiry::before {
  content: "";
}

.sh-floating-banner a.sh-nav-link.sh-nav-link__reserve:after,
.sh-floating-banner a.sh-nav-link.sh-nav-link__inquiry:after {
  left: 0px;
  margin-top: 5px;
}

.sh-floating-banner a:hover img {
	opacity:0.9;
}

@media screen and (max-width: 1315px) {
  .sh-floating-banner {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .sh-floating-banner {
    display: none;
  }
}

.sh-pagetop-button {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 32px;
  z-index: 100;
}

.sh-pagetop-button a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #aaa;
  background-color: rgba(128, 128, 128, 0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

html.no-touch .sh-pagetop-button a:hover {
  color: #fff;
  opacity: .9;
}

body.sh-menu-open .sh-pagetop-button {
  display: none !important;
}

/*---------------------------------------------------
  TAB BANNER
---------------------------------------------------*/
body.sh-footer-tab-shown {
  padding-bottom: 77px;
}
.sh-tab-footer-nav {
  position: fixed;
  width: 100%;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  left: 0;
  bottom: 0;
  margin:0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.sh-footer-tab-shown .sh-tab-footer-nav {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.sh-menu-open .sh-tab-footer-nav {
  display: none;
}
.sh-tab-footer-nav-wrapper {
  display: table;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.sh-tab-footer-nav-wrapper > div {
  display: table-cell;
  width: 50%;
}
.sh-tab-footer-nav-wrapper a.sh-tab-link {
  display: block;
  padding: 15px 5px;
}
.sh-tab-link .sh-on {
  display: none;
}
html.no-touch .sh-tab-link:hover .sh-on {
  display: inline-block;
  opacity: 1;
}
html.no-touch .sh-tab-link:hover .sh-off {
  display: none;
}
@media screen and (max-width: 990px) {
  body.sh-footer-tab-shown {
    padding-bottom: 7.777777%;
  }
  .sh-tab-link {
    padding: 3.0927835% 1.0309278%;
  }
}

/*---------------------------------------------------
	ORIGINAL COLOR
---------------------------------------------------*/
.fontBlue {
  color: #144990;
}

/*---------------------------------------------------
	ORIGINAL CLASS
---------------------------------------------------*/
.comment {
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: 9px;
  color: #666;
}

div#glovalNavi ul li .gico_update {
  position: absolute;
  top: 1px;
  right: 1px;
}

#reserveTag {
  position: absolute;
  right: 0;
  top: 1600px;
}

.sh-PR {
	position:relative;
}

/*---------------------------------------------------
	CONTENTS
---------------------------------------------------*/
.sh-page-title {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto 15px;
  padding: 4.6875% 20px 60px;
  text-align:center;
}
@media screen and (min-width: 1280px) {
  .sh-page-title {
    padding-top: 60px;
  }
}
.sh-page-title h1 {
  display: inline-block;
  border-bottom: 1px solid #000;
  font-family: "Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
  letter-spacing: 0.3em;
  padding-bottom: 8px;
}
.sh-page-title p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 40px;
  margin-top: 20px;
}



.sh-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}

.sh-gradient-contents {
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.15) 30px, rgba(255,255,255,0.43) 100px, rgba(255,255,255,0.56) 150px, rgba(255,255,255,0.58) 180px);
}

.sh-contents-comment-text {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #666;
}

.sh-footertag ~ img {
  display:none;
}


/* 2018.05.25 */
.sh-contents.sh-contents__fullwidth {
  max-width: none;
  padding: 0;
}

.sh-contents-widebox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.sh-contents-widebox.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.sh-contents-normalbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.sh-contents-normalbox.no-pad {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1320px) {
  .sh-contents-widebox {
    padding-left: 0;
    padding-right: 0;
  }
}

.sh-transition-hover a img {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  /*Chrome bug*/
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
html.no-touch .sh-transition-hover a:hover img {
  opacity: 0.9;
}


/*　光るバナー　*/
.shiny-bnr {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.shiny-bnr::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-anime 3s ease-in-out infinite;
}
.shiny-bnr.shiny-bnr2::before {
    animation-delay: 1.5s;
}
@-webkit-keyframes shiny-anime {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(5) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(80) rotate(45deg); opacity: 0; }
}


/*　PC固定ヘッダー　*/
body.sh-pc-header-fixed .sh-header-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
body.sh-pc-header-fixed .sh-gradient-wrapper {
  padding-top: 185px;
}

@media screen and (min-width: 769px) and ( max-width: 920px) {
  body.sh-pc-header-fixed .sh-gradient-wrapper {
    padding-top: 235px;
  }
}

@media screen and (max-width: 768px) {
  body.sh-pc-header-fixed .sh-gradient-wrapper {
    padding-top: 0px;
  }
  body.sh-pc-header-fixed .sh-header-wrapper {
    position: initial;
  }
}
