@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lugrasimo&family=Zen+Antique+Soft&display=swap");
html {
  font-size: 100%;
  font-family: serif;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  list-style: none;
  color: #333; }

ul {
  display: block;
  /* ul のデフォルトの表示スタイル */
  list-style: none !important;
  padding-left: 0;
  /* 必要であればインデントを消去 */ }

.sp {
  display: none; }

/*ボタン*/
.btn {
  width: 200px;
  display: block;
  margin: 20px auto;
  padding: 10px;
  background: linear-gradient(220.55deg, #EAEAEA 0%, #8B8B8B 100%);
  border-radius: 30px;
  box-shadow: 0 4px 0 #555;
  color: #000;
  font-weight: bold;
  transition: 0.5s; }
  .btn:hover {
    transform: translateY(4px);
    box-shadow: none; }
  .btn a {
    padding: 20px; }

/*アクセス*/
.a-btn {
  display: inline-block;
  background-color: #0000EE;
  border-radius: 30px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  transition: 0.3s; }
  .a-btn:hover {
    background-color: #DD0000; }
  .a-btn a {
    padding: 20px;
    color: #fff; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px; }

.wrapper2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px; }

/*========= タイトル装飾 ===============*/
.site-title {
  padding: 10px;
  text-align: center;
  font-size: 30px;
  color: #fff; }

.sec-title {
  max-width: 800px;
  position: relative;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px; }
  .sec-title::after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, transparent, #999, transparent);
    background: linear-gradient(to right, transparent, #999, transparent); }

/*見どころタイトル(青線)*/
#p-title, .p-title {
  margin-bottom: 20px;
  max-width: 300px;
  position: relative;
  padding-bottom: 10px;
  font-size: 20px; }
  #p-title::after, .p-title::after {
    content: "";
    display: block;
    height: 2px;
    background: -webkit-linear-gradient(to right, #1A30F9, transparent);
    background: linear-gradient(to right, #1A30F9, transparent); }

/*歴史タイトル*/
.h-title {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 20px; }
  .h-title::before, .h-title::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #4E0C13; }
  .h-title::after {
    height: 3px;
    /* 内側の線 */
    bottom: 0;
    /* タイトルのすぐ下 */ }
  .h-title::before {
    top: 55px;
    height: 2px;
    /* 外側の線 */
    bottom: -4px;
    /* 内側の線との間に1pxの余白を設定 */ }

/*おすすめタイトル*/
.r-title {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding: 0 2.5em;
  font-size: 24px; }
  .r-title::before, .r-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    width: 45px;
    height: 3px;
    background-color: #000; }
  .r-title::before {
    left: 0; }
  .r-title::after {
    right: 0; }

/*========= scroll_up ｜下から上へ出現 ===============*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0; }

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0; }

/*========= scroll_left ｜左から出現 ===============*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0; }

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0); }

/*========= scroll_right ｜右から出現 ===============*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0; }

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0); }

/*========= ツアーを探すボタン設定 ===============*/
.tour-btn {
  position: fixed;
  z-index: 999;
  top: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }
  .tour-btn img {
    width: 90%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
    opacity: 0.5; }
  .tour-btn p {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif; }

.tour-btn.show {
  opacity: 1;
  visibility: visible; }
  .tour-btn.show:hover {
    opacity: .5; }

/*========= トップに戻るボタン設定 ===============*/
.page-top {
  position: fixed;
  z-index: 999;
  left: 0px;
  bottom: 50px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #999;
  padding: 0 0 0 25px;
  border-top: solid 1px;
  opacity: 0;
  visibility: hidden; }
  .page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top; }

/*入れ子にすると機能しないので注意*/
.page-top.show {
  opacity: 1;
  visibility: visible; }

/*-------------------------------------------
header
-------------------------------------------*/
.header {
  font-family: sans-serif; }

/*-------------------------------------------
mainvisual
-------------------------------------------*/
#mainvisual {
  /*タブレット版のmvはpcでは非表示*/ }
  #mainvisual .mv_tb {
    display: none; }

/*-------------------------------------------
tour
-------------------------------------------*/
#tour {
  margin-top: 100px;
  margin-bottom: -100px; }
  #tour .title-sec p {
    margin-top: 30px;
    padding: 0 20px; }
  #tour .tour-sec {
    margin-top: 150px; }
    #tour .tour-sec .tour-list {
      margin-top: 50px; }
      #tour .tour-sec .tour-list:last-child {
        margin-top: 150px; }
      #tour .tour-sec .tour-list .sub-title {
        text-align: center; }
      #tour .tour-sec .tour-list .t-flex, #tour .tour-sec .tour-list .t-flex2 {
        width: 100%;
        margin-top: 30px; }
        #tour .tour-sec .tour-list .t-flex .tour, #tour .tour-sec .tour-list .t-flex2 .tour {
          margin: 15px;
          border: solid 1px #F37420;
          box-shadow: 2px 2px 10px 3px #999; }
          #tour .tour-sec .tour-list .t-flex .tour .image, #tour .tour-sec .tour-list .t-flex2 .tour .image {
            position: relative; }
            #tour .tour-sec .tour-list .t-flex .tour .image img, #tour .tour-sec .tour-list .t-flex2 .tour .image img {
              height: 180px;
              width: 100%;
              object-fit: cover; }
            #tour .tour-sec .tour-list .t-flex .tour .image .tp, #tour .tour-sec .tour-list .t-flex2 .tour .image .tp {
              position: absolute;
              top: 5px;
              left: 5px;
              padding: 3px 10px;
              color: #fff; }
          #tour .tour-sec .tour-list .t-flex .tour .contents, #tour .tour-sec .tour-list .t-flex2 .tour .contents {
            padding: 15px 10px; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .text, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text {
              height: 200px; }
              #tour .tour-sec .tour-list .t-flex .tour .contents .text .t-title, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text .t-title {
                font-family: sans-serif;
                font-size: 20px;
                margin-bottom: 5px; }
              #tour .tour-sec .tour-list .t-flex .tour .contents .text .des, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text .des {
                margin-bottom: 5px;
                position: relative; }
                #tour .tour-sec .tour-list .t-flex .tour .contents .text .des .tooltip, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text .des .tooltip {
                  width: 300px;
                  padding: 10px;
                  font-size: 12px;
                  margin: 10px 0 0;
                  background-color: #666;
                  color: #fff;
                  position: absolute;
                  left: 50%;
                  transform: translateX(-50%);
                  top: 100%; }
                  #tour .tour-sec .tour-list .t-flex .tour .contents .text .des .tooltip::before, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text .des .tooltip::before {
                    left: 50%;
                    top: 0;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    border-color: rgba(102, 102, 102, 0);
                    border-bottom-color: #666;
                    border-width: 8px;
                    margin-left: -8px;
                    margin-top: -16px; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .dp, #tour .tour-sec .tour-list .t-flex .tour .contents .dp2, #tour .tour-sec .tour-list .t-flex2 .tour .contents .dp, #tour .tour-sec .tour-list .t-flex2 .tour .contents .dp2 {
              display: flex;
              align-items: center;
              margin-top: 5px;
              margin-bottom: 5px;
              border-bottom: dotted 2px #F37420;
              padding-bottom: 2px; }
              #tour .tour-sec .tour-list .t-flex .tour .contents .dp img, #tour .tour-sec .tour-list .t-flex .tour .contents .dp2 img, #tour .tour-sec .tour-list .t-flex2 .tour .contents .dp img, #tour .tour-sec .tour-list .t-flex2 .tour .contents .dp2 img {
                width: 30px;
                height: 30px; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .dp, #tour .tour-sec .tour-list .t-flex2 .tour .contents .dp {
              height: 60px; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .price, #tour .tour-sec .tour-list .t-flex2 .tour .contents .price {
              margin-bottom: 5px;
              font-family: sans-serif;
              font-size: 18px;
              font-weight: bold;
              color: red; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .t-btn, #tour .tour-sec .tour-list .t-flex2 .tour .contents .t-btn {
              display: block;
              height: 50px;
              border-radius: 10px;
              padding: 10px;
              text-align: center;
              font-size: 20px;
              color: #fff;
              transition: .3s; }
              #tour .tour-sec .tour-list .t-flex .tour .contents .t-btn:hover, #tour .tour-sec .tour-list .t-flex2 .tour .contents .t-btn:hover {
                opacity: .7; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .tl-flex2, #tour .tour-sec .tour-list .t-flex2 .tour .contents .tl-flex2 {
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              align-items: center;
              width: 100%; }
              #tour .tour-sec .tour-list .t-flex .tour .contents .tl-flex2 .t-btn, #tour .tour-sec .tour-list .t-flex2 .tour .contents .tl-flex2 .t-btn {
                width: 49%;
                height: 50px;
                display: block;
                border-radius: 10px;
                padding: 15px 0 0 0;
                text-align: center;
                font-size: 16px;
                color: #fff;
                transition: .3s; }
                #tour .tour-sec .tour-list .t-flex .tour .contents .tl-flex2 .t-btn:hover, #tour .tour-sec .tour-list .t-flex2 .tour .contents .tl-flex2 .t-btn:hover {
                  opacity: .7; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .tl-flex3, #tour .tour-sec .tour-list .t-flex2 .tour .contents .tl-flex3 {
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              align-items: center;
              width: 100%; }
              #tour .tour-sec .tour-list .t-flex .tour .contents .tl-flex3 .t-btn, #tour .tour-sec .tour-list .t-flex2 .tour .contents .tl-flex3 .t-btn {
                width: 32.5%;
                height: 50px;
                display: block;
                border-radius: 10px;
                padding: 14px 0 0 0;
                text-align: center;
                color: #fff;
                transition: .3s;
                font-size: 16px; }
                #tour .tour-sec .tour-list .t-flex .tour .contents .tl-flex3 .t-btn:hover, #tour .tour-sec .tour-list .t-flex2 .tour .contents .tl-flex3 .t-btn:hover {
                  opacity: .7; }
  #tour .outline, #tour .outline2 {
    margin-top: 150px;
    padding: 50px 30px;
    background-image: url("../img/bg/black_70.png");
    object-fit: contain;
    color: #fff;
    position: relative;
    z-index: 10; }
    #tour .outline .o-title, #tour .outline2 .o-title {
      text-align: center;
      font-size: 20px; }
    #tour .outline .o-info, #tour .outline2 .o-info {
      margin-top: 30px;
      display: flex;
      justify-content: flex-start; }
      #tour .outline .o-info .left, #tour .outline2 .o-info .left {
        width: 50%; }
        #tour .outline .o-info .left .block, #tour .outline2 .o-info .left .block {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
          margin-bottom: 30px; }
          #tour .outline .o-info .left .block dt, #tour .outline2 .o-info .left .block dt {
            width: 30%; }
          #tour .outline .o-info .left .block dd, #tour .outline2 .o-info .left .block dd {
            width: 70%; }
      #tour .outline .o-info .right, #tour .outline2 .o-info .right {
        width: 50%;
        border-left: dotted 1px #aaa;
        padding-left: 50px; }
        #tour .outline .o-info .right .block, #tour .outline2 .o-info .right .block {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
          margin-bottom: 30px; }
          #tour .outline .o-info .right .block dt, #tour .outline2 .o-info .right .block dt {
            width: 30%; }
          #tour .outline .o-info .right .block dd, #tour .outline2 .o-info .right .block dd {
            width: 70%; }
  #tour .outline2 {
    background-image: none; }

