@charset "UTF-8";
/*---------------------------------------------------
  WEB FONTS
---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


/*---------------------------------------------------
	PARTS
---------------------------------------------------*/
a.sh-nav-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  /*height: 32px;*/
  width: 131px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  /*background-image: url(../images/footer-nav.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px 100px;
  border-radius: 4px;*/
}
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;
}

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

a.sh-nav-link span {
  /*font-size: 70%;*/
  font-size: 16px !important;
  font-weight: normal;
}

a.sh-nav-link.sh-nav-link__map {
  background-color: #0f3377;
}
a.sh-nav-link.sh-nav-link__map span{
}

html.no-touch a.sh-nav-link.sh-nav-link__map:hover {
  background-color: #465e89;
}

a.sh-nav-link.sh-nav-link__reserve {
  background-color: #af5584;
}

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

a.sh-nav-link.sh-nav-link__inquiry {
  background-color: #f0ab30;
}

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

a.sh-nav-link.sh-nav-link__outline {
  background-color: #92b721;
}

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

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__map::before ,
a.sh-nav-link.sh-nav-link__outline::before ,
a.sh-nav-link.sh-nav-link__reserve::before,
a.sh-nav-link.sh-nav-link__inquiry::before {
  content:"";
  display:block;
  position:absolute;
  width:0;
  height:0;
  left:2px;
  top:0;
  bottom:0;
  margin-top:auto;
  margin-bottom:auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
}

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: 12px;
  height: 12px;
  vertical-align: top;
  position: relative;
  left: 5px;
}
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 {
  max-width: 1280px;
  padding: 16px 0;
  margin: 0 auto;
  overflow: hidden !important;
}

.sh-header h1 {
  float: left;
  width: 33%;
   /*xxx/1280*100 */
  max-width: 245px;
}

.sh-header h1 a {
  display: block;
  padding-left: 15px;
}

.sh-header-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 68%;
  /* 690/980*100 */
  max-width: 750px;
  float: right;
  padding-right:15px;
  /*border:1px solid red;*/
  display: table;
}
.sh-header-infobox1 {
  display: table-cell;
}
.sh-header-infobox2 {
  display: table-cell;
}
.sh-header-infobox2 a.sh-nav-link {
  line-height: 1.5em;
  /*font-size: 1.5em;*/
  font-size: 22.5px !important;
  width: 160px;
  padding: 0 0 0.3em;
  font-weight: 600;
}

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

.sh-header-info-top h2 {
  display: table-cell;
  color: #555;
  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: 10px;
  vertical-align: top;
}

@media screen and (max-width: 1130px) {
  .sh-header-info span.sh-header-info__short {
    display: none;
  }
  .sh-header-info {
    width: 67%;
  }
}
@media screen and (max-width: 1060px) {
  .sh-header-info span.sh-header-info__short2 {
    display: none;
  }
  .sh-header-info {
    width: 60%;
  }
}

@media screen and (max-width: 990px) {
  .sh-header h1 {
      max-width: 235px;
  }
  .sh-header h1 a {
      padding-left: 5px;
  }
  .sh-header-info-top h2 {
    white-space: nowrap;
  }
  .sh-header-nav ul {
    /*width: 100%;
    table-layout: fixed;*/
  }
  .sh-header-nav ul li {
    width: auto;
    padding-left: 4px;
  }
  .sh-header-nav ul li:first-child {
    /*padding-left: 0;*/
  }
  .sh-header-nav ul li a.sh-nav-link {
    letter-spacing: normal;
    font-size: 14px !important;
    width: 120px;
    /*height: 32px;*/
    line-height: 32px;
  }
  a.sh-nav-link span {
    font-size: 10px !important;
  }
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__twoline {
    font-size: 10px;
    letter-spacing: -2px;
  }
  .sh-header-info {
    padding-right:5px;
    width: 50%;
  }
}

@media screen and (max-width: 850px) {
  .sh-header-nav ul li a.sh-nav-link {
    width: 105px;
  }
}

@media screen and (max-width: 805px) {
  .sh-header-info span.sh-header-info__short3 {
    display: none;
  }
  .sh-header-info {
    width: 40%;
  }
  .sh-header-nav ul li a.sh-nav-link {
    font-size: 13px;
    width: 100px;
  }

}

@media screen and (max-width: 800px) {
  /*.sh-header h1 {
    width: 48%;
  }
  .sh-header-info-top h2 {
    letter-spacing: -0.2px;
  }
  .sh-header-info span {
    display: none;
  }
  .sh-header-nav ul li a.sh-nav-link {
    font-size: 11px;
    height: 32px;
    line-height: 32px;
  }*/
}

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

/*---------------------------------------------------
	glovalNavi
---------------------------------------------------*/
.sh-global-nav {
  clear: both;
  background-color: #f4efdf;
  border-top: 1px solid #000;
  border-bottom: 10px solid #680000;
}

.sh-global-nav ul {
  display: flex;
  max-width: 1280px;
  margin: 0 auto 0px;
  padding: 0px;
  /*overflow: hidden;*/
  _zoom: 1;
  background-size: auto 100%;
}

.sh-global-nav ul li {
  /*float: left;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size:16px;
  font-weight: 600;
  position:relative;
  line-height:1.2;
  letter-spacing: -2px;
  border-left: 1px solid #000;
  box-sizing: border-box;
}
.sh-global-nav ul li::after{
  content:"";
  display:block;
  position:absolute;
  width:1px;
  height:100%;
  right:0;
  top:0%;
  /*background-color:#fff;*/
}
.sh-global-nav ul li:last-child{
  border-right: 1px solid #000;
}
.sh-global-nav ul li:last-child::after{
  display:none;
}
.sh-global-nav ul li span {
  display:block;
  font-family: Century Gothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size:11px;
  color:#666;
}

.sh-global-nav ul li a ,
.sh-global-nav ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin:0 auto;
  width:100%;
  height: 100%;
  /*height: 51px;
  line-height: 51px;*/
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 1.2;
  box-sizing: border-box;
  color: #c6c1ad;
}

.sh-global-nav ul li a:visited ,
.sh-global-nav ul li a:link {
	background-color: #f4efdf;  
	color: #000;  
}
.sh-global-nav ul li a:hover {
  text-decoration:none;
}

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


html.no-touch .sh-global-nav ul li a:hover {
  background-color: #fff;
  color: #735600;
  /*display: block;*/
}

/* .sh-global-nav ul li.sh-nav-link__twoline a ,
.sh-global-nav ul li.sh-nav-link__twoline div {
  line-height: 1.2;
  padding-top: 6%;
} */


.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 3px;
  top: -17%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  line-height: 1;
  background-color:#9e8145;
  color:#FFF; /*#841843*/
  letter-spacing: 1px;
}

body#TOP .sh-global-nav ul li.sh-gnav__top a ,
body#CONCEPT .sh-global-nav ul li.sh-gnav__concept a ,
body#LOCATION .sh-global-nav ul li.sh-gnav__location a ,
body#ACCESS .sh-global-nav ul li.sh-gnav__access a ,
body#DESIGN .sh-global-nav ul li.sh-gnav__design a ,
body#ROOMPLAN .sh-global-nav ul li.sh-gnav__roomplan a ,
body#MODELROOM .sh-global-nav ul li.sh-gnav__modelroom a ,
body#EQUIPMENT .sh-global-nav ul li.sh-gnav__equipment a ,
body#RENOVATION .sh-global-nav ul li.sh-gnav__renovation a ,
body#VIEW .sh-global-nav ul li.sh-gnav__view a ,
body#SENIOR .sh-global-nav ul li.sh-gnav__senior a ,
body#SERVICE .sh-global-nav ul li.sh-gnav__service a ,
body#FAQ .sh-global-nav ul li.sh-gnav__faq a ,
body#MOVIE .sh-global-nav ul li.sh-gnav__movie a ,
body#BRAND .sh-global-nav ul li.sh-gnav__brand a {
  background-color: #fff;
  color: #735600;
}

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

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

