/*
* YUKOYUKO NET LP
* style.css
*
*/

@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}


/* --------------------------------
   □ body
-------------------------------- */
main>section.contents {
  overflow: hidden;
  font-size: 19px;
  font-size: 1.9rem;

  /* ゴシック */
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;

  background: #ffffff url(https://static.yukoyuko.net/aso/story_20190405/background1.jpg) 50% 157px no-repeat;

  color: #333;
}

main>section.contents h1,
main>section.contents h2,
main>section.contents h3,
main>section.contents h4,
main>section.contents h5,
main>section.contents h6 {
  font-weight: 500;
}

main>section.contents em {
  font-style: normal;
}

main>section.contents .gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

main>section.contents .serif {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

main>section.contents>section,
main>section.contents>.chapter,
main>section.contents>.wide .container {
  width: 1080px;
  margin: 0 auto 0 auto;
  text-align: left;
  box-sizing: border-box;
}

main>section.contents>section.wide,
main>section.contents>.chapter.wide {
  width: 100%;
}


main>section.contents section:after,
main>section.contents .chapter:after {
  clear: both;
  display: block;
  content: "";
}

/* --------------------------------
   □ ボタンスタイル
-------------------------------- */
main>section.contents .buttonStyle {
  text-align: center;
}

main>section.contents .buttonStyle a,
main>section.contents .buttonStyle>span {
  display: inline-block;
  padding: 29px 40px;
  color: #fff;
  background: #5a938f;
  text-decoration: none;
  transition: all 300ms 0s ease;
  line-height: 1.1;
}

main>section.contents .buttonStyle a:hover,
main>section.contents .buttonStyle>span:hover {
  background: #497a77;

}

main>section.contents .buttonStyle a span,
main>section.contents .buttonStyle>span span {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 2.0rem;
  font-size: 20px;
  line-height: 1.1;
  background: url(https://static.yukoyuko.net/aso/story_20190405/button-arrow.png) 100% 50% no-repeat;
  padding: 0 30px 0 0;
}

/* --------------------------------
   □ accent
-------------------------------- */
main .accent {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 650px;
}

main .accent h1 {
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #fff url(https://static.yukoyuko.net/aso/story_20190405/accent.jpg) 50% 50% no-repeat;
  background-size: cover;
}

main .accent h1 img {
  transition: all 300ms 0s ease;
}

/* --------------------------------
   □ intro
-------------------------------- */
main .intro {
  position: relative;
  padding: 91px 0 432px 0;
  background: url(https://static.yukoyuko.net/aso/story_20190405/background1.jpg) 50% 100% no-repeat;
}

main .intro h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 23px;
  font-size: 35px;
  font-size: 3.5rem;
  color: #666666;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;

}

main .intro .container>.text {
  margin-bottom: 81px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.8;
  text-align: center;
  color: #666666;
}

/* --------------------------------
   □ appeal
-------------------------------- */
main .intro .appeal {
  margin-bottom: 75px;
}

main .intro .appeal:last-child {
  margin-bottom: 0;
}

main .intro .appeal:after {
  clear: both;
  display: block;
  content: "";
}

main .intro .appeal .container {
  display: table;
  position: relative;
  background: #625f58 0 0 no-repeat;
  color: #fff;
  height: 397px;
}

main .intro .appeal .container .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 45px;
  text-shadow:
    rgba(0, 0, 0, 1) 0px 0px 7px;
}

main .intro .appeal .container:after {
  clear: both;
  display: block;
  content: "";
}

main .intro .appeal .container h3 {
  position: absolute;
  left: 67px;
  top: -35px;
}

main .intro .appeal .container dl.text dt {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 19px;
  line-height: 1.5;
}

main .intro .appeal .container dl.text dd {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}

/* --------------------------------
   □ appeal-onsen
-------------------------------- */
#appeal-onsen .container {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/appeal-onsen.jpg);
}

#appeal-onsen .container .inner {
  padding-left: 535px;
}

/* --------------------------------
   □ appeal-beauty
-------------------------------- */
#appeal-beauty {
  margin-bottom: 143px;
}

#appeal-beauty .container {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/appeal-beauty.jpg);
}

#appeal-beauty .container h3 {
  position: absolute;
  left: inherit;
  right: 67px;
  top: -35px;
}

#appeal-beauty .container .inner {
  padding-right: 535px;
}

/* --------------------------------
   □ attraction
-------------------------------- */
main .attraction {
  position: relative;
}

main>section.contents>.wide .attraction .container {
  box-sizing: border-box;
  width: 1260px;
  padding: 0 90px;
  background: 50% 0 no-repeat;
}