/*カルーセル矢印装飾*/
.t-next, .t-prev, .t-next2, .t-prev2 {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  border-width: 15px 0 15px 20px;
  /* 上, 右, 下, 左 */
  background: none;
  cursor: pointer; }

.t-prev, .t-prev2 {
  right: auto;
  left: -30px;
  border-width: 15px 20px 15px 0;
  /* 上, 右, 下, 左 */ }
  .t-prev::before, .t-prev2::before {
    display: none; }

/*デフォルトのcssを変更し矢印が途切れるのを防ぐ*/
.slick-arrow {
  padding: 0; }

/*-------------------------------------------
v-point
-------------------------------------------*/
#v-point {
  background-image: url("../img/bg/washi_1920_50.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }
  #v-point .point1 {
    padding-top: 300px;
    padding-bottom: 70px; }
    #v-point .point1 .points {
      margin-top: 50px; }
      #v-point .point1 .points .item {
        display: flex;
        justify-content: flex-start; }
        #v-point .point1 .points .item img {
          width: 50%; }
        #v-point .point1 .points .item .p-des {
          width: 50%;
          padding-top: 30px;
          padding-left: 20px;
          font-size: 15px;
          line-height: 25px; }
        #v-point .point1 .points .item:nth-child(2n) .p-des {
          padding-left: 0;
          padding-right: 20px; }
  #v-point .point2 {
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 200px; }
    #v-point .point2 .points2 {
      margin-top: 50px;
      display: flex;
      justify-content: space-between; }
      #v-point .point2 .points2 .left {
        width: 50%; }
        #v-point .point2 .points2 .left .main {
          width: 100%;
          margin-bottom: 20px; }
          #v-point .point2 .points2 .left .main img {
            width: 100%;
            height: 400px;
            object-fit: cover; }
        #v-point .point2 .points2 .left .sub, #v-point .point2 .points2 .left .sub_max3 {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          #v-point .point2 .points2 .left .sub .img-wrapper, #v-point .point2 .points2 .left .sub_max3 .img-wrapper {
            width: 24%;
            height: 90px;
            margin-right: 1%;
            margin-bottom: 10px;
            background-color: #000; }
            #v-point .point2 .points2 .left .sub .img-wrapper img, #v-point .point2 .points2 .left .sub_max3 .img-wrapper img {
              width: 100%;
              height: 100%;
              cursor: pointer;
              opacity: 1;
              transition: opacity 0.3s ease; }
              #v-point .point2 .points2 .left .sub .img-wrapper img.selected, #v-point .point2 .points2 .left .sub_max3 .img-wrapper img.selected {
                opacity: 0.5; }
      #v-point .point2 .points2 .right {
        width: 50%;
        padding-top: 30px;
        padding-left: 20px;
        font-size: 15px;
        line-height: 25px; }