/*
@media screen and (min-width:768px) and ( max-width:1280px) {
  .sh-global-nav ul li {
    font-size: 1.1vw;
    letter-spacing: -1px;
  }
  .sh-global-nav ul li.sh-nav-link__twoline a ,
  .sh-global-nav ul li.sh-nav-link__twoline div {
    padding-top: 12px;
  }
  .sh-global-nav ul li .sh-icon-text {
    top: -14%;
    font-size: 1.0vw;
  }
}
 */
@media screen and (min-width:768px) and ( max-width:1265px) {
  .sh-global-nav ul {
    flex-wrap: wrap;
  }
  .sh-global-nav ul li {
    width: 25%;
  }
  .sh-global-nav ul li:nth-child(4) {
    border-right: 1px solid #000;
  }
  .sh-global-nav ul li:nth-child(n+5) {
    width: 25%;
    border-top: 1px solid #000;
  }
  .sh-global-nav ul li:nth-child(n+6) .sh-icon-text {
    top: 0;
    left: 100%;
    transform: translateX(-100%);
  }
}

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

.sh-global-info-yokoku {
  display: table;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
}

.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: 11px;
  padding-left: 2px;
  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(../images/bg_footNavi.gif) left bottom repeat-x #eee;
}

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

.sh-footer-nav-menu {
  display: table;
  /*table-layout: fixed;*/
  border-collapse: collapse;
  /*float:left;
  margin-top:5px;
  margin-left:15px;*/

  /* 最初から2段 */
  width: 80%;
  table-layout: auto;
  margin: 0 auto 15px;
  float: none;
}

.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:0 6px;
  font-size:12px;
}
.sh-footer-nav-menu li.DN {
  display: none;
}

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

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

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

  /* 最初から2段 */
  margin: 0 auto 5px;
  float: none;
}

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

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

.sh-footer-nav-link li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  height: 30px;
  width: 120px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  /*background-image: url(../images/footer-nav.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px 100px;
  border-radius: 4px;*/
}
@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 {
		line-height: 30px;
		letter-spacing: 2px;
		padding:0;
	}
	.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: 14px 0 15px 0;
  background: #eee;
}

.sh-footer-bottom-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1280px;
  height: 110px;
  margin: 0 auto;
  padding-left: 430px;
  overflow: hidden;
}

.sh-footer-contact {
  position: absolute;
  height: auto;
  left: 15px;
  top: 0;
}

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

.sh-footer-contact-title {
  display: table-cell;
  padding-right: 3px;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #999;
}

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

.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: 37px;
  background-image: url(../images/icon-freedial.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 40px;
  line-height: 1.1;
}

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

.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 {
  position: relative;
  min-height: auto;
  padding-left: 60px;
  padding-bottom: 10px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
}

.sh-footer-contact-time:after {
  position: absolute;
  display: inline-block;
  content: '営業時間';
  white-space: pre;
  left: 3px;
  top: -1px;
  padding: 3px;
  font-size: 11px;
  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: 1px 20px 5px 10px;
  font-size: 11px;
  text-align: left;
  border-left: 1px solid #999;
}

.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:767px) {
  .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: 10px;
  background: #0f0f0f;
  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: #999;
  font-size: 8px !important;
}

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

/*---------------------------------------------------
	FLOATING BANNER
---------------------------------------------------*/
.sh-floating-banner {
  position: fixed;
  width: 45px;
  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: 140px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
  -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: "";
  display: none;
}

.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;
  z-index: 100;
}
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;
  border-collapse: separate;
  border-spacing: 15px;
  width: 100%;
  max-width: 1220px;
  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;
}

body.sh-footer-tab-shown .sh-tab-footer-nav a.sh-nav-link {
  width: 100%;
  padding: 5px 0;
  font-size: 26px;
}
body.sh-footer-tab-shown .sh-tab-footer-nav a.sh-nav-link::before {
  left: 20px;
}
body.sh-footer-tab-shown .sh-tab-footer-nav a.sh-nav-link::after {
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/ico_external.png) no-repeat;
  background-size: cover;
  top: 7px;
  left: 10px;
}