main .attraction:before,
main .attraction:after {
  display: block;
  content: "";
  position: absolute;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}


main .attraction h3 {
  position: relative;
  text-align: center;
  top: -48px;
  margin-bottom: 2px;
}

main .attraction dl.text {
  margin-bottom: 85px;
}

main .attraction dl.text dt {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 20px;
  padding-bottom: 23px;
  line-height: 1.5;
  background: url(https://static.yukoyuko.net/aso/story_20190405/onsen-line.png) 50% 100% no-repeat;
}

main .attraction dl.text dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

/* --------------------------------
	   □ section
	-------------------------------- */
main .attraction .section {
  clear: both;
  margin-bottom: 20px;
}

main .attraction .section .explain {
  padding-top: 60px;
  float: left;
  width: 500px;
}

main .attraction .section .explain h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 28px;
  color: #5a938f;
}

main .attraction .section .explain p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 0;
}

main .attraction .section p.image {
  float: right;
  margin: 0;
}

main .attraction .section.even .explain {
  float: right;
}

main .attraction .section.even p.image {
  float: left;
}

/* --------------------------------
	   □ ul.items
	-------------------------------- */
main .attraction ul.items {
  overflow: hidden;
  margin-left: -43px;
  margin-right: -15px;
}

main .attraction ul.items:before {
  clear: both;
  content: "";
  display: block;
}

main .attraction ul.items li {
  float: left;
  width: 524px;
  margin-left: 45px;
  margin-bottom: 45px;
}

main .attraction ul.items li dl dt {
  margin-bottom: 14px;
}

main .attraction ul.items li dl dt span {
  display: block;
  text-align: center;
  margin-top: 11px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 500;
  color: #809658;
}


main .attraction ul.items li dl dd {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #666666;
}

/* --------------------------------
   □ onsen
-------------------------------- */
#onsen .container {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/onsen-background.jpg);
  background-color: #eef5f4;
  margin-bottom: 125px;
}

#onsen .section:last-child {
  position: relative;
  top: -85px;
}

#onsen .section:last-child .explain {
  padding-top: 103px;
}

#onsen:before {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/onsen-decoration1.png);
  width: 297px;
  height: 380px;
  top: 88px;
  left: 0;
}

#onsen:after {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/onsen-decoration2.png);
  width: 219px;
  height: 285px;
  bottom: -30px;
  right: 0;
}

/* --------------------------------
   □ beauty
-------------------------------- */
#beauty .container {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/beauty-background.jpg);
  background-color: #ebf0e3;
  border-bottom: 1px solid #ebf0e3;
  padding-bottom: 30px;
}

#beauty .container:before {
  clear: both;
  content: "";
  display: block;
}

#beauty dl.text dt {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/beauty-line.png);
}

#beauty:before {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/beauty-decoration1.png);
  width: 402px;
  height: 398px;
  top: -40px;
  right: 0;
}

#beauty:after {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/beauty-decoration2.png);
  width: 180px;
  height: 189px;
  bottom: 270px;
  left: 0;
}


/* --------------------------------
   □ message
-------------------------------- */
main .intro p.message {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.8;
  font-weight: 500;
  color: #666666;

  text-align: center;
  padding: 94px 0;
  background: url(https://static.yukoyuko.net/aso/story_20190405/intro-message-decoration.png) 50% 100% no-repeat;
}

/* --------------------------------
   □ case
-------------------------------- */
main .case {
  position: relative;
  padding-bottom: 103px;
}

main .case:last-child {
  padding-bottom: 0;
}

main .case .leading {
  position: relative;
  display: table;
  width: 100%;

  height: 499px;
  margin-bottom: 0px;
  background: url(https://static.yukoyuko.net/aso/story_20190405/case1-background.jpg) 0 50% no-repeat;
  background-size: 100% auto;
}

main .case .leading .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 100px;
}

main .case .leading h3,
main .case .leading p {
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 300;

  text-shadow:
    rgba(0, 0, 0, 1) 0px 0px 7px;

}

main .case .leading h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 37px;
}

