@charset "UTF-8";
.sh-top-main-visual-wrapper {
  height: 840px;
  overflow: hidden;
   /*メインビジュアルにだけ背景つける場合*/
  background: url(/s-dainichi/top/bg_VI.jpg) repeat-x left bottom #fff;
  background-size: auto 100%;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#000));
  background-image: linear-gradient(to bottom, #272727 0%, #000 100%);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 100px 560px;
  background-color: #fff;*/
}

.sh-top-main-visual {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.sh-top-mv-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    transition: height 2s linear 0.4s;
    overflow: hidden;
}
.sh-top-mv-line.__do-anim {
    height: 100%;
}
.sh-top-mv-line > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.sh-top-mv-line > div > img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
}
.sh-top-mv-fadein {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 2.5s 0.15s;
}
.sh-top-mv-fadein.__do-anim {
    opacity: 1;
}

.sh-top-mv-vi7 {
    position: relative;
}
.sh-top-mv-vi7 ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.sh-top-mv-vi7 ul > li {
    position: absolute;
    opacity: 0;
    transition: opacity .5s ease-out;
    width: 33.333334%;
    max-width: 640px;
}
.sh-top-mv-vi7__do-anim .sh-top-mv-vi7 ul > li {
    opacity: 1;
}
.sh-top-mv-vi7 ul > li:nth-child(1) {
    left: 0;
    top: 0;
    transition-delay: .5s;
}
.sh-top-mv-vi7 ul > li:nth-child(2) {
    left: 33.333333%;
    top: 0;
    transition-delay: .9s;
}
.sh-top-mv-vi7 ul > li:nth-child(3) {
    left: 66.666667%;
    top: 0;
    transition-delay: 1.3s;
}
.sh-top-mv-vi7 ul > li:nth-child(4) {
    left: 66.666667%;
    top: 33.333333%;
    transition-delay: 1.7s;
}
.sh-top-mv-vi7 ul > li:nth-child(5) {
    left: 66.666667%;
    bottom: 0;
    transition-delay: 2.1s;
}
.sh-top-mv-vi7 ul > li:nth-child(6) {
    left: 33.333333%;
    bottom: 0;
    transition-delay: 2.5s;
}
.sh-top-mv-vi7 ul > li:nth-child(7) {
    left: 0;
    bottom: 0;
    transition-delay: 2.9s;
}
.sh-top-mv-vi7 ul > li:nth-child(8) {
    left: 0;
    top: 33.333333%;
    transition-delay: 3.3s;
}
.sh-top-mv-vi10 {
    position: relative;
}
.sh-top-mv-vi10 ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.sh-top-mv-vi10 ul > li {
    position: absolute;
    transition: transform .5s ease-out;
    width: 50%;
}
.sh-top-mv-vi10__do-anim .sh-top-mv-vi10 ul > li {
    transform: translateX(0) !important;
}
.sh-top-mv-vi10 ul > li:nth-child(1) {
    left: 0;
    top: 0;
    transition-delay: .3s;
    transform: translateX(-100%);
}
.sh-top-mv-vi10 ul > li:nth-child(2) {
    right: 0;
    top: 0;
    transition-delay: .9s;
    transform: translateX(100%);
}
.sh-top-mv-vi10 ul > li:nth-child(3) {
    left: 0;
    bottom: 0;
    transition-delay: 1.5s;
    transform: translateX(-100%);
}
.sh-top-mv-vi10 ul > li:nth-child(4) {
    right: 0;
    bottom: 0;
    transition-delay: 2.1s;
    transform: translateX(100%);
}

.sh-top-mv-vi11 {
    position: relative;
    overflow: hidden;
}
.sh-top-mv-vi11_main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: transform 3s ease-in-out 1.5s;
}
.sh-top-mv-vi11_sub {
    position: absolute;
    width: 50.52083334%;
    max-width: 970px;
    left: 44.791667%;
    top: 5.952381%;
    opacity: 0;
    transform: translate(-40%, 300%);
    transition: opacity 1s, transform 3s ease-in-out 1.5s;
}
.sh-top-mv-vi11__do-anim .sh-top-mv-vi11_main {
    transform: translateY(-44%);
}
.sh-top-mv-vi11__do-anim .sh-top-mv-vi11_sub {
    opacity: 1;
    transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
    .sh-top-mv-vi11_sub {
        width: 89.0625%;
        left: 5.468750%;
        top: 3.378378%;
        transform: translate(0, 330%);
    }
    .sh-top-mv-vi11__do-anim .sh-top-mv-vi11_main {
        transform: translateY(-40.8%);
    }
}


/* 2020.12.3 動画版 */
.sh-top-main-visual-wrapper {
  height: auto;
}
.sh-top-main-visual {
  position: relative;
}
.sh-top-mv-poster {
  opacity: 0;
  transition: opacity .3s linear;
}
.sh-top-mv-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: opacity .3s linear;
}
/*
.sh-top-mv-video-wrapper::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:url(bg-movie.png) repeat;
}
 */
#topMainVisual2.__sh-mv-end .sh-top-mv-poster {
  opacity: 1;
}
#topMainVisual2.__sh-mv-end .sh-top-mv-video-wrapper {
  opacity: 0;
}
#shTopVideo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #shTopVideo {
    height: auto;
    width: 100%;
    /*transform: translateX(-7%);*/
  }
}


/*　MV sub画像　*/
.sh-top-mv__sub1 {
  position: absolute;
  right: 2.5%;
  top: 5%;
  width: 15.625%;
  max-width: 300px;
  opacity: 0;
}
@keyframes shTopMvSub1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.mv-sub-fadein {
  animation: shTopMvSub1 1s linear 0s forwards;
}
.sh-top-mv__sub1 a:hover img {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .sh-top-mv__sub1 {
    bottom: 8%;
    width: 30%;
  }
}


/*　光るバナー　*/
.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-top-caption {
  position: absolute;
  right: 1%;
  bottom: 1%;
  text-align: left;
  font-size: 12px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
  color:#fff;
}

.sh-top-obi {
  width: 100%;
  background: #680000;
  /*background-size: auto 100%;*/
}
.sh-top-obi1 {
  width: 100%;
  background: #1e2380;
  /*background-size: auto 100%;*/
}
.sh-top-obi1 div ,
.sh-top-obi div ,
.sh-top-obi1 .hide-smp ,
.sh-top-obi .hide-smp {
    max-width:1280px;
    margin:0 auto;
}

.sh-top-obi-inner {
  max-width: 640px;
  margin: 40px auto 0;
}

.sh-top-obi-link a:hover img {
    opacity: 0.9;
}

.sh-top-main-obi-underline {
  height: 11px;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
  background: url(/s-dainichi/top/hr.gif) no-repeat center bottom;
}

.sh-contents {
  margin-bottom: 40px;
}

.sh-top-information-wrapper {
  margin-bottom: 20px;
}

.sh-top-information-main {
  float: left;
  width: 74.5%;
  max-width: 700px;
}

.sh-top-information-side {
  float: right;
  width: 23.41%;
  max-width: 220px;
}

.sh-smp-top-menu {
  border-top: 1px solid #d1a84f;
}

.sh-smp-top-menu li {
  border-bottom: 1px solid #d1a84f;
  position: relative;
}

.sh-smp-top-menu li.sh-icon__new:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 16px;
  left: 10%;
  top: 6.2%;
  background: url(/s-dainichi/shared/images/smp/btn_glovalNavi_new_smp2.gif) no-repeat center top;
  background-size: auto 100%;
}

.sh-smp-top-menu li.sh-icon__update:after {
  position: absolute;
  display: block;
  content: '';
  width: 49px;
  height: 16px;
  left: 10%;
  top: 6.2%;
  background: url(/s-dainichi/shared/images/smp/btn_glovalNavi_update_smp2.gif) no-repeat center top;
  background-size: auto 100%;
}

.sh-smp-top-link {
  margin: 0;
  padding: 15px 0 0;
  overflow: hidden;
}

.sh-smp-top-link li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 5px;
  padding: 0 3px 0;
}

.sh-smp-top-link li:nth-child(odd) {
  clear: both;
  padding-left: 10px;
}

.sh-smp-top-link li:nth-child(even) {
  padding-right: 10px;
}

.sh-smp-top-link li a {
  height: 40px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.sh-top-fullwidth__white {
    padding-bottom: 30px;
    background-color: #fff;
    /*background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #ccc;*/
}

.sh-top-news-title {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.sh-top-news-title > b {
  display: table-cell;
  width: 4.2em;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 2px solid #666;
}

.sh-top-news-title > small {
  display: table-cell;
  padding-left: 6px;
  line-height: 24px;
  color: #999;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}

.sh-top-news-list > li {
  padding: 10px 3px;
  border-bottom: 1px solid #ccc;
}

.sh-top-news-list > li > div {
  display: table;
  width: 100%;
}

.sh-top-news-list > li:nth-child(n + 4) {
  display: none;
}

.sh-top-news-date {
  display: table-cell;
  width: 140px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.sh-top-news-date:before {
  content: url(/s-dainichi/top/ico_information.gif);
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: middle;
}

.sh-top-news-content {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
  vertical-align: top;
}

.sh-top-news-content a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 2px 15px 2px 2px;
  -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.sh-top-news-content a:after {
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 24px;
  line-height: 1;
  color: #666;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  text-align: right;
  vertical-align: middle;
}

html.no-touch .sh-top-news-content a:hover {
  -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.3);
  background-color: rgba(222, 222, 198, 0.1);
  text-decoration: none;
  color: #333;
}


.sh-top-news-button {
  display: none;
  width: 160px;
  margin: 15px auto;
  padding: 12px 0;
  line-height: 1.2;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
}

.sh-top-news-button span {
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
}

.sh-top-news-button .sh-top-news-button__open {
  background-image: url(/s-dainichi/shared/images/arrow-down.png);
}

.sh-top-news-button .sh-top-news-button__close {
  display: none;
  background-image: url(/s-dainichi/shared/images/arrow-up.png);
}

.sh-top-news-button.sh-is-open .sh-top-news-button__open {
  display: none;
}

.sh-top-news-button.sh-is-open .sh-top-news-button__close {
  display: inline-block;
}

.sh-top-news-box.sh-is-show .sh-top-news-button {
  display: block;
}

.sh-top-information-side ul li {
  margin-bottom: 10px;
}

.sh-contents-comment-text {
  color: #666;
}

#sh-modelopen {
	position:relative;
}

#sh-modelopen .hide-smp a.reserve1 {
	position:absolute;
	display:block;
    top: 74.2%;
    left: 69.7%;
    height: 15.2%;
    width: 26.7%;
}

#sh-modelopen .hide-smp a.map1 {
	position:absolute;
	display:block;
	top: 52.5%;
    left: 50.5%;
    height: 12.1%;
    width: 29.1%;
}

#sh-modelopen .show-smp {
	border:3px solid #a59363;
}


.sh-top-banner-box {
    background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  /*border-bottom:1px solid #CCC;
  padding-top: 40px;*/
}

.sh-top-banner-box > div {
	max-width:1280px;
    margin-left: auto;
    margin-right: auto;
}

.sh-top-banner-box.__sh-two-columns > div {
    display: flex;
    justify-content: space-between;
}
.sh-top-banner-box.__sh-two-columns > div > div {
    width: calc(50%  - 10px);
    margin-left: 0;
    margin-right: 0;
}

.sh-slide-box a:hover img ,
.sh-top-hover-img a:hover img ,
.sh-top-inquiry-btn a:hover img ,
.sh-top-banner-box a:hover img ,
.sh-top-banner-box2 a:hover img {
	opacity:0.9;
}

.sh-top-banner-box2 p {
  margin:0px auto;
  max-width:1280px;
  padding:20px 10px;
}



.sh-top-reserve-info {
    max-width: 870px;
    margin: 30px auto 20px;
    padding: 0 10px;
}
.sh-top-reserve-table__caption {
    text-align: center;
}
.sh-top-reserve-table__caption span {
    display: inline-block;
    padding: 2px 20px;
    background-color: #E60012;
    color: #fff;
    /*color: #b69c62;*/
    font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
}
.sh-top-reserve-table__note {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
    font-feature-settings: "palt";
}
.sh-top-reserve-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.sh-top-reserve-table th,
.sh-top-reserve-table td {
    border: 1px solid #22341a;
    text-align: center;
    vertical-align: center;
}
.sh-top-reserve-table th {
    color: #fff;
    background-color: #564326;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
    font-feature-settings: "palt";
}
.sh-top-reserve-table th:first-child {
    width: 15%;
}
.sh-top-reserve-table td {
    color: #333;
    background-color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 24px;
    line-height: 1;
    font-family: monospace;
    font-weight: bold;
}
.sh-top-reserve-table td a {
    color: #333;
}
html.no-touch .sh-top-reserve-table td a:hover {
    color: #333;
    text-decoration: none;
}
.sh-top-reserve-table td .fa-times {
    color: #333;
    font-weight: normal;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 3px;
    transform-origin: center center;
    transform: scale(1.2);
}
.sh-top-reserve-table td .fa-circle-o {
    color: #333;
}
.sh-top-reserve-table td.__sh-maru {
    color: #333;
}
.sh-top-reserve-table td.__sh-sankaku {
    color: #333;
}
.sh-top-reserve-table td b {
    color: #333;
    font-weight: normal;
}
.sh-top-reserve-table__info {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
}
.sh-top-reserve-table__info b {
    font-weight: normal;
    font-size: 26px;
}

#TOP .sh-footer-bnr {
}

.sh-cursor a:hover {
  cursor: pointer;
}



@media screen and (max-width: 767px) {
  body#TOP .sh-footer-nav {
    display: none;
  }

  .sh-top-main-obi-underline {
    background: none;
    height: 10px;
	margin-bottom:0;
  }
  .sh-contents {
    margin-bottom: 0;
  }
  .sh-top-information-wrapper {
    margin-bottom: 0;
  }
  .sh-top-information-main {
    float: none;
    width: 100%;
    max-width: 767px;
  }
  .sh-top-information-side {
    float: none;
    display: none;
  }
  .sh-top-news-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 10px 6px 6px 20px;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f9f9f9), to(#dfdfdf));
    background: linear-gradient(to bottom, #f9f9f9 60%, #dfdfdf 100%);
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #ccc;
  }
  .sh-top-news-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 3px;
    top: 10px;
    background: url(/s-dainichi/top/smp/title-icon-info.png) no-repeat center center;
    background-size: 14px 14px;
  }
  .sh-top-news-title b {
    display: inline;
    border-bottom: none;
    color: #333;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline;
  }
  .sh-top-news-title small {
    display: inline;
    border-bottom: none;
    font-weight: bold;
    color: #333;
    line-height: 1;
    vertical-align: baseline;
  }
  .sh-top-news-list {
    padding-right: 0;
    padding-left: 0;
  }
  .sh-top-news-list > li > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-right: 1px;
    padding-left: 10px;
  }
  .sh-top-news-date {
    display: block;
    width: auto;
    font-size: 16px;
  }
  .sh-top-news-date:before {
    display: none;
  }
  .sh-top-news-content {
    display: block;
    font-size: 16px;
  }
  .sh-top-news-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    -webkit-tap-highlight-color: transparent;
  }
  .sh-top-news-button span {
    padding-left: 10px;
    background-size: 8px auto;
    font-size: 12px;
  }
  .smp-bgBlack {
	  background-color:#000;
  }
	.sh-top-banner-box {
    padding-bottom: 30px;
	}
    .sh-top-banner-box.__sh-two-columns > div {
        display: block;
    }
    .sh-top-banner-box.__sh-two-columns > div > div {
        width: 100%;
    }
  .sh-top-reserve-table__note {
      text-align: left;
  }

  .sh-top-reserve-table__caption span {
      font-size: 17px;
      font-size: 4.5vw;
  }
  .sh-top-obi {
    padding:10px 0;
  }

}




/* 2018.05.25 */
.sh-contents.sh-contents__fullwidth {
  margin-bottom: 0;
}

.sh-top-special-banners {
  margin-top: 3.90625%;
  margin-bottom: 3.90625%;
}
.sh-top-special-banners .FL,
.sh-top-special-banners .FR {
  max-width: 630px;
  width: 49.22%;
}

.sh-top-login-box {
  -webkit-background-size: 100% auto;
  padding-top: 1.50625%;
  padding-bottom: 1.50625%;
  background-size: 100% auto;
  border-bottom:1px solid #CCC;
  background-color:#22341a;
}
.sh-top-login-box a:hover,
.sh-top-login-box input[type="submit"]:hover {
	opacity:0.9;
}
.sh-top-login-banner {
  max-width:360px;
  margin:0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sh-top-login-banner2 {
  max-width:640px;
  margin:0 auto;
}
.sh-top-login-form {
  margin:20px auto;
  color:#FFF;
  text-align:center;
}
.sh-top-login-form form .sh-login-input {
	margin:0 20px;
	width:10em;
	color:#333;
	padding:10px;
	border-radius:5px;	
	border:none;
	margin-bottom:20px;
}
.sh-top-login-form form .sh-login-submit {
	background-color:#9e8145;
	padding:10px 40px;
	border-radius:5px;
	border:none;
}


.sh-PR {
    position: relative;
}

.sh-top-reserve-box {
  padding-top: 2.50625%;
  padding-bottom: 2.50625%;
  /*background-size: 100% auto;
  background-color: #fff100;
    border-bottom: 1px solid #ccc;*/
}
.sh-top-reserve-banner {
  position: relative;
  padding-bottom: 0%;
  max-width:1280px;
  margin:0 auto;
}
.sh-top-reserve-banner .sh-top-reserve-banner-map,
.sh-top-reserve-banner .sh-top-reserve-banner-inquiry,
.sh-top-reserve-banner .sh-top-reserve-banner-reserve {
  position: absolute;
  display: inline-block;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-position: left top;
  background-repeat: repeat;
  /*border:1px solid blue;*/
}
.sh-top-reserve-banner .sh-top-reserve-banner-map {
    /*width: 25.781250%;
    height: 10.294118%;
    left: 12.109375%;
    top: 72.058824%;*/
    width: 31.250000%;
    height: 11.974359%;
    left: 34.375000%;
    top: 75.487179%;
}
.sh-top-reserve-banner .sh-top-reserve-banner-reserve {
    /*width: 32.812500%;
    height: 13.235294%;
    left: 58.593750%;
    top: 33.823529%;*/
    width: 90%;
    height: 25%;
    left: 5%;
    top: 47.222222%;
}
.sh-top-reserve-banner .sh-top-reserve-banner-inquiry {
    /*width: 60%;
    height: 25%;
    left: 20%;
    top: 69.444444%;*/
    width: 90%;
    height: 25%;
    left: 5%;
    top: 47.222222%;
}
html.no-touch .sh-top-reserve-banner-map:hover,
html.no-touch .sh-top-reserve-banner-inquiry:hover,
html.no-touch .sh-top-reserve-banner-reserve:hover {
  background-color: rgba(255, 255, 255, .1);
}

.sh-top-reserve-box .pure-g {
    margin: 0 -20px;
}
.sh-top-reserve-box .pure-g > div {
    box-sizing: border-box;
    padding: 0 20px;
}

.sh-top-inquiry-title {
  width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.sh-top-inquiry-btn {
  width: auto;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.sh-top-news-wrapper.sh-top-news-wrapper__wide {
  padding-top: 3.90625%;
  /* padding-bottom: 3.90625%; */
}
.sh-top-news-title__wide {
  width: 50%;
  margin: 0 auto 1.5625%;
}

.sh-top-contents-box {
  padding-top: 2%;
  padding-bottom: 1%;
  /*background-color: transparent;*/
  margin-bottom: 2.5%;
  opacity: 0;
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
}
.sh-top-contents-box:nth-child(odd) {
  background-image: url(bg_contents_1.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #D5CAAA;
}
.sh-top-contents-box:nth-child(even) {
  background-image: url(bg_contents_2.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #D5CAAA;
}

.sh-top-contents-title {
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
}
.sh-top-contents-wrapper .pure-g {
  margin: 0 -1.5625%;
}
.sh-top-contents-wrapper .pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.515152%;
}
.sh-top-contents-wrapper a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sh-top-contents-image {
  /*opacity: .5;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;*/
}
html.touch .sh-top-contents-image {
  opacity: .8;
}
.sh-top-contents-image img {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.sh-top-contents-border {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 6px solid rgba(255, 255, 255, .2);
}
.sh-top-contents-allbox {
}
.sh-top-contents-allbox .sh-top-contents-box:nth-child(odd) .sh-top-contents-box-inner1 ,
.sh-top-contents-allbox .sh-top-contents-box:nth-child(odd) .sh-top-contents-box-inner2 {
  float: left;
}
.sh-top-contents-allbox .sh-top-contents-box:nth-child(odd) .sh-top-contents-box-inner1 {
  margin-right: 3.125%;
}

.sh-top-contents-allbox .sh-top-contents-box:nth-child(even) .sh-top-contents-box-inner1 ,
.sh-top-contents-allbox .sh-top-contents-box:nth-child(even) .sh-top-contents-box-inner2 {
  float: right;
}
.sh-top-contents-allbox .sh-top-contents-box:nth-child(even) .sh-top-contents-box-inner1 {
  margin-left: 3.125%;
}

.sh-top-contents-box-inner1 {
  color: #fff;
  width: 48.438%;
  max-width: 620px;
}
.sh-top-contents-box-inner2 {
  color: #fff;
  width: 35.15625%;
  max-width: 450px;
}
.sh-top-contents-caption {
  font-size: 12px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  text-align: right;
  padding-top: 2px;
}
.sh-top-contents-text {
  width: auto;
  max-width: 450px;
  margin-bottom: 30px;
}
.sh-top-contents-detail {
  font-size: 17px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  margin-bottom: 60px;
  /*text-shadow: 1px 1px 3px rgba(120,96,0,0.9);*/
}
.sh-top-contents-linkbutton {
  display: block;
  color: #786000;
  background-color: #fff;
  box-shadow: 2px 2px 4px #000000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}
a.sh-top-contents-linkbutton:visited,
a.sh-top-contents-linkbutton:link {
  color: #786000;
  text-decoration: none;
}
html.no-touch a.sh-top-contents-linkbutton:hover,
a.sh-top-contents-linkbutton:hover {
  opacity: 0.9;
  font-weight: bold;
  color: #786000;
}
html.no-touch a.sh-top-contents-linkbutton span {
  display: inline-block;
  transition: all .3s ease 0s;
}
html.no-touch a.sh-top-contents-linkbutton:hover span {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.sh-top-contents-box.__sh-show {
  opacity: 1;
}

.sh-top-contents-attention {
  position: absolute;
  right: 3%;
  top: 5%;
  padding:10px 15px;
  line-height: 1;
  background-color:#9e8145;
  color:#FFF; /*#841843*/
}



html.no-touch .sh-top-contents-wrapper a:hover .sh-top-contents-image {
  opacity: 1;
}
html.no-touch .sh-top-contents-wrapper a:hover .sh-top-contents-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.sh-top-asidebox {
  max-width: 768px;
  margin: 0 auto;
}
.sh-top-asidebox .pure-g {
  margin: 5% 0;
}
.sh-top-asidebox .pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.923077%;
  margin-bottom:20px;
}
.sh-top-asidebox .pure-g > div img {
  max-width: 220px;
}

.sh-top-link-box {
    max-width: 1280px;
    padding: 0 10px;
    margin: 40px auto 0;
}
.sh-top-link-box > .hide-smp {
    position: relative;
}
.sh-top-link-box > .hide-smp a {
    position: absolute;
    display: inline-block;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    background-position: left top;
    background-repeat: repeat;
}
html.no-touch .sh-top-link-box > .hide-smp a:hover {
    background-color: rgba(255, 255, 255, .1);
}
.sh-top-link-box > .hide-smp a {
    width: 17.1875%;
    height: 23.333333%;
    left: 20.234375%;
    top: 60.666667%;
}
.sh-top-link-box > .hide-smp a:last-child {
    left: 63.203125%;
}

@media screen and (max-width: 970px) {
  .sh-top-contents-box-inner2 {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .sh-contents.sh-contents__fullwidth {
    margin-bottom: 0;
  }
    .sh-top-fullwidth__white {
        padding-bottom: 0;
    }
    .sh-top-fullwidth__white.smp-MB30 {
        padding-bottom: 30px;
    }
  .sh-top-news-wrapper.sh-top-news-wrapper__wide {
    padding-bottom: 0;
  }
  .sh-top-news-title__wide {
    width: 100%;
  }
  .sh-top-contents-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sh-top-contents-box:nth-child(odd) {
    background-size: auto 100%;
  }
  .sh-top-contents-box:nth-child(even) {
    background-size: auto 100%;
  }
  .sh-top-contents-title {
    width: 100%;
  }
  .sh-top-contents-wrapper .pure-g {
    margin: 0;
    padding: 0 1.5625%;
  }
  .sh-top-contents-wrapper .pure-g > div {
    padding: 0 3%;
  }
  .sh-top-contents-wrapper a {
    /*margin-bottom: 6.896552%;*/
  }

  .sh-top-asidebox {
    width: 85%;
    max-width: 400px;
  }
  .sh-top-asidebox .pure-g {
    margin: 4.166667% 0 0;
  }
  .sh-top-asidebox .pure-g > div {
    padding: 0 2.083333%;
    margin: 4px 0;
  }
  .sh-top-asidebox a {
    display: block;
    margin-bottom: 9.090909%;
  }
  .sh-smp-top-link {
    margin-bottom: 2.34375%;
    padding-top: 8px;
  }
  .sh-top-contents-title {
    font-size: 22px;
  }
	.sh-top-contents-detail {
    font-size: 15px;
    margin-bottom: 10px;
	}
	.sh-top-login-banner {
		width:70%;
	}
	.sh-top-login-form form .sh-login-submit {
		padding:5px 40px;
	}
	.sh-top-contents-attention {
		font-size:10px;
		padding:5px 10px;
	}

  .sh-top-contents-text {
    margin-bottom: 10px;
  }
  .sh-top-link-box {
      margin-top: 0;
  }
  .sh-top-link-box > .show-smp {
      padding: 10px 0;
  }
  .sh-top-inquiry-btn {
    max-width: 640px;
    padding: 0 10px;
  }
  .sh-top-inquiry-bnr {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

.sh-top-contents-caption {
  margin-bottom: -1.1em;
  padding-top: 0px;
  padding-right: 5px;
}
.sh-top-contents-allbox .sh-top-contents-box:nth-child(odd) .sh-top-contents-box-inner1 ,
.sh-top-contents-allbox .sh-top-contents-box:nth-child(odd) .sh-top-contents-box-inner2 ,
.sh-top-contents-allbox .sh-top-contents-box:nth-child(even) .sh-top-contents-box-inner1 ,
.sh-top-contents-allbox .sh-top-contents-box:nth-child(even) .sh-top-contents-box-inner2 {
  float: none;
}
.sh-top-contents-allbox .sh-top-contents-box:nth-child(odd) .sh-top-contents-box-inner1 {
  margin-right: 0px;
}
.sh-top-contents-allbox .sh-top-contents-box:nth-child(even) .sh-top-contents-box-inner1 {
  margin-left: 0px;
}

.sh-top-contents-box-inner1 {
  width: 100%;
  max-width: 100%;
}
.sh-top-contents-box-inner2 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 5px 10px 10px;
}
.sh-top-contents-image img {
  margin-top: -30px;
}
  .sh-top-contents-linkbutton {
    font-size: 16px;
  }

}



@media only screen and (max-width: 600px){
	.sh-image-offset img {
		margin-top:-10%;
	}
	.sh-top-contents-box .pure-u-1-2 {
		width:100%;
	}
	/*.sh-top-contents-image {
		display:block;
		width:100%;
		height:180px;
		opacity:0.5;
	}
  .sh-top-contents-image img {
    width: 180%;
    position: relative;
    left: -10px;
  }*/

}




/*COVID-19 Attention*/
.sh-attention-box {
    box-sizing: border-box;
    font-size: 14px;
    border: 3px solid #aa0000;
    padding: 12px 20px;
}
.sh-attention-box-inner p {
    color: #aa0000;
}

.sh-attention-box div ul {
    padding-left: 20px;
}
.sh-attention-box div ul li {
    list-style-type: disc;
}
.sh-attention-comment {
    margin: 5px 4px 20px 0;
    font-size: 12px;
}
.sh-attention-comment span {
    display: inline-block;
    padding-left: .8em;
    text-indent: -.8em;
    letter-spacing: -1.2px;
}

.sh-attention-text1 {
  font-size: 20px;
  padding: 5px 0;
}
.sh-attention-text2 {
  font-size: 22px;
  padding: 10px 0;
  border-top: 1px solid #333;
  margin-top: 10px;
}
.sh-attention-detailbox {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 2;
}
.sh-attention-detailbox-text1 {
  font-size: 20px;
  text-align: center;
  padding: 5px;
  border:1px solid #333;
  margin-bottom: 20px;
}
.sh-attention-detailbox ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.sh-attention-detailbox ul li {
    list-style-type: disc;
}
.sh-attention-detailbox ol {
    padding-left: 20px;
}
.sh-attention-detailbox ol li {
    list-style-type: decimal;
}

.sh-attention-box-inner a ,
.sh-attention-box-inner a:link ,
.sh-attention-box-inner a:visited {
  color: #aa0000;
}

.sh-attention-box-inner .sh-attention-pict-box {
  text-align: center;
}
.sh-attention-pict-box p {
  width: 18%;
  max-width: 150px;
  display: block;
  margin: 10px 3.5%;
  float: left;
}
.sh-attention-pict-box2 p {
  width: 29.07%;
  max-width: 250px;
  display: block;
  padding: 10px 10.465%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sh-attention-box {
      text-align: center;
      margin-left: 10px;
      margin-right: 10px;
  }
  .sh-attention-box span {
      display: block;
      margin:0 auto;
  }
  .sh-attention-box div {
      display: block;
      margin-top: 10px;
      padding-left: 0px;
      text-align: left;
  }
  .sh-attention-comment {
      margin-left: 10px;
      margin-right: 10px;
  }
  .sh-attention-comment span {
      letter-spacing: 0.5px;
  }

  .sh-attention-detailbox {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .sh-attention-detailbox-text1 {
    font-size: 16px;
  }  
  .sh-attention-text2 {
    font-size: 18px;
  }
  .sh-attention-pict-box p {
  }
}


/* モーダルダイアログ */
.sh-modal-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10001;

}
.sh-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .5;
}
.sh-modal-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 90%;
  max-width: 810px;
  height: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-bottom: 15px;
  background-color: #fff;
  /*-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);*/
}
.sh-modal-body.sh-modal-body-detail {
    background-color: rgba(0 ,0 ,0 ,0);
}
.sh-modal-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 5px;
  left: 0;
  text-align: right;
}
.sh-modal-close {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 60px;
  text-align: right;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  cursor: pointer;
}
.sh-modal-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .sh-modal-body {
      height: 92%;
      padding-bottom: 5px;
  }
  .sh-modal-header {
  }
  .sh-modal-close {
    transform: scale(0.7);
  }
}


/* 6つの決め手 */
.sh-top-factor-bg-box {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #f1efe6;
}
.sh-top-factor-box {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.sh-top-factor-imgbox1 {
  width: 57.7%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sh-top-factor-text {
  font-size: 17px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  background-color: #fff;
  padding:20px 20px;
  min-height: 125px;
}
.sh-top-factor-caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 13px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;
}
.sh-top-factor-box .pure-g {
    margin: 0 -20px;
}
.sh-top-factor-box .pure-g > div {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 40px;
}
html.no-touch .sh-top-factor-box a:hover img {
  opacity: 0.9;
}

.sh-factor-link-btn a {
    display: block;
    background-color: #a59d81;
    color: #fff;
    font-size: 18px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
    text-align: center;
    padding: 6px 10px;
}
.sh-factor-link-btn a span {
    display: inline-block;
    padding-left: 20px;
    font-size: 22px;
}
html.no-touch .sh-factor-link-btn a:hover {
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sh-top-factor-box .pure-g {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .sh-top-factor-imgbox1 {
    width: 100%;
  }

}


/* WEB相談予約 */
.sh-modal-body.sh-modal-body-Online {
  max-width: 1100px;
  height: 80%;
}
.sh-top-web-box {
  /*max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;*/
}
.sh-top-web-imgbox1 {
  width: 57.7%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sh-top-web-bg-box1 {
  padding-top: 15px;
  padding-bottom: 5px;
}
.sh-top-web-bg-box2 {
  background-color: #fff;
}
.sh-top-web-bg-box2 p {
  width: 38%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.sh-top-web-title {
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  line-height: 40px;
}
.sh-top-web-title span {
  width: 16.6%;
  max-width: 120px;
  display: inline-block;
  margin-right: 10px;
}
.sh-top-web-text {
  text-align: center;
  font-size: 17px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
}
.sh-top-web-text.TL {
  text-align: left;
}
.sh-top-web-caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 13px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;
}
.sh-top-web-box .pure-g {
    margin: 0 -20px;
    background-color: #6cc0c8;
}
.sh-top-web-box .pure-g > div {
    box-sizing: border-box;
    padding: 0 20px;
}
.sh-top-web-box a ,
.sh-top-web-box a:link ,
.sh-top-web-box a:visited {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #fff;
}
html.no-touch .sh-top-web-box a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.9;
}

hr {
  border-bottom: 1px solid #ccc;
  border-top: none;
}

@media screen and (max-width: 767px) {
    .sh-modal-body.sh-modal-body-Online {
        width: 96%;
    }
    .sh-top-web-box .pure-g {
      width: 94%;
      margin-left: auto;
      margin-right: auto;
    }
    .sh-top-web-imgbox1 {
    width: 100%;
    }
    .sh-top-web-title {
    font-size: 19px;
    line-height: 1.5;
    }
    .sh-top-web-title span {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    }
    .sh-top-web-text {
    text-align: left;
    }
    .sh-top-web-bg-box1 {
    padding-top: 0;
    padding-bottom: 15px;
    }
    .sh-top-web-bg-box2 p {
    width: 100%;
    }
    .sh-top-web-box .pure-g > div {
    padding-top: 15px;
    }
    .sh-top-web-box .pure-g > div:nth-child(3n) {
    padding-bottom: 15px;
    }

}


/* 初めての方はこちら */
.sh-top-banner-bg-box {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f1efe6;
}
.sh-top-banner-bg-box .sh-top-banner-box .hide-smp.MB30 {
    margin-bottom: 30px;
}
.sh-top-banner-title1 {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    font-size: 26px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
}
.sh-top-banner-title1:before,
.sh-top-banner-title1:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #333; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}

@media screen and (max-width: 767px) {
    .sh-top-banner-bg-box {
        padding-bottom: 10px;
    }
    .sh-top-banner-title1 {
        display: block;
        font-size: 20px;
        text-align: center;
        padding: 0 10px;
    }
    .sh-top-banner-title1:before,
    .sh-top-banner-title1:after {
        display: none;
    }
}



/* slick slide 230801 */
.sh-slide-box .slick-slide {
  width: 630px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.sh-slide-box .slick-slide > div {
    margin-bottom: 20px;
}
.sh-slide-box .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-slide-box .slick-arrow {
  width: 40px;
  height: 120px;
  background-color: rgb(224, 129, 43, 0.8);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.sh-slide-box .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(45deg);
}
.sh-slide-box .slick-next {
  transform: translate(840%, -60%);
}
.sh-slide-box .slick-prev {
  transform: translate(-940%, -60%);
}
.sh-slide-box .slick-next::before {
}
.sh-slide-box .slick-prev::before {
  border-width: 0 0 3px 3px;
  transform: translate(-30%, -50%) rotate(45deg);
}

@media screen and (max-width: 1000px) {
  .sh-slide-box .slick-slide {
    width: 63%;
    max-width: 630px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sh-slide-box .slick-slide {
    width: 80%;
    max-width: 500px;
    margin: 0 30px;
  }
  .sh-slide-box .slick-arrow {
    width: 30px;
    height: 60px;
  }
  .sh-slide-box .slick-next {
    transform: translate(0%, -70%);
    left: initial;
    right: 1%;
  }
  .sh-slide-box .slick-prev {
    transform: translate(0%, -70%);
    left: 1%;
  }

}

@media screen and (max-width: 600px) {
  .sh-slide-box .slick-slide {
    max-width: 300px;
  }

}


/* バナーのNEW、UPDATE　表示 */
.sh-bnr-limited {
    display: none;
}
.sh-bnr-new-text {
    position: absolute;
    padding: 3px 5px;
    top: 0%;
    right: 0%;
    font-size: 14px;
    line-height: 1;
    background-color: #E47129;
    color: #FFF;
    letter-spacing: 1px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    animation: blinking 1s ease-in-out infinite alternate;
} 
@keyframes blinking {
    0% {opacity: 0;}
    30% {opacity: 1;}
    100% {opacity: 1;}
}