/*画像選択時のフェード実装*/
.fade {
  opacity: 0;
  transition: 0.5s; }

.fade-in {
  opacity: 1; }

/*カルーセル矢印装飾*/
.s-next {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  border-width: 7px 0 7px 10px;
  /* 上, 右, 下, 左 */
  border-color: transparent transparent transparent #666;
  /* 左側に黒色を設定 */
  background: none;
  cursor: pointer; }

.slick-prev {
  display: none !important; }

/*-------------------------------------------
neighbor
-------------------------------------------*/
#neighbor {
  background: linear-gradient(to right bottom, #808080, #F1EFEF);
  padding: 200px 0; }
  #neighbor .neighbor {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px;
    background-color: #fff;
    border: solid 2px #E6E672; }
    #neighbor .neighbor .n-flex {
      margin-top: 30px; }
      #neighbor .neighbor .n-flex .item {
        width: calc(100% - 20px);
        margin: 10px; }
        #neighbor .neighbor .n-flex .item img {
          height: 250px;
          width: 100%;
          object-fit: cover; }
        #neighbor .neighbor .n-flex .item .n-title {
          margin-top: 15px;
          margin-bottom: 10px; }

/*カルーセル矢印装飾*/
.slick-next2, .slick-prev2 {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-width: 7px 0 7px 10px;
  /* 上, 右, 下, 左 */
  border-color: transparent transparent transparent #CC9900;
  background: none;
  cursor: pointer; }