main .case .leading:before {
  position: absolute;
  top: 70px;
  left: 50%;
  background: url(https://static.yukoyuko.net/aso/story_20190405/case1.png) 0 0 no-repeat;
  width: 111px;
  height: 50px;
  margin-left: -55px;
  background-size: 100% auto;
  content: "";
}


main .case .itemWrap {
  margin-top: 0;
}

main .case .item {
  position: relative;
  margin-bottom: 120px;
}

main .case .item:first-child {
  margin-top: -169px;
}

main .case .item:last-child {
  margin-bottom: 0;
}

main .case .item .article {
  padding: 40px 80px;
}

main .case .item>p.image img {
  transition: all 300ms ease;
}

main .case .item>p.image a:hover img {
  opacity: 0.8;
}

main .case .item h4 {
  position: absolute;
  top: -46px;
  left: 50px;
  text-align: center;
  margin-bottom: 26px;
}

main .case .item h4 a {
  text-decoration: none;
  padding-bottom: 2px;
  line-height: 1.2;
}

main .case .item h4 a:hover {
  text-decoration: underline;
}

main .case .item .article .maintext {
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #555555;
}

main .case .item .point {
  overflow: hidden;
  background: #f2f3f5;
  margin-bottom: 30px;
}

main .case .item .point>.image {
  float: left;
}

main .case .item .point>dl.text {
  float: right;
  width: 570px;
  margin-right: 25px;
  padding-top: 43px;
}

main .case .item .point>dl.text dt {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #5a938f;
  margin-bottom: 12px;
}

main .case .item .point>dl.text dd {
  line-height: 1.8;
  font-size: 17px;
  font-size: 1.7rem;
  color: #555555;
}

main .case .item .feature {
  overflow: hidden;
  background: #f2f3f5;
  margin-bottom: 60px;
}

main .case .item .feature>.image {
  float: right;
}

main .case .item .feature>dl.text {
  float: left;
  width: 494px;
  margin-left: 25px;
  padding-top: 43px;
}

main .case .item .feature>dl.text dt {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #5a938f;
  margin-bottom: 12px;
}

main .case .item .feature>dl.text dd {
  line-height: 1.8;
  font-size: 17px;
  font-size: 1.7rem;
  color: #555555;
}

main .case .item p.buttonStyle a {
  width: 70%;
}


/* --------------------------------
   □ case1
-------------------------------- */
main #case1 {
  margin-top: -364px;
  background: url(https://static.yukoyuko.net/aso/story_20190405/background3.jpg) 180% 0 no-repeat;
}

main #case1 .leading {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/case1-background.jpg);
}

main #case1 .leading:before {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/case1.png);
}

/* --------------------------------
   □ case2
-------------------------------- */
main #case2 {
  background: url(https://static.yukoyuko.net/aso/story_20190405/background2.jpg) -80% 300px no-repeat;
}


main #case2 .leading {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/case2-background.jpg);
}

main #case2 .leading:before {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/case2.png);
}

/* --------------------------------
   □ case3
-------------------------------- */
main #case3 {
  background: url(https://static.yukoyuko.net/aso/story_20190405/background3.jpg) 180% 0 no-repeat;
  padding-bottom: 0;
}

main #case3 .leading {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/case3-background.jpg);
}

main #case3 .leading:before {
  background-image: url(https://static.yukoyuko.net/aso/story_20190405/case3.png)
}


/* 1280px以上
-------------------------------------------- */
@media only screen and (min-width: 1280px) {

  main .accent h2 img {}

}

/* 1480px以上
-------------------------------------------- */
@media only screen and (min-width: 1480px) {

  main .accent h2 img {}

}


/* --------------------------------
   □ スマートフォン用の記述
-------------------------------- */
.pc {}

