/*
* 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: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  background: #ffffff url(https://static.yukoyuko.net/aso/yado1_kaga/background.png) 0 0 repeat;

  color: #191919;
}

main>section.contents ul li,
main>section.contents dl dd,
main>section.contents p {
  line-height: 1.8;
}

section.contents h1,
section.contents h2,
section.contents h3,
section.contents h4,
section.contents h5,
section.contents h6 {
  font-weight: 500;
  line-height: 1.3;
}

main>section.contents .vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

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 .en {
  font-family: 'Montserrat', sans-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 {
  box-sizing: border-box;
  display: inline-block;
  width: 70%;
  padding: 18px 25px;
  color: #a71822;
  font-weight: 600;
  border: 1px solid #a71822;
  border-radius: 80px;
  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: #a71822;
  color: #fff;
}

main>section.contents .buttonStyle a span,
main>section.contents .buttonStyle>span span {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 2.2rem;
  font-size: 22px;
  line-height: 1.1;
  padding: 0 20px 0 0;
}

main>section.contents .buttonStyle a span:before,
main>section.contents .buttonStyle>span span:before {
  position: absolute;
  top: 50%;
  right: 1%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-top: solid 1px #a71822;
  border-right: solid 1px #a71822;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  transition: all 300ms 0s ease;
}

main>section.contents .buttonStyle a:hover span:before,
main>section.contents .buttonStyle>span:hover span:before {
  right: 0;
  border-top-color: #fff;
  border-right-color: #fff;
}


main>section.contents .buttonStyle.red a,
main>section.contents .buttonStyle.red>span {
  color: #fff;
  border: 1px solid #a91f28;
  background-color: #a91f28;
}

main>section.contents .buttonStyle.red a:hover,
main>section.contents .buttonStyle.red>span:hover {
  background-color: #811a21;
  border-color: #811a21;
}

main>section.contents .buttonStyle.red a span:before,
main>section.contents .buttonStyle.red>span span:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

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

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

main .accent h1 {
  margin-bottom: 95px;
}


/* --------------------------------
   □ intro
-------------------------------- */
main .intro {
  position: relative;
  padding: 69px 0 70px 0;
  background: #fff url(https://static.yukoyuko.net/aso/yado1_kaga/background-head.png) 50% 100% repeat-x;
}

main .intro h2 {
  margin-bottom: 77px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;

}

/* -----------------------------
   □ recommend
-------------------------------- */
main .intro dl.recommend {
  margin: 0 135px 68px 135px;
}

main .intro dl.recommend>dt {
  margin-bottom: 35px;
  text-align: center;
  background: url(https://static.yukoyuko.net/aso/yado1_kaga/recommend-line.png) 50% 50% no-repeat;
}

main .intro dl.recommend>dt span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  transform: skewX(-26deg);
}

main .intro dl.recommend>dt span em {
  display: block;
  transform: skewX(26deg);
}

main .intro dl.recommend>dd {
  text-align: center;
}

main .intro dl.recommend dd .box {
  display: table;
  margin: 0 auto;
}

main .intro dl.recommend dd .box>* {
  display: table-cell;
  vertical-align: middle;
}

main .intro dl.recommend dd .box ul li {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
}

main .intro dl.recommend dd .box p.image {
  padding: 0 0 0 31px;

}

/* -----------------------------
	   □ plan
	-------------------------------- */
main .intro dl.plan>dt {
  margin-bottom: 47px;
}

main .intro dl.plan>dd p.text {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 41px;
}

main .intro dl.plan>dd>dl.price {
  margin: 0 -71px;
}

main .intro dl.plan>dd>dl.price dt {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1.3;
}

main .intro dl.plan>dd>dl.price dt em {
  background: linear-gradient(transparent 60%, #fff799 0%);
}

main .intro dl.plan>dd>dl.price dd {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1.4;
}

main .intro dl.plan>dd>dl.price dd em {
  font-size: 70px;
  font-size: 7.0rem;
  color: #a71822;
}

main .intro dl.plan>dd p.addtext {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 41px;
}

/* -----------------------------
   □ scroll
-------------------------------- */
main .intro .scroll {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
}

main .intro .scroll img {
  display: inline-block;
  margin-bottom: 33px;
  transition: all 300ms 0s ease;
}

main .intro .scroll a {
  text-decoration: none;
  transition: all 300ms 0s ease;
}

main .intro .scroll a:hover img {
  text-decoration: none;
  transform: translate(0, 5px);
}


/* --------------------------------
   □ items
-------------------------------- */
main .items {
  position: relative;
  padding-bottom: 109px;
}

main .items .item {
  box-sizing: border-box;
  padding: 84px 43px 63px 43px;
  margin-bottom: 87px;
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(4, 0, 0, 0.05);
}

main .items .item>h3 {
  position: relative;
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 31px;
}

main .items .item>h3>span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 38px;
  z-index: 2;
}