.slick-prev2 {
  right: auto;
  left: -15px;
  border-width: 7px 10px 7px 0;
  /* 上, 右, 下, 左 */
  border-color: transparent #CC9900 transparent transparent; }
  .slick-prev2::before {
    display: none; }

/*-------------------------------------------
history
-------------------------------------------*/
#history {
  background-image: url("../img/bg/washi_cream-min.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 150px; }
  #history .contents {
    margin-top: 30px;
    padding-bottom: 180px; }
    #history .contents .content1 {
      width: 100%;
      margin-top: 50px;
      margin-bottom: 50px; }
      #history .contents .content1 .upper {
        display: grid;
        grid-template-columns: 7fr 3fr;
        grid-template-rows: 40px 1fr;
        grid-template-areas: "a b" "c b";
        gap: 20px;
        margin-bottom: 20px; }
        #history .contents .content1 .upper .h-title {
          grid-area: a; }
        #history .contents .content1 .upper .right {
          grid-area: b; }
        #history .contents .content1 .upper .text {
          grid-area: c; }
          #history .contents .content1 .upper .text .t-title {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 18px; }
      #history .contents .content1 .lower {
        margin-top: 30px; }
        #history .contents .content1 .lower .t-title {
          margin-bottom: 10px;
          font-size: 18px; }
    #history .contents .content2 .upper {
      display: grid;
      grid-template-columns: 3fr 7fr;
      grid-template-rows: 40px 1fr;
      grid-template-areas: "b a" "b c";
      gap: 20px;
      margin-bottom: 20px; }
      #history .contents .content2 .upper .h-title {
        grid-area: a; }
      #history .contents .content2 .upper .left {
        grid-area: b; }
      #history .contents .content2 .upper .text {
        grid-area: c; }
        #history .contents .content2 .upper .text .t-title {
          margin-top: 20px;
          margin-bottom: 10px;
          font-size: 18px; }
    #history .contents .content2 .lower {
      margin-top: 30px; }
      #history .contents .content2 .lower .t-title {
        margin-bottom: 10px;
        font-size: 18px; }