.sp,
span.textized,
br.spOnly {
  display: none;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {

  /* =================================
   ■ 共通指定
================================== */

  body {
    min-width: auto;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  body .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  span.textized {
    display: inline;
  }

  br.spOnly {
    display: inline-block;
  }

  br.pcOnly {
    display: none;
  }


  .txtimg {
    display: none;
  }

  /* --------------------------------
   □ 大枠
-------------------------------- */
  main>section.contents {
    padding: 0;
    overflow: hidden;
    background-size: 130% auto;
  }

  main>section.contents>section,
  main>section.contents>.chapter,
  main>section.contents>.wide .container {
    font-size: 100%;
    width: auto;
  }

  main>section.contents>section.wide,
  main>section.contents>.chapter.wide {
    width: auto;
  }


  /* --------------------------------
   □ ボタンスタイル
-------------------------------- */
  main>section.contents .buttonStyle a,
  main>section.contents .buttonStyle>span {
    position: relative;
    width: 100%;
    padding: 8px 10px;
  }


  main>section.contents .buttonStyle a span,
  main>section.contents .buttonStyle>span span {
    display: block;
    font-size: 1.8rem;
    font-size: 18px;
  }

  /* --------------------------------
   □ accent
-------------------------------- */
  main .accent {
    height: 240px;
    margin: 0;
    background-image: url(https://static.yukoyuko.net/aso/story_20190405/accent.jpg);
    background-position: 50% 0;
    background-size: cover;
  }

  main .accent h1 {
    margin: 0;
    background: none;
  }

  main .accent h1 img {
    width: 60%;
    margin-bottom: 0;
  }

  /* --------------------------------
   □ intro
-------------------------------- */
  main .intro {
    position: relative;
    padding: 9% 3% 23% 3%;
    background-size: 130% auto;
  }

  main .intro h2 {
    margin-bottom: 4%;
    font-size: 24px;
    font-size: 2.4rem;
  }

  main .intro .container>.text {
    margin-bottom: 8%;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    text-align: left;
  }

  /* --------------------------------
   □ appeal
-------------------------------- */
  main .intro .appeal {
    margin-bottom: 9%;
  }

  main .intro .appeal .container {
    height: auto;
    background-size: auto 100%;
  }

  main .intro .appeal .container .inner {
    padding: 3% 4%;

    text-shadow:
      rgba(0, 0, 0, 1) 0px 0px 7px, rgba(0, 0, 0, 1) 0px 0px 7px, rgba(0, 0, 0, 0.2) 0px 0px 7px;
  }

  main .intro .appeal .container h3 {
    position: absolute;
    left: 3%;
    top: -3%;
  }

  main .intro .appeal .container h3 img {
    width: 55%;
  }

  main .intro .appeal .container dl.text dt {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 2%;
    margin-left: 20%;
  }

  main .intro .appeal .container dl.text dd {
    font-size: 17px;
    font-size: 1.7rem;
  }


  /* --------------------------------
   □ appeal-onsen
-------------------------------- */
  #appeal-onsen .container .inner {
    padding: 3% 4%;
  }

  /* --------------------------------
   □ appeal-beauty
-------------------------------- */
  #appeal-beauty {
    margin-bottom: 14%;
  }

  #appeal-beauty .container h3 {
    left: inherit;
    right: 3%;
    top: -3%;
    text-align: right;
  }

  #appeal-beauty .container .inner {
    padding: 3% 4%;
  }

  #appeal-beauty .container dl.text dt {
    margin-right: 20%;
    margin-left: 0;
  }


  /* --------------------------------
   □ attraction
-------------------------------- */
  main .attraction {
    position: relative;
  }

  main>section.contents>.wide .attraction .container {
    width: auto;
    padding: 0 4%;
    background-size: 100% auto;
  }

  main .attraction h3 {
    top: -10px;
    margin-bottom: 2px;
  }

  main .attraction h3 img {
    width: 20%;
  }

  main .attraction dl.text {
    margin-bottom: 8%;
  }

  main .attraction dl.text dt {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 2%;
    padding-bottom: 2%;
    text-align: center;
  }

  main .attraction dl.text dd {
    font-size: 17px;
    font-size: 1.7rem;
  }

  /* --------------------------------
	   □ section
	-------------------------------- */
  main .attraction .section {
    margin-bottom: 2%;
  }

  main .attraction .section .explain {
    padding-top: 6%;
    float: none;
    width: auto;
  }

  main .attraction .section .explain h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 3%;
    text-align: center;
  }

  main .attraction .section .explain p {
    margin: 0;
  }

  main .attraction .section p.image {
    float: none;
    margin-top: 4%;
  }

  main .attraction .section.even .explain {
    float: none;
  }

  main .attraction .section.even p.image {
    float: none;
  }

  /* --------------------------------
	   □ ul.items
	-------------------------------- */
  main .attraction ul.items {
    margin-left: 0;
    margin-right: 0;
  }

  main .attraction ul.items li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 4.5%;
  }

  main .attraction ul.items li dl dt {
    margin-bottom: 5px;
  }

  main .attraction ul.items li dl dt span {
    margin-top: 5px;
    font-size: 20px;
    font-size: 2.0rem;
  }

  /* --------------------------------
   □ onsen
-------------------------------- */
  #onsen .container {
    margin-bottom: 12%;
  }

  #onsen .section:last-child {
    top: 0;
  }

  #onsen .section:last-child .explain {
    padding-top: 0;
  }

  #onsen:before {
    width: 30%;
    height: 38vh;
    top: 0;
    left: -3.2%;
  }

  #onsen:after {
    width: 30%;
    height: 28vh;
    bottom: -30px;
    right: -3.2%;
  }

  /* --------------------------------
   □ beauty
-------------------------------- */
  #beauty .container {
    padding-bottom: 3%;
  }

  #beauty:before {
    width: 35%;
    height: 28vh;
    top: -20px;
    right: -3.2%;
  }

  #beauty:after {
    width: 20%;
    height: 18vh;
    bottom: 50vh;
    left: -3.2%;
  }

  /* --------------------------------
   □ message
-------------------------------- */

  main .intro p.message {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 0 4% 0 4%;
    padding: 9% 0 40px 0;
    background-size: 8% auto;
  }


  /* --------------------------------
   □ case
-------------------------------- */
  main>section.contents .case {
    position: relative;
    padding-bottom: 0%;
    margin-bottom: 6%;
  }

  main .case .leading {
    overflow: visible;
    height: auto;
    margin: 0 0 4% 0;

    background: none !important;
  }

  main .case .leading:before {
    top: 20px;
    width: 20%;
    height: 5vh;
    margin-left: -10%;
    background-size: 100% auto;
    content: "";
    z-index: 1;
  }

  main .case .leading .inner {
    position: relative;
    box-sizing: border-box;
    height: 200px;
    padding: 30px 4%;
    width: 100%;
    background: 50% 100% no-repeat;
    background-size: cover;
  }

  main .case .leading h3 {
    display: table;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.3;
    letter-spacing: 0;
    width: 100%;
  }

  main .case .leading h3 span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.3em;
  }


  main .case .itemWrap {
    margin-top: 0;
    padding: 0 3%;
  }

  main .case .item {
    margin-bottom: 12%;
  }

  main .case .item:first-child {
    position: relative;
    top: -39px;
    margin-top: 0;
  }

  main .case .item:last-child {
    margin-bottom: 0;
  }

  main .case .item .article {
    padding: 40px 80px;
  }


  main .case .item>.image {
    margin: 0;
  }

  main .case .item .article {
    padding: 5% 1%;
    margin: 0;
  }

  main .case .item h4 {
    position: static;
    text-align: center;
    margin-bottom: 5.6%;
    padding-bottom: 2%;
    border-bottom: 1px solid #555;
  }

  main .case .item h4 a {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 18px;
  }

  main .case .item .article p.maintext {

    margin-bottom: 3%;
  }

  main .case .item .point {
    margin-bottom: 4%;
  }

  main .case .item .point>.image {
    float: none;
    text-align: center;
  }

  main .case .item .point>.image img {
    width: 100%;
  }

  main .case .item .point>dl.text {
    float: none;
    width: auto;
    margin-right: 0;
    padding: 4% 3%;
  }

  main .case .item .point>dl.text dt {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 3%;
    text-align: center;
  }


  main .case .item .feature {
    overflow: hidden;
    background: #f2f3f5;
    margin-bottom: 6%;
  }

  main .case .item .feature>.image {
    float: none;
    text-align: center;
  }

  main .case .item .feature>.image img {
    width: 100%;
  }

  main .case .item .feature>dl.text {
    float: none;
    width: auto;
    margin-left: 0;
    padding: 4% 3%;
  }

  main .case .item .feature>dl.text dt {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 3%;
    text-align: center;
  }

  main .case .item p.buttonStyle a {
    width: 100%;
  }


  /* --------------------------------
   □ case1
-------------------------------- */
  main #case1 {
    margin-top: -64px;
    background-position: -130% 80px;
    background-size: 130% auto;
  }

  main #case1 .leading {
    margin-top: 0;
  }

  main #case1 .leading .inner {
    background-image: url(https://static.yukoyuko.net/aso/story_20190405/case1-background.jpg);
  }

  /* --------------------------------
   □ case2
-------------------------------- */
  main #case2 {
    background-position: 130% 80px;
    background-size: 130% auto;
  }

  main #case2 .leading .inner {
    background-image: url(https://static.yukoyuko.net/aso/story_20190405/case2-background.jpg);
  }

  /* --------------------------------
   □ case3
-------------------------------- */
  main #case3 {
    background-position: -130% 80px;
    background-size: 130% auto;
  }

  main #case3 .leading .inner {
    background-image: url(https://static.yukoyuko.net/aso/story_20190405/case3-background.jpg);
  }

}


/* --------------------------------
   □ その他の温泉ストーリー
-------------------------------- */

main>section.contents>.pageBlock-special {
  margin-top: 100px;
}

main>section.contents>.pageBlock-special h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width:767px) {


  main>section.contents>.pageBlock-special {
    margin-top: 10%;
  }

  main>section.contents>.pageBlock-special h3 {
    margin-bottom: 3%;
    font-size: 21px;
    font-size: 2.1rem;
  }


}