@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: 660px;
  margin: 0 auto 15px;
  padding: 30px 20px 30px 20px;
  color: #9e8145;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align:center;
  letter-spacing:2px;
  font-weight:normal;
}

.sh-page-title p {
  border-top:1px solid #9e8145;
  color: #333;
  margin-top:10px;
  padding-top:10px;
  font-size:70%;
  letter-spacing:0px;
}

/*
.sh-page-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 30px;
  left: 5px;
  top: 10px;
  background-color: #e8d38c;
}

.sh-page-title:after {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 30px;
  left: 5px;
  top: 40px;
  background-color: #98833d;
}
*/

.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: 13px;
  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;
}
.sh-hover-img  a:hover img ,
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; }
}

/*　フッターバナー　*/
.sh-footer-bnr {
  border-top: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
}
.sh-footer-bnr div {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
body#PARENTS .sh-footer-bnr {
  display: none;
}
body:not(#LOCATION) .sh-footer-bnr .show-location {
  display: none;
}
body#LOCATION .sh-footer-bnr .hide-location {
  display: none;
}
body:not(#SENIOR) .sh-footer-bnr .show-senior {
  display: none;
}


/*　文字サイズ変更　*/
.js-fc-target {
  transition: font-size .3s ease;
}
.Change__fontSize{
  max-width: 75px;
  float: left;
  margin-left: 3%;
}
.Change__fontSize h3{
  font-size: 15px;
  margin-bottom: 0;
}
.Change__fontSize ul{
    display: table;
    width: 100%;
  text-align: center;
}
.Change__fontSize li{
    display: table-cell;
  vertical-align: middle;
    /*padding: 9%;*/
    margin: 0 3% 0;
    background: #fff;
    color: #86141c;
    border: 2px solid #86141c;
    width: 50%;
}
.Change__fontSize li:not(.current):hover{
  cursor: pointer;
}

.Change__fontSize li.large{
  font-size: 24px;
}
.Change__fontSize li.large.current{
  background: #86141c;
    color: #fff;
    border: 2px solid #86141c;
}
.Change__fontSize li.medium{
  font-size: 16px;
  padding: 0;
}
.Change__fontSize li.medium.current{
  /*padding: 12%;*/
  background: #86141c;
    color: #fff;
    border: 2px solid #86141c;
}


@media screen and (max-width: 1100px) {
  .Change__fontSize{
    margin-left: 1.5%;
  }
}


.sh-fixed-button {
  display: none;
  position: fixed;
  width: 120px;
  right: 0;
  bottom: 120px;
  z-index: 100;
  text-align: right;
}
body.sh-show-fixed-button .sh-fixed-button {
  display: block;
}
.sh-fixed-button label {
  /*display: inline-block;*/
  display: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #6E0000;
  /*background-color: #437438;*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}
#btnFixedButton {
  display: none;
}
.sh-fixed-button label .fa-angle-left {
  display: none;
}
.sh-fixed-button #btnFixedButton:checked ~ label .fa-angle-left {
  display: inline-block;
}
.sh-fixed-button #btnFixedButton:checked ~ label .fa-angle-right {
  display: none;
}
.sh-fixed-button-body {
  transition: all .5s ease-in-out;
  overflow: hidden;
}
.sh-fixed-button-body a:hover img {
  opacity: .9;
}
.sh-fixed-button #btnFixedButton:checked ~ .sh-fixed-button-body {
  opacity: 0;
  transform: translateX(100%);
}

/* PC　ヘッダー固定表示 230801 */
.sh-header-wrapper {
  display: none;
  transition: opacity .25s ease-in-out;
}
.sh-header-wrapper .sh-global-nav {
    border-bottom: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body.sh-pc-header-hide .sh-header-wrapper {
  opacity: 0;
}
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;
}