/*-------------------------------------------
recommend
-------------------------------------------*/
#recommend {
  margin-top: 200px;
  margin-bottom: 200px; }
  #recommend .temple {
    text-align: center; }
    #recommend .temple .r-flex {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #recommend .temple .r-flex .r-link {
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-bottom: 15px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        transition: .5s; }
        #recommend .temple .r-flex .r-link img {
          width: 100%;
          height: 200px;
          object-fit: cover;
          transition: .5s; }
        #recommend .temple .r-flex .r-link::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          border-radius: 10px;
          z-index: 1; }
        #recommend .temple .r-flex .r-link p {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          z-index: 2;
          white-space: nowrap; }
        #recommend .temple .r-flex .r-link:hover {
          opacity: .7; }
          #recommend .temple .r-flex .r-link:hover img {
            transform: scale(1.1);
            /* 画像を1.1倍に拡大 */ }
  #recommend .world {
    margin-top: 180px;
    text-align: center; }
    #recommend .world .r-flex {
      display: flex;
      justify-content: center; }
      #recommend .world .r-flex .r-link {
        width: 48%;
        position: relative;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
        transition: .5s; }
        #recommend .world .r-flex .r-link img {
          width: 100%;
          height: 200px;
          object-fit: cover;
          transition: .5s; }
        #recommend .world .r-flex .r-link::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          border-radius: 10px;
          z-index: 1; }
        #recommend .world .r-flex .r-link p {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          z-index: 2;
          white-space: nowrap; }
        #recommend .world .r-flex .r-link:hover {
          opacity: .7; }
          #recommend .world .r-flex .r-link:hover img {
            transform: scale(1.1);
            /* 画像を1.1倍に拡大 */ }

/*-------------------------------------------
footer
-------------------------------------------*/
.footer {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/*-----------------------------------------------------------------PC終わり*/
/*-------------------------------------------
レスポンシブ対応
-------------------------------------------*/
/*-------------------------------------------
共通設定
-------------------------------------------*/
@media screen and (max-width: 900px) {
  #loading
  img {
    max-width: 70vw; } }
@media screen and (max-width: 700px) {
  .sp {
    display: block; }

  .sec-title {
    max-width: 800px;
    padding-bottom: 10px;
    font-size: 20px; }

  .tour-btn {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px; }
    .tour-btn p {
      font-size: 7px; } }
@media screen and (max-width: 500px) {
  .sec-title {
    max-width: 800px;
    padding-bottom: 10px;
    font-size: 18px; }

  .slick-next {
    right: -15px;
    border-width: 10px 0 10px 15px;
    /* 上, 右, 下, 左 */ }

  .r-title {
    font-size: 18px; }
    .r-title::before, .r-title::after {
      width: 35px; } }
/*-------------------------------------------
mainvisual
-------------------------------------------*/
@media screen and (max-width: 500px) {
  #mainvisual .mv_pc {
    display: none; }
  #mainvisual .mv_tb {
    display: block; } }
