.show-smp {
  display: none;
}


@media screen and (max-width: 767px) {
  .hide-smp {
    display: none;
  }
  .show-smp {
    display: block;
  }
  .sh-nav-menu {
    -webkit-transform-origin: left top;
    transform-origin: left 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;
  }
	.sh-nav-menu-list li.sh-smp-nav-nodisplay {
		opacity: 0.4;
	}


  /*body.sh-menu-open .sh-smp-header,
  body.sh-menu-open .sh-page-wrapper {
    -webkit-transform: translateX(calc(100% - 55px));
    -moz-transform: translateX(calc(100% - 55px));
    -ms-transform: translateX(calc(100% - 55px));
    -o-transform: translateX(calc(100% - 55px));
    transform: translateX(calc(100% - 55px));
  }*/
  /*---------------------------------------------------
    BODY
---------------------------------------------------*/
  body.sh-menu-open {
    overflow: hidden !important;
  }
  body.sh-menu-open .sh-smp-menu-cover {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0f0f0f;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .sh-gradient-wrapper {

  }
  /*---------------------------------------------------
    HEAD
---------------------------------------------------*/
  .sh-header-wrapper {
    height: auto;
  }
  .sh-header {
      padding: 12px 0 0;
  }
  .sh-header h1, .sh-header .sh-header-logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    padding-bottom: 12px;
  }

  .sh-sticky-header {
    position: initial;
    float: right;
    width: 70px;
    height: 45px;
  }
  .sh-menu-button {
      padding: 10px 0px;
  }
  .sh-menu-button-text {
    display: none;
  }
  .sh-header-info {
    width: calc(100% - 70px);
    max-width: initial;
    padding-top: 0;
  }

  .sh-header-nav ul {
    width: 100%;
  }
  .sh-header-nav ul li {
    padding-left: 0;
    width: 25%;
  }
  .sh-header-nav ul li a.sh-nav-link {
    height: 45px;
    width: 100%;
    line-height: 45px;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .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: 100%;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .sh-header-nav ul li:nth-child(-n+2) {
    background: radial-gradient(circle 70px, #fff, #d8d8d8);
  }
  .sh-header-nav ul li:nth-child(2) {
    display: none;
  }
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__smp_twoline  {
    padding-top: 7px;
    padding-bottom: 3px;
    line-height: 1.2;
    font-size: 13px;
  }

  .sh-nav-menu {
    width: 100%;
    border-left: none;
/*    transform: translateX(-100%);*/
  }
  .sh-nav-menu-content {
    width: 90%;
  }
  .sh-nav-menu-logo {
    height: 45px;
    line-height: 45px;
  }
  .sh-nav-menu-logo img {
    height: 19px;
  }

  .sh-menu-button__close {
    width: 70px;
    height: 45px;
    padding-top: 10px;
    right: 0;
  }
  .sh-menu-button-text__close {
    display: none;
  }

  .sh-menu-button-icon {
    left: 17.5px;
  }
  .sh-menu-button-icon__close {
    left: 17.5px;
  }

  .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 {
    left: -4%;
    transform: scale(0.8) translateY(-60%);
  }



  /*---------------------------------------------------
	glovalInfo
---------------------------------------------------*/
  .sh-global-info {
    padding: 6px 2px 2px 3px;
    background-image: none;
  }
  .sh-global-info-yokoku-left {
    width: 30px;
    vertical-align: top;
  }
  .sh-global-info-yokoku-left > span {
    padding: 3px 2px 1px;
    font-size: 10px;
  }
  .sh-global-info-yokoku-left > span br {
    display: inline;
  }
  .sh-global-info-yokoku-right {
    font-size: 9px;
  }
  /*---------------------------------------------------
    footNavi
---------------------------------------------------*/
  .sh-footer-nav {
    padding: 0;
  }
  .sh-footer-nav-menu {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 0 10px;
    /*background: #cfcfcf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #cfcfcf), to(#f7f7f7));
    background: linear-gradient(to bottom, #cfcfcf 60%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#f7f7f7',GradientType=0 );
    border-bottom: 1px solid #ccc;
    background-color: #e3e3e3;*/
  	float:none;
    border-bottom: 1px solid #ccc;
  }
 /* .sh-footer-nav-menu:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(66.7%, transparent), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 66.7%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  }*/
  .sh-footer-nav-menu li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: calc(50% - 15px);
    border: none;
    padding: 0;
  }
  .sh-footer-nav-menu li.sh-nolink-border {
    border: 1px solid #ccc;
    padding: 7px 0;
  }
  .sh-footer-nav-menu li:nth-child(odd) {
    margin: 0 5px 10px 10px;
    clear: both;
  }
  .sh-footer-nav-menu li:nth-child(even) {
    margin: 0 10px 10px 5px;
  }
  .sh-footer-nav-menu li a {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 0 #fff;
    background: #ffffff;
    text-align: center;
    border: 1px solid #333;
    padding: 7px 0;
    /*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);*/
  }

  /*
  .sh-footer-nav-menu li a:before,
  .sh-footer-nav-menu li a:after {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 5px;
    content: '';
    vertical-align: middle;
  }
  .sh-footer-nav-menu li a:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .sh-footer-nav-menu 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-footer-nav-menu li.sh-footer-nav-menu-twoline a {
	padding-top: 0.17em;
    padding-bottom: 0.17em;
	line-height:1.5;
  }
  .sh-footer-nav-menu li.show-smp {
    display: block;
  }

  .sh-footer-nav-link {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
  	width: 100%;
  	margin: 10px auto 5px;
  	float:none;
  }
  .sh-footer-nav-link li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 10px;
    padding: 0;
  }
  .sh-footer-nav-link li.show-smp {
    display: table-cell;
  }
  .sh-footer-nav-link li:nth-child(odd) {
    clear: both;
    margin-left: 10px;
    margin-right: 5px;
  }
  .sh-footer-nav-link li:nth-child(even) {
    margin-left: 5px;
    margin-right: 10px;
  }
  .sh-footer-nav-link li a {
    height: auto;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 34px;
    background-position: right 10px center;
    padding: 2px 0;
  }
  .sh-footer-nav-link li a.sh-nav-link.sh-nav-link__twoline {
    padding-top: 6px;
  }

  .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: 100%;
    font-size: 14px;
  }
  .sh-footer-nav-link li:nth-child(-n+2) {
    background: radial-gradient(circle 100px, #fff, #d8d8d8);

  }



  /*---------------------------------------------------
    BOTTOM
---------------------------------------------------*/
  .sh-footer-bottom {
    padding: 10px 0;
  }
  .sh-footer-bottom-wrapper {
    height: auto;
    padding: 10px;
  }
  .sh-footer-contact {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .sh-footer-contact > div {
    margin: 0 auto;
    max-width: 330px;
  }
  .sh-footer-contact-title {
    border-right-color: #dcdcdc;
    white-space: nowrap;
    padding-right: 5px;
  }
  .sh-footer-contact-title span {
    padding: 4px 6px;
  }

  .sh-footer-contact-right {
      padding-bottom: 5px;
  }
  .sh-footer-contact-tel {
    padding-top: 2px;
    padding-left: 32px;
    background-position: 5px center;
    background-size: 18px auto;
    font-size: 24px;
  }
  .sh-footer-contact-time {
    display: table-caption;
    caption-side: bottom;
    padding-left: 0;
    margin-top: 10px;
    text-align: left;
  }
  .sh-footer-contact-time > p {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
  }
  .sh-footer-contact-time span:first-child {
    min-width: 78px;
  }
  .sh-footer-contact-time span:nth-child(2) {
    display: table-cell;
  }
  .sh-footer-contact-time span:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 10px;
  }

  .sh-footer-logo {
    float: none;
    width: 100%;
  	margin:0 auto;
    text-align: center;
  }
  .sh-footer-logo > div {
    width: 100%;
    /* table-layout: fixed; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sh-footer-logo > div > p {
/*    display: inline-block;*/
  }
  .sh-footer-logo > div > p.sh-footer-logo__left-padding {
    border-left: none;
    padding: 0px;
    /*width: 100%;*/
    width: 50%;
  }
  .sh-footer-logo > div > p.sh-footer-logo__left-line {
    border-left-color: #dcdcdc;
    width: 50%;
  }
  .sh-footer-logo > div > p:nth-child(-n+2) {
    margin-bottom: 10px;
  }
  .sh-footer-logo > div > p:nth-child(2) {
/*    border-left: none;*/
  }
  .sh-footer-logo a {
    display: block;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
  }
  .sh-footer-logo p.sh-footer-logo__left-padding a {
  }
  .sh-footer-logo div p a img {
    max-width: 150px;
  }
  .sh-footer-logo img {
    margin-top: 2px;
  }
  .sh-footer-copyright br {
    display: inline;
  }

  .sh-smp-footer-nav {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
  body.sh-menu-open .sh-smp-footer-nav {
    display: none;
  }
  .sh-smp-footer-nav-wrapper {
    display: table;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0px;
    table-layout: fixed;
    background-color: rgba(102, 102, 102, .95);
    transform: translateY(100%);
    transition: transform .25s ease-in;
  }
  body.sh-footer-fixed {
    padding-bottom: 60px;
  }
  body.sh-footer-fixed .sh-smp-footer-nav-wrapper {
    transform: translateY(0);
  }
  .sh-smp-footer-nav-wrapper > div {
    display: table-cell;
    box-sizing: border-box;
    height: 100%;
    padding: 0 2px;
    vertical-align: middle;
  }
  .sh-smp-footer-nav-wrapper a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    /*height: 60px;
    padding: 10px 5px 5px;*/
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
  }
  .sh-smp-footer-nav-wrapper a span {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    padding-top: 4px;
  }
  .sh-smp-footer-nav-wrapper a .fa {
    font-size: 24px;
    color: #fff;
  }
  .sh-smp-footer-nav-wrapper > div.sh-smp-footer-nav-tel a .fa ,
  .sh-smp-footer-nav-wrapper > div.sh-smp-footer-nav-tel a span {
    color: #333;
  }
  .sh-smp-footer-nav-wrapper > div.sh-smp-footer-nav-tel {
    background-color: #ffffff;
  }
  .sh-smp-footer-nav-wrapper > div.sh-smp-footer-nav-map {
    background-color: #ac7300;
    border-right: 1px solid #fff;
  }
  .sh-smp-footer-nav-wrapper > div.sh-smp-footer-nav-reserve {
    background-color: #567028;
    border-right: 1px solid #fff;
  }
  .sh-smp-footer-nav-wrapper > div.sh-smp-footer-nav-inquiry {
    background-color: #702845;
  }
  .sh-smp-footer-nav-wrapper > div.sh-smp-footer-nav-reserve.shiny-bnr ,
  .sh-smp-footer-nav-wrapper > div.sh-smp-footer-nav-inquiry.shiny-bnr {
    width: initial;
  }

  .sh-pagetop-button {
    right: 0;
    bottom: 80px;
  }
  /*---------------------------------------------------
    CONTENTS
---------------------------------------------------*/
  .sh-page-title {
    padding-top: 7.2875%;
    padding-bottom: 50px;
  }
  .sh-page-title h1 {
    font-size: 24px;
  }
  .sh-page-title p {
    font-size: 26px;
  }

  .sh-contents {
    width: 100%;
    padding: 0;
  }
  .sh-contents-smp-padding {
    padding: 10px;
  }
  .sh-contents-smp-sidepadding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sh-contents-comment {
    padding: 10px 5px 10px 10px;
    border-bottom: 1px solid gainsboro;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
  }
  .sh-contents-comment-text {
    color: #666;
  }

  /* 2018.05.25 */
  .sh-contents-widebox,
  .sh-contents-normalbox {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.sh-header-fixed .sh-header {
    margin-bottom: 45px;
  }
  body.sh-header-fixed .sh-sticky-header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    padding-left: 0;
  }
  body.sh-header-fixed .sh-header-info {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }

  body.sh-header-fixed .sh-sticky-header .sh-menu-button {
    width: 30px;
    left: 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  body.sh-header-fixed .sh-sticky-header .sh-menu-button-text,
  body.sh-header-fixed .sh-sticky-header .sh-sticky-header-link {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .sh-nav-menu-logo img {
  }

  .sh-smp-footer-nav-wrapper a {
    font-size: 13px;
    line-height: 1.4;
    padding-top: 12px;
  }
  .sh-smp-footer-nav-wrapper a .fa {
    font-size: 20px;
  }

  .sh-top-reserve-table td b {
    font-size: 20px;
  }
}