@charset "utf-8";
/*****************************************************************************
CSS only for page
*****************************************************************************/

#sections {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  color: #333;
}

/* Show
-----------------------------------------*/
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .PcShow {
    display: none;
  }
}
.SpShow {
  display: none;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .SpShow {
    display: inline-block;
  }
}

/* MainVisual
-----------------------------------------*/
.MainVisual {
  max-width: 1440px;
  margin: 0 auto;
}
.MainVisual img {
  max-width: 100%;
}
.MainVisual__wrapper {
  position: relative;
}
.MainVisual__link {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .MainVisual__link {
    bottom: 20px;
  }
}
.LinkBtn {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #F5AA1E;
  display: inline-block;
  position: relative;
  width: 520px;
  max-width: 100%;
  border-radius: 8px;
  padding: 19px 10px 38px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .LinkBtn {
    font-size: 14px;
    width: 260px;
    border-radius: 4px;
    padding: 10px 10px 19px;
  }
}
.LinkBtn::after {
  content: '';
  display: block;
  background: url(/sr_contents/shutoken/special/img/icon_arrow_anchor.svg) no-repeat center bottom / contain;
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 56px;
  height: 14px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .LinkBtn::after {
    bottom: 5px;
    width: 25px;
    height: 6px;
  }
}

.LinkBtn:link    { color: #FFF; text-decoration: none; }
.LinkBtn:visited { color: #FFF; text-decoration: none; }
.LinkBtn:hover   { color: #FFF; text-decoration: none; background-color: rgba(245, 170, 30, .8); }
.LinkBtn:focus   { color: #FFF; text-decoration: none; background-color: rgba(245, 170, 30, .8); }
.LinkBtn:active  { color: #FFF; text-decoration: none; background-color: rgba(245, 170, 30, .8); }

/* NewProduct
-----------------------------------------*/
.NewProduct {
  display: none;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .NewProduct {
    display: block;
    margin: 25px 10px 0;
  }

  .NewProduct__item {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #F5AA1E;
  }
  .NewProduct__tag {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    color: #FFF;
    background-color: #F5AA1E;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
  }

  .NewProduct__title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
  }
  .NewProduct__title span {
    display: inline-block;
    position: relative;
    padding: 0 6px;
  }
  .NewProduct__title span::before,
  .NewProduct__title span::after {
    content: '';
    position: absolute;
    top: 50%;
    top: calc(50% + 2px);
    width: 1px;
    height: 17px;
    height: 68%;
    background-color: #333;
  }
  .NewProduct__title span::before {
    left: 0;
    transform: skewX(30deg) translateY(-50%);
  }
  .NewProduct__title span::after {
    right: 0;
    transform: skewX(-30deg) translateY(-50%);
  }

  .NewProduct__text {
    text-align: center;
    flex: 1;
    padding-top: 10px;
  }
  .NewProduct__text p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    text-align: left;
    display: inline-block;
  }
  .NewProduct__img {
    width: 44.366%;
  }
}

/* AnchorNav
-----------------------------------------*/
.AnchorNav {
  padding: 70px 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorNav {
    padding: 35px 0 40px;
  }
}
.AnchorNav__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorNav__inner {
    margin: 0 10px;
  }
}
.AnchorNav__list {
  display: flex;
  gap: 0 2%;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorNav__list {
    display: block;
  }
}
.AnchorNav__item {
  width: 48%;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorNav__item {
    width: 100%;
  }
  .AnchorNav__item + .AnchorNav__item {
    margin-top: 15px;
  }
}
.AnchorNav__item a {
  text-align: center;
  background-color: #F5AA1E;
  display: block;
  position: relative;
  padding: 4px 4px 45px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorNav__item a {
    padding: 4px 4px 39px;
  }
}

.AnchorNav__item a:link    { color: #FFF; text-decoration: none; }
.AnchorNav__item a:visited { color: #FFF; text-decoration: none; }
.AnchorNav__item a:hover   { color: #FFF; text-decoration: none; opacity: .8; }
.AnchorNav__item a:focus   { color: #FFF; text-decoration: none; opacity: .8; }
.AnchorNav__item a:active  { color: #FFF; text-decoration: none; opacity: .8; }

.AnchorNav__item img {
  max-width: 100%;
  box-sizing: border-box;
}
.AnchorNav__item p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  padding: 17px 15px 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorNav__item p {
    font-size: 18px;
    padding: 17px 10px 0;
  }
}
.AnchorNav__item a::after {
  content: '';
  display: block;
  background: url(/sr_contents/shutoken/special/img/icon_arrow_anchor.svg) no-repeat center bottom / contain;
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 56px;
  height: 14px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorNav__item a::after {
    bottom: 20px;
    width: 45px;
    height: 11px;
  }
}

/* Detail
-----------------------------------------*/
.Detail__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.Detail__sec {
  padding: 70px 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Detail__sec {
    padding: 35px 0;
  }
}
.Detail__sec:last-of-type {
  padding-bottom: 100px;
}
.Detail__title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Detail__title {
    padding: 0 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Detail__title--small img {
    width: 68%;
  }
}
.Detail__title img {
  max-width: 100%;
  height: auto;
}

/* BgColor
-----------------------------------------*/
.BgColor01 {
  background-color: #F5BE32;
  background-image: radial-gradient(#F6C958 18%, transparent 20%), radial-gradient(#F6C958 18%, transparent 20%);
  background-size: 14px 14px; /* 976/66 */
  background-position: 0 0, 7px 7px;
}
.BgColor02 {
  background-color: #F5AA1E;
  background-image: radial-gradient(#F6B948 18%, transparent 20%), radial-gradient(#F6B948 18%, transparent 20%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
}

/* Column
-----------------------------------------*/
.Column__wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Column__wrapper {
    flex-direction: column;
  }
}
.Column__wrapper--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Column__wrapper--reverse {
    flex-direction: column-reverse;
  }
}
.Column__wrapper img {
  max-width: 100%;
  height: auto;
}
.Column__img {
  text-align: right;
  width: 50%;
}
.Column__wrapper--reverse .Column__img {
  text-align: left;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Column__img {
    text-align: center;
    width: auto;
    padding: 0 10px;
  }
}
.Column__body {
  width: 50%;
  position: relative;
  padding: 1.25% 0 0 1.875%;
  z-index: 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Column__body {
    width: auto;
    padding: 0 0 0 10px;
    margin-top: 20px;
  }
}
.Column__wrapper--reverse .Column__body {
  padding: 1.25% 1.875% 0 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Column__wrapper--reverse .Column__body {
    padding: 0 10px 0 0;
    margin-top: 0;
  }
}
.Column__thumb {
  z-index: 1;
}
.Column__text {
  background-color: #F5F5E6;
  width: calc(100% - 41px);
  position: relative;
  top: -41px;
  left: 0;
  border-radius: 14px;
  padding: 63px 35px 35px;
  margin-left: 5.8%;
  box-sizing: border-box;
  z-index: -1;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Column__text {
    width: calc(100% - 20px);
    top: -20px;
    border-radius: 7px 0 0 7px;
    padding: 40px 30px 20px;
    margin-left: 20px;
  }
}
.Column__wrapper--reverse .Column__text {
  margin:  0 41px 0 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Column__wrapper--reverse .Column__text {
    border-radius: 0 7px 7px 0;
    margin:  0 20px 0 0;
  }
}
.Column__text > p {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Column__text > p {
    font-size: 12px;
  }
}

/* Facility
-----------------------------------------*/
.Facility {
  max-width: 976px;
  margin: 22px auto 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility {
    margin: 22px 10px 0;
  }
}
.Facility__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility__list {
    display: block;
  }
}
.Facility__item {
  display: flex;
  flex-direction: column-reverse;
  width: 49%;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility__item {
    width: 100%;
  }
  .Facility__item + .Facility__item {
    margin-top: 25px;
  }
}
.Facility__body {
  background-color: #F5F5E6;
  height: 100%;
  border-radius: 14px;
  padding: 57px 35px 37px;
  margin-top: -37px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility__body {
    height: auto;
    border-radius: 7px;
    padding: 40px 25px 27px;
    margin-top: -26px;
  }
}
.Facility__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 14px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility__title {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
.Facility__title span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility__title span {
    padding-bottom: 10px;
  }
}
.Facility__title span::after {
  content: '';
  display: block;
  background-color: #F5AA1E;
  width: 72px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility__title span::after {
    width: 51px;
  }
}
.Facility__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 6px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility__lead {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.Facility__text {
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Facility__text {
    font-size: 12px;
  }
}
.Facility__img {
  z-index: 1;
}
.Facility__item img {
  max-width: 100%;
}

/* ImgList
-----------------------------------------*/
.ImgList {
  display: flex;
  width: 74%;
}
.ImgList--right {
  margin-left: auto;
}
.ImgList__item:nth-child(n+2) {
  margin-left: 12px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .ImgList__item:nth-child(n+2) {
    margin-left: 6px;
  }
}
.ImgList__item img {
  border-radius: 10px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .ImgList__item img {
    border-radius: 5px;
  }
}

/* Question
-----------------------------------------*/
.Question {
  padding: 0 10px;
  margin-top: 59px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Question {
    margin-top: 25px;
  }
}
.Question__wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Question__wrapper {
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 67px;
  }
}
.Question__content {
  background: url("/sr_contents/osaka/special/img/bg_question.png") no-repeat center center / contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 415px;
  position: relative;
  top: 0;
  right: -48.5px;
  z-index: 2;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Question__content {
    width: 74%;
    height: 129px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
.Question__area dt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 13px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Question__area dt {
    font-size: 14.5px;
  }
}
.Question__area dd {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Question__area dd {
    font-size: 11px;
  }
}
.Question__img {
  position: relative;
  top: 0;
  left: -48.5px;
  z-index: 1;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Question__img {
    width: 74%;
    position: static;
    margin: 0 0 0 auto;
  }
}
.Question__img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Question__img img {
    border-radius: 5px;
  }
}

/* NextBtn
-----------------------------------------*/
.NextBtn {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #F5AA1E;
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding: 18.5px 55px 18.5px 20px;
  box-sizing: border-box;
  transition: all .4s ease;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .NextBtn {
    font-size: 12px;
    padding: 13.5px 40px 13.5px 10px;
  }
}

.NextBtn:link    { color: #FFF; text-decoration: none; }
.NextBtn:visited { color: #FFF; text-decoration: none; }
.NextBtn:hover   { color: #FFF; text-decoration: none; }
.NextBtn:focus   { color: #FFF; text-decoration: none; }
.NextBtn:active  { color: #FFF; text-decoration: none; }

.NextBtn::after {
  content: '';
  background : url(/sr_contents/osaka/special/img/icon_arrow_white.png) no-repeat center bottom / contain;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all .4s ease;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .NextBtn::after {
    width: 23px;
    height: 5px;
    right: 12px;
  }
}
.NextBtn:hover {
  opacity: .8;
}
.NextBtn:hover:after{
  right: 0;
}

/* Reserve
-----------------------------------------*/
.Reserve {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Reserve {
    padding: 50px 0 45px;
  }
}
.Reserve__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Reserve__inner {
    margin: 0 10px;
  }
}
.Reserve__sec {
  background-color: #F5F5E6;
  border-radius: 14px;
  padding: 40px 35px;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Reserve__sec {
    border-radius: 7px;
    padding: 25px 10px;
    margin-top: 25px;
  }
}
.Reserve__sec + .Reserve__sec {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Reserve__sec + .Reserve__sec {
    margin-top: 20px;
  }
}
.Reserve__title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Reserve__title {
    font-size: 30px;
  }
}
.Reserve__subTitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Reserve__subTitle {
    font-size: 18px;
  }
}
.Reserve__online {
  text-align: center;
  margin-top: 20px;
}
.Reserve__online > .NextBtn {
  width: 520px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Reserve__online > .NextBtn {
    width: 100%;
  }
}
.Reserve__memo {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.4;
  margin-top: 8px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Reserve__memo span {
    font-size: 12px;
    margin-top: 14px;
  }
}
.Reserve__memo span {
  text-transform: uppercase;
  color: #E36767
}

/* BoxList
-----------------------------------------*/
.BoxList {
  margin-top: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .BoxList {
    margin-top: 20px;
  }
}
.BoxList__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.6% -1.6% 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .BoxList__wrapper {
    margin: 0 -3% -3% 0;
  }
}
.BoxList__item {
  background-color: #FFF;
  width: 23.4%;
  position: relative;
  border-radius: 14px;
  padding: 30px 20px 114px 20px;
  margin: 0 1.6% 1.6% 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .BoxList__item {
    width: 47%;
    border-radius: 7px;
    padding: 20px 10px 77px 10px;
    margin: 0 3% 3% 0;
  }
}
.BoxList__head {
  position: relative;
}
.BoxList__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .BoxList__title {
    font-size: 16px;
  }
}
.BoxList__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.4;
  text-transform: uppercase;
  color: #E36767;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .BoxList__label {
    font-size: 12px;
  }
}
.BoxList__body {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .BoxList__body {
    margin-top: 15px;
  }
}
.BoxList__body p {
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .BoxList__body p {
    font-size: 13px;
  }
}

.BoxList__body a:link    { color: #333; }
.BoxList__body a:visited { color: #333; }
.BoxList__body a:hover   { color: #333; }
.BoxList__body a:focus   { color: #333; }
.BoxList__body a:active  { color: #333; }

.BoxList__foot {
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .BoxList__foot {
    width: calc(100% - 20px);
    bottom: 25px;
  }
}
.BoxList__foot > .NextBtn {
  width: 100%;
}

/* Floating
-----------------------------------------*/
.Floating {
  position: fixed;
  bottom: 3%;
  right: 20px;
  z-index: 99;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Floating {
    bottom: 2%;
    right: 10px;
  }
}
.CircleBtn {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  background-color: #FF6600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 184px;
  padding: 15px;
  border-radius: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CircleBtn {
    font-size: 16px;
    width: 118px;
    height: 118px;
    padding: 10px;
  }
}

.CircleBtn:link    { color: #FFF; text-decoration: none; }
.CircleBtn:visited { color: #FFF; text-decoration: none; }
.CircleBtn:hover   { color: #FFF; text-decoration: none; opacity: .8;}
.CircleBtn:focus   { color: #FFF; text-decoration: none; }
.CircleBtn:active  { color: #FFF; text-decoration: none; }

.CircleBtn span {
  display: inline-block;
  position: relative;
}
.CircleBtn span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CircleBtn span::after {
    bottom: -20px;
  }
}