/*-------------------------------------------
tour
-------------------------------------------*/
@media screen and (max-width: 1200px) {
  #tour .tour-sec {
    margin-top: 100px; }
    #tour .tour-sec .tour-list {
      margin-top: 30px; }
      #tour .tour-sec .tour-list:last-child {
        margin-top: 100px; }
      #tour .tour-sec .tour-list .t-flex, #tour .tour-sec .tour-list .t-flex2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto; }
  #tour .outline {
    padding: 70px 20px; }
    #tour .outline .o-info .right {
      padding-left: 20px; } }
@media screen and (max-width: 1000px) {
  #tour .tour-sec {
    margin-top: 100px; }
    #tour .tour-sec .tour-list {
      margin-top: 30px; }
      #tour .tour-sec .tour-list:last-child {
        margin-top: 100px; }
      #tour .tour-sec .tour-list .t-flex, #tour .tour-sec .tour-list .t-flex2 {
        width: 90%; }
  #tour .outline {
    margin-top: 120px;
    padding: 50px 20px; }
    #tour .outline .o-info {
      margin-top: 50px;
      display: block; }
      #tour .outline .o-info .left {
        width: 80%;
        margin-left: auto;
        margin-right: auto; }
      #tour .outline .o-info .right {
        width: 80%;
        padding-left: 0;
        border-left: none;
        margin-left: auto;
        margin-right: auto; } }
@media screen and (max-width: 800px) {
  #tour .tour-sec {
    margin-top: 100px; }
    #tour .tour-sec .tour-list .t-flex, #tour .tour-sec .tour-list .t-flex2 {
      width: 80%; } }
@media screen and (max-width: 700px) {
  #tour {
    margin-top: 50px;
    padding: 0; }
    #tour .title-sec .site-title {
      padding: 10px;
      font-size: 24px; }
    #tour .tour-sec .tour-list .sub-title {
      font-size: 18px; }
    #tour .tour-sec .tour-list .t-flex, #tour .tour-sec .tour-list .t-flex2 {
      margin-top: 10px; }
      #tour .tour-sec .tour-list .t-flex .tour .contents .text, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text {
        height: 250px; }
    #tour .outline .o-title {
      font-size: 20px; }
    #tour .outline .o-info {
      margin-top: 50px; }
      #tour .outline .o-info .left {
        width: 100%; }
      #tour .outline .o-info .right {
        width: 100%; } }
@media screen and (max-width: 500px) {
  #tour {
    margin-top: 30px; }
    #tour .title-sec .site-title {
      padding: 10px;
      font-size: 20px; }
    #tour .title-sec p {
      margin-top: 20px;
      padding: 0 20px; }
    #tour .tour-sec {
      margin-top: 70px; }
      #tour .tour-sec .tour-list .t-flex, #tour .tour-sec .tour-list .t-flex2 {
        width: 100%; }
        #tour .tour-sec .tour-list .t-flex .tour, #tour .tour-sec .tour-list .t-flex2 .tour {
          margin: 10px; }
          #tour .tour-sec .tour-list .t-flex .tour .image, #tour .tour-sec .tour-list .t-flex2 .tour .image {
            position: relative; }
            #tour .tour-sec .tour-list .t-flex .tour .image img, #tour .tour-sec .tour-list .t-flex2 .tour .image img {
              height: 150px; }
          #tour .tour-sec .tour-list .t-flex .tour .contents, #tour .tour-sec .tour-list .t-flex2 .tour .contents {
            padding: 10px 7px; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .text, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text {
              height: 180px; }
              #tour .tour-sec .tour-list .t-flex .tour .contents .text .t-title, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text .t-title {
                font-size: 18px; }
              #tour .tour-sec .tour-list .t-flex .tour .contents .text p, #tour .tour-sec .tour-list .t-flex2 .tour .contents .text p {
                font-size: 14px; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .price, #tour .tour-sec .tour-list .t-flex2 .tour .contents .price {
              font-size: 16px; }
            #tour .tour-sec .tour-list .t-flex .tour .contents .t-btn, #tour .tour-sec .tour-list .t-flex2 .tour .contents .t-btn {
              padding: 7px;
              font-size: 16px; }
    #tour .outline {
      padding: 30px 15px; }
      #tour .outline .o-title {
        font-size: 18px; }
      #tour .outline .o-info {
        margin-top: 40px;
        font-size: 14px; } }
/*-------------------------------------------
v-point
-------------------------------------------*/
@media screen and (max-width: 1000px) {
  #v-point .point1 {
    padding-top: 200px;
    padding-bottom: 50px; }
    #v-point .point1 .points {
      margin-top: 50px; }
      #v-point .point1 .points .item {
        flex-direction: column;
        margin-bottom: 50px; }
        #v-point .point1 .points .item img {
          width: 70%;
          margin-left: auto;
          margin-right: auto; }
        #v-point .point1 .points .item .p-des {
          width: 70%;
          margin-left: auto;
          margin-right: auto;
          padding-left: 0; }
        #v-point .point1 .points .item:nth-child(2n) {
          flex-direction: column-reverse; }
          #v-point .point1 .points .item:nth-child(2n) .p-des {
            padding-right: 0; }
  #v-point .point2 {
    margin-top: 120px;
    padding-top: 50px;
    padding-bottom: 150px; }
    #v-point .point2 .points2 {
      margin-top: 50px;
      display: block; }
      #v-point .point2 .points2 .left {
        width: 70%;
        margin-left: auto;
        margin-right: auto; }
        #v-point .point2 .points2 .left .sub {
          justify-content: space-between; }
          #v-point .point2 .points2 .left .sub .img-wrapper {
            width: calc(100% - 20px);
            margin: 5px; }
      #v-point .point2 .points2 .right {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0; } }
@media screen and (max-width: 700px) {
  #v-point .point1 {
    padding-top: 150px; }
    #v-point .point1 .points {
      margin-top: 50px; }
      #v-point .point1 .points .item {
        margin-bottom: 50px; }
        #v-point .point1 .points .item img {
          width: 90%; }
        #v-point .point1 .points .item .p-des {
          width: 90%; }
  #v-point .point2 {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 120px; }
    #v-point .point2 .points2 {
      margin-top: 50px;
      display: block; }
      #v-point .point2 .points2 .left {
        width: 90%; }
        #v-point .point2 .points2 .left .main {
          margin-bottom: 10px; }
          #v-point .point2 .points2 .left .main img {
            height: 300px; }
        #v-point .point2 .points2 .left .sub .img-wrapper, #v-point .point2 .points2 .left .sub_max3 .img-wrapper {
          height: 70px; }
      #v-point .point2 .points2 .right {
        width: 90%; } }
@media screen and (max-width: 500px) {
  #v-point .point1 {
    padding-top: 150px; }
  #v-point .point2 {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 100px; }
    #v-point .point2 .points2 .left .main img {
      height: 250px; }
    #v-point .point2 .points2 .left .sub .img-wrapper, #v-point .point2 .points2 .left .sub_max3 .img-wrapper {
      height: 50px; } }
/*-------------------------------------------
neighbor
-------------------------------------------*/
@media (max-width: 1300px) {
  #neighbor {
    padding: 150px 0; }
    #neighbor .neighbor {
      margin: 0 20px;
      padding: 50px 30px; }
      #neighbor .neighbor .n-flex {
        margin-top: 30px; }
        #neighbor .neighbor .n-flex .item {
          width: calc(100% - 20px);
          margin: 10px; }
          #neighbor .neighbor .n-flex .item img {
            height: 200px; }
          #neighbor .neighbor .n-flex .item .n-title {
            margin-top: 15px;
            margin-bottom: 10px; } }
@media (max-width: 700px) {
  #neighbor {
    padding: 100px 0; }
    #neighbor .neighbor {
      margin: 0 20px;
      padding: 50px 0; }
      #neighbor .neighbor .n-flex {
        margin-top: 30px; }
        #neighbor .neighbor .n-flex .item {
          width: 90%; }
          #neighbor .neighbor .n-flex .item .n-title {
            margin-top: 15px;
            margin-bottom: 10px; } }
/*-------------------------------------------
history
-------------------------------------------*/
@media (max-width: 1000px) {
  #history {
    padding-top: 120px; }
    #history .contents {
      margin-top: 30px;
      padding-bottom: 150px; }
      #history .contents .content1 .upper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas: "a" "b" "c";
        margin-bottom: 50px; }
        #history .contents .content1 .upper .h-title {
          grid-area: a;
          text-align: center;
          width: 80%;
          margin-left: auto;
          margin-right: auto; }
        #history .contents .content1 .upper .right {
          grid-area: b;
          width: 80%;
          margin-left: auto;
          margin-right: auto; }
          #history .contents .content1 .upper .right img {
            display: block;
            margin-left: auto;
            margin-right: auto; }
        #history .contents .content1 .upper .text {
          grid-area: c;
          width: 80%;
          margin-left: auto;
          margin-right: auto; }
          #history .contents .content1 .upper .text .t-title {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 18px; }
      #history .contents .content1 .lower {
        width: 80%;
        margin-left: auto;
        margin-right: auto; }
      #history .contents .content2 .upper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas: "a" "b" "c";
        margin-bottom: 50px; }
        #history .contents .content2 .upper .h-title {
          grid-area: a;
          text-align: center;
          width: 80%;
          margin-left: auto;
          margin-right: auto; }
        #history .contents .content2 .upper .left {
          grid-area: b;
          width: 80%;
          margin-left: auto;
          margin-right: auto; }
          #history .contents .content2 .upper .left img {
            display: block;
            margin-left: auto;
            margin-right: auto; }
        #history .contents .content2 .upper .text {
          grid-area: c;
          width: 80%;
          margin-left: auto;
          margin-right: auto; }
          #history .contents .content2 .upper .text .t-title {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 18px; }
      #history .contents .content2 .lower {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
@media (max-width: 500px) {
  #history {
    padding-top: 100px; }
    #history .contents {
      margin-top: 30px;
      padding-bottom: 150px; }
      #history .contents .content1 .upper .h-title {
        font-size: 16px; }
      #history .contents .content1 .upper .text .t-title {
        font-size: 16px; }
      #history .contents .content1 .lower .t-title {
        font-size: 16px; }
      #history .contents .content1 .lower p {
        font-size: 15px; }
      #history .contents .content2 .upper .h-title {
        font-size: 16px; }
      #history .contents .content2 .upper .text .t-title {
        font-size: 16px; }
      #history .contents .content2 .lower .t-title {
        font-size: 16px; }
      #history .contents .content2 .lower p {
        font-size: 15px; } }
/*-------------------------------------------
recommend
-------------------------------------------*/
@media screen and (max-width: 1000px) {
  #recommend {
    margin-top: 150px;
    margin-bottom: 150px; }
    #recommend .temple .r-flex {
      margin-top: 30px;
      flex-wrap: wrap; }
      #recommend .temple .r-flex .r-link {
        width: 49%;
        margin-bottom: 20px; } }
@media screen and (max-width: 700px) {
  #recommend {
    margin-top: 120px;
    margin-bottom: 120px; }
    #recommend .temple .r-flex {
      margin-top: 30px; }
      #recommend .temple .r-flex .r-link {
        width: 48%;
        margin-bottom: 20px; }
    #recommend .world {
      margin-top: 150px;
      text-align: center; }
      #recommend .world .r-flex {
        flex-wrap: wrap; }
        #recommend .world .r-flex .r-link {
          width: 100%;
          margin-bottom: 10px; }
          #recommend .world .r-flex .r-link img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            transition: .5s; } }
@media screen and (max-width: 500px) {
  #recommend {
    margin-top: 120px;
    margin-bottom: 120px; }
    #recommend .temple .r-flex {
      margin-top: 30px; }
      #recommend .temple .r-flex .r-link {
        width: 48%;
        height: 150px;
        margin-bottom: 20px; }
        #recommend .temple .r-flex .r-link p {
          font-size: 16px; }
    #recommend .world {
      margin-top: 100px; }
      #recommend .world .r-flex .r-link img {
        height: 120px; }
      #recommend .world .r-flex .r-link p {
        font-size: 16px; } }