main .items .item>h3 em {
  position: absolute;
  top: -120px;
  left: 50%;

  margin-left: -41px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;

  width: 94px;
  height: 94px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 5px 20px;
  line-height: 1.5;
  background: #A71822;
  color: #fff;
}

main .items .item>h3 em:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #A71822;
}


main .items .item>p.image {
  margin: 0 -43px 41px -43px;
  text-align: center;
}

main .items .item>p.text {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: -1px;
}


main .items .item>dl.point {
  margin-top: 18px;
  border: 5px solid #a71822;
}

main .items .item>dl.point dt {
  position: relative;
}

main .items .item>dl.point dt span {
  position: absolute;
  top: -0.6em;
  left: 33px;
  display: inline-block;
  background: #fff;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.1;
  padding: 0 40px;
  font-weight: 700;
}

main .items .item>dl.point dd {
  overflow: hidden;
  padding: 45px 50px;
}


main .items .item>dl.point dd p.image {
  float: left;
  width: 465px;
  margin: 0;
}

main .items .item>dl.point dd p.image img {
  width: 100%;
}

main .items .item>dl.point dd .text {
  float: right;
  width: 390px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.8;
  letter-spacing: -1px;
}

/* --------------------------------
   □ inn
-------------------------------- */
main #inn>h3 {
  margin-bottom: 61px;
}

main #inn>.name {
  margin: 0 0 26px 0;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

main #inn>p.name em {
  display: block;
  margin-top: 17px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
}

main #inn>dl.access {
  display: table;
  width: 887px;
  margin: 0 auto 51px auto;
}

main #inn>dl.access>* {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

main #inn>dl.access dt {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  width: 193px;
  background: #ebebeb;
}

main #inn>dl.access dd {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 36px 60px;
}


main #inn>p.text {
  margin: 0;
}

/* --------------------------------
   □ summary
-------------------------------- */
main #summary {
  box-sizing: border-box;
  padding: 26px 43px 63px 43px;
  margin-bottom: 78px;
  background: #fff;
  border: 3px solid #f39939;
  box-shadow: 0px 0px 30px 5px rgba(4, 0, 0, 0.05);
}

main #summary h3 {
  display: table;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}

main #summary h3>* {
  display: table-cell;
  vertical-align: middle;
}

main #summary h3>span {
  padding-right: 40px;
}

main #summary h3 em {
  text-align: center;
}

main #summary h3 em>span {
  background: linear-gradient(transparent 60%, #fff799 0%);
}

main #summary p.price {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: -28px;
  margin-bottom: 28px;
  line-height: 1.4;
  text-align: center;
}

main #summary p.price em {
  font-size: 70px;
  font-size: 7.0rem;
  color: #a71822;
}


main #summary p.text {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}


/* --------------------------------
   □ imageslide
-------------------------------- */
main div.images {
  overflow: hidden;
  width: 100%;
}

main ul.imageslide {
  width: 400%;
}

main ul.imageslide li {
  float: left;
}


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

  main .accent h2 img {}

}

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

  main .accent h2 img {}

}

@media only screen and (min-width: 768px) {
  main #summary h3 {
    margin: 0 auto;
  }
}

/* --------------------------------
   □ スマートフォン用の記述
-------------------------------- */
.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 .vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  /* --------------------------------
   □ 大枠
-------------------------------- */
  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: 90%;
    padding: 8px 10px;
  }


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

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

  main .accent .inner {
    background: none;
  }


  main .accent h1 {
    margin-bottom: 10vh;
  }


  main .accent h1 img {
    width: 70%;
  }

  main .accent p.text img {
    width: 90%;
    margin-bottom: 0;
  }


  /* --------------------------------
   □ intro
-------------------------------- */
  main .intro {
    padding: 6% 0 7% 0;
  }

  main .intro h2 {
    margin-bottom: 7%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
  }

  /* -----------------------------
   □ recommend
-------------------------------- */
  main .intro dl.recommend {
    margin: 0 3% 6% 3%;
  }

  main .intro dl.recommend>dt {
    margin-bottom: 3%;
    background-size: auto 10px;
  }

  main .intro dl.recommend>dt span {
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  main .intro dl.recommend dd .box ul li {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }

  main .intro dl.recommend dd .box p.image {
    padding: 0 0 0 11px;
  }

  main .intro dl.recommend dd .box p.image img {
    width: 80%;
  }

  /* -----------------------------
	   □ plan
	-------------------------------- */
  main .intro dl.plan>dt {
    margin-bottom: 5%;
  }

  main .intro dl.plan>dd p.text {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5%;
  }

  main .intro dl.plan>dd>dl.price {
    margin: 0;
  }

  main .intro dl.plan>dd>dl.price dt {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 3%;
  }

  main .intro dl.plan>dd>dl.price dd {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 3%;
  }

  main .intro dl.plan>dd>dl.price dd em {
    font-size: 40px;
    font-size: 4.0rem;
  }

  main .intro dl.plan>dd p.addtext {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5%;
  }


  /* -----------------------------
   □ scroll
-------------------------------- */
  main .intro .scroll {
    font-size: 12px;
    font-size: 1.2rem;
  }

  main .intro .scroll img {
    margin-bottom: 3%;
    width: 10%;
  }


  /* --------------------------------
   □ items
-------------------------------- */
  main .items {
    position: relative;
    padding: 0 3%;
    padding-bottom: 10%;
  }

  main .items .item {
    padding: 50px 4% 6%;
    margin-bottom: 15%;
  }

  main .items .item>h3 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 9%;
  }

  main .items .item>h3 span {
    padding: 0 0;
  }

  main .items .item>h3 em {
    top: -80px;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 5px;
  }

  main .items .item>p.image {
    margin: 0 -4% 6% -4%;
  }

  main .items .item>p.text {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 9%;
  }


  main .items .item>dl.point {
    margin-top: 3%;
    border: 2px solid #a71822;
  }

  main .items .item>dl.point dt {
    position: relative;
  }

  main .items .item>dl.point dt span {
    top: -0.6em;
    left: 9px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 10px;
  }

  main .items .item>dl.point dd {
    overflow: hidden;
    padding: 7% 4%;
  }


  main .items .item>dl.point dd p.image {
    float: none;
    width: auto;
    margin: 0 0 4% 0;
  }

  main .items .item>dl.point dd p.image img {
    width: 100%;
  }

  main .items .item>dl.point dd .text {
    float: none;
    width: auto;
    font-size: 17px;
    font-size: 1.7rem;
  }

  /* --------------------------------
   □ inn
-------------------------------- */
  main #inn>h3 {
    margin-bottom: 6%;
  }

  main #inn>p.name {
    margin: 0 0 6% 0;
    font-size: 18px;
    font-size: 1.8rem;
  }

  main #inn>p.name dt em {
    font-size: 22px;
    font-size: 2.2rem;
  }


  main #inn>dl.access {
    display: block;
    width: auto;
    margin: 0 auto 4% auto;
    border: 1px solid #d0d0d0;
  }

  main #inn>dl.access>* {
    display: block;
  }

  main #inn>dl.access dt {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    width: auto;
    padding: 2%;
    border: 0;
  }

  main #inn>dl.access dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3%;
    text-align: center;
    border: 0;
  }



  main #inn>p.text {
    margin: 0;
  }


  /* --------------------------------
   □ summary
-------------------------------- */
  main #summary {
    padding: 3% 4% 6% 3%;
    margin-bottom: 10%;
    border: 2px solid #f39939;
  }

  main #summary h3 {
    display: table;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 4%;
    line-height: 1.4;
  }

  main #summary h3>span {
    padding-right: 10px;
  }

  main #summary p.price {
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 0;
    margin-bottom: 3%;
    line-height: 1.6;
  }

  main #summary p.price em {
    font-size: 40px;
    font-size: 4.0rem;
  }


  main #summary p.text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 6%;
  }


  /* --------------------------------
   □ imageslide
-------------------------------- */
  main div.images {
    width: 106%;
    margin: 0 -3%;
  }

  main ul.imageslide {
    width: 900%;
  }

  main ul.imageslide li img {
    height: 150px;
  }

}
