@charset "UTF-8";
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.res-inner-contents {
  padding-top: 0;
}

.title-box {
  display: none;
}

html, body {
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

a[href^="tel:"] {
  cursor: default;
}

a {
  transition: all .3s;
}

a.linkUL {
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
  opacity: .7;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

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



.secInner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}


/* -------------------------------------------------------
　　TOPページ
------------------------------------------------------- */

/* -------------------------------------------------------
　　TOPページ | メインビジュアル
------------------------------------------------------- */
.mv {
  position: relative;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 6px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

@media screen and (min-width: 1025px) {
  .mv {
    margin-bottom: 40px;
  }
}

.mv h2 {
  line-height: 0;
}

.mv-picture img {
  width: 100%;
}

.mv .mv-copy {
  margin: 6px 0 0;
  font-size: 1.2rem;
}

.mv .mv-copy span {
  display: block;
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .mv .mv-copy {
    position: absolute;
    bottom: 10px;
    max-width: 1200px;
    margin: 0;
    font-size: 1.2rem;
    line-height: 2;
    text-align: right;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}

/* -------------------------------------------------------
　　TOPページ | バナー 20220701設置_後削除予定
------------------------------------------------------- */

.bnr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.bnr ul li{
  max-width: 600px;
  width: 49%;
}

.bnr ul li a{
  display: block;
}

.bnr ul li a img{
  vertical-align: bottom;
}

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

  .bnr ul{
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .bnr ul li{
    margin: 0 auto 20px;
    max-width: 600px;
    width: 100%;
  }
}

/* -------------------------------------------------------
　　TOPページ | ページ内リンク
------------------------------------------------------- */
.pageLink {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

@media screen and (min-width: 1025px) {
  .pageLink {
    margin-right: 0;
    margin-left: 0;
  }
}

.pageLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
}

@media screen and (min-width: 1025px) {
  .pageLink ul {
    margin: 0 0 116px;
    padding: 0 30px 30px;
  }
}

.pageLink ul li {
  width: 50%;
}

.pageLink ul li:nth-of-type(5) {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .pageLink ul li {
    width: calc(100% / 5);
    text-align: center;
  }
  .pageLink ul li:nth-of-type(5) {
    width: calc(100% / 5);
  }
}

.pageLink ul li a {
  position: relative;
  display: block;
  height: 72px;
  padding: 10px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  text-decoration: none;
  background: #907300;
  border-bottom: 2px solid #fff;
}

.pageLink ul li:nth-of-type(1) a,
.pageLink ul li:nth-of-type(3) a {
  border-right: 2px solid #fff;
}

.pageLink ul li a::after {
  content: '';
  border: solid 8px transparent;
  border-top: solid 10px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
}

@media screen and (min-width: 1025px) {
  .pageLink ul li a {
    height: 135px;
    padding: 0;
    color: #D23A7E;
    font-size: 2.1rem;
    background: none;
    border-bottom: none;
  }
  .pageLink ul li:nth-of-type(1) a,
  .pageLink ul li:nth-of-type(3) a {
    border-right: none;
  }
  .pageLink ul li a::after {
    content: '';
    border: solid 8px transparent;
    border-top: solid 10px #D23A7E;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pageLink ul li img {
  display: none;
}

@media screen and (min-width: 1025px) {
  .pageLink ul li img {
    display: block;
    margin: 0 auto;
  }
}

.pageLink ul li span {
  display: block;
  line-height: 1.3;
}

.pageLink ul li:not(:nth-of-type(4)) span {
  padding: 1.5rem 0 0;
}

@media screen and (min-width: 1025px) {
  .pageLink ul li:not(:nth-of-type(4)) span {
    padding: 0;
  }
  .pageLink ul li span:not(.twoline) {
    padding: 1.5rem 0 0;
  }
}

/* -------------------------------------------------------
　　TOPページ | 石川の魅力
------------------------------------------------------- */
#about {
  margin: 0 0 110px;
  padding: 0 3%;
}

@media screen and (min-width: 1025px) {
  #about {
    padding: 0;
  }
}

#about h3 {
  margin: 0 0 50px;
}

.about-picture {
  display: block;
  text-align: center;
}

.about-list li:not(:last-child) {
  margin: 0 0 50px;
}

@media screen and (min-width: 1025px) {
  .about-list {
    display: flex;
    justify-content: space-between;
  }
  .about-list li {
    width: calc((100% - 240px) / 4);
  }
  .about-list li:not(:last-child) {
    margin: 0;
  }
}

.about-list-box h4 {
  margin:  0 0 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 1025px) {
  .about-list-box h4 {
    font-size: 3.6rem;
  }
}

.about-note h4 {
  color: #D23A7E;
}

.about-kanazawa h4 {
  color: #9661AE;
}

.about-kaga h4 {
  color: #907300;
}

.about-hakusan h4 {
  color: #328558;
}

.about-list-box h4 span {
  padding: 0 0 0 16px;
  font-size: 2.9rem;
}

@media screen and (min-width: 1025px) {
  .about-list-box h4 span {
    font-size: 2.2rem;
  }
}

.about-list-box .leadcopy {
  font-size: 1.6rem;
  line-height: 1.8;
}

.about-list-box img {
  margin: 10px 0 0;
  width: 100%;
}

.about-list-box .img-note {
  font-size: 1.4rem;
  text-align: right;
}


/* -------------------------------------------------------
　　TOPページ | モデルコース
------------------------------------------------------- */
#modelcourse {
  margin: 0 0 110px;
  padding: 0 3%;
}

@media screen and (min-width: 1025px) {
  #modelcourse {
    padding: 0;
  }
}

.modelcourse-picture img {
  width: 100%;
}

.modelcourse-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

@media screen and (min-width: 1025px) {
  .modelcourse-box {
    margin: 35px 0 0;
  }
}

.modelcourse-box .leadcopy {
  width: 100%;
  margin: 25px 0 0;
  font-size: 1.7rem;
  line-height: 2;
  order: 2;
}

@media screen and (min-width: 1025px) {
  .modelcourse-box .leadcopy {
    width: calc(100% - 315px);
    margin: 0;
    order: 1;
  }
}

.modelcourse-box .bubble {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  color: #7A4093;
  font-size: 1.6rem;
  line-height: 1.8;
  border: 1px solid #7A4093;
  border-radius: 20px;
  order: 1;
}

@media screen and (min-width: 1025px) {
  .modelcourse-box .bubble {
    width: 270px;
    padding: 15px;
    border: 2px solid #7A4093;
    order: 2;
  }
}

.modelcourse-box .bubble::before {
  position: absolute;
  content: '';
  top: -10px;
  left: 47%;
  width: 18px;
  height: 18px;
  border-top: solid 1px #7A4093;
  border-right: solid 1px #7A4093;
  background: #fff;
  transform: rotate(315deg) skew(345deg, 345deg);
}

@media screen and (min-width: 1025px) {
  .modelcourse-box .bubble::before {
    top: -11px;
    left: 45px;
    border-top: solid 2px #7A4093;
    border-right: solid 2px #7A4093;
    transform: rotate(315deg) skew(345deg, 345deg);
  }
}


/* -------------------------------------------------------
　　TOPページ | 観光スポット
------------------------------------------------------- */
.spot-wrap:not(:last-child) {
  margin: 0 0 110px;
}

@media screen and (min-width: 1025px) {
  .spot-wrap:not(:last-child) {
    margin: 0 0 130px;
  }
}

.spot-title {
  margin: 0 0 20px;
  text-align: center;
}

.spot-title h3 {
  display: inline-block;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.1;
}

@media screen and (min-width: 1025px) {
  .spot-title h3 {
    font-size: 4.8rem;
  }
}

.spot-title h3 ruby rb {
  display: inline-block;
  padding-top: 10px;
  padding-left: 4.2rem;
  font-size: 4.2rem;
  letter-spacing: 4.2rem;
}

@media screen and (min-width: 1025px) {
  .spot-title h3 ruby rb {
    padding-left: 4.8rem;
    font-size: 4.8rem;
    letter-spacing: 4.8rem;
  }
}

.spot-title h3 ruby rt {
  font-family: initial;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 2rem;
  padding-left: 2rem;
}

@media screen and (min-width: 1025px) {
  .spot-title h3 ruby rt {
    font-size: 1.6rem;
  }
}

.spot-title.split h3 ruby rb {
  padding-left: 1.5rem;
  letter-spacing: 1.5rem;
}

@media screen and (min-width: 1025px) {
  .spot-title.split h3 ruby rb {
    padding-left: 2.4rem;
    letter-spacing: 2.4rem;
  }
}

.spot-title.split h3 ruby rt {
  padding-left: 0;
  letter-spacing: 0.2rem;
}

.spot-title.split h3 ruby rt.style1 {
  padding-left: 2rem;
  letter-spacing: 2rem;
}

@media screen and (min-width: 1025px) {
  .spot-title.split h3 ruby rt.style1 {
    padding-left: 1.5rem;
    letter-spacing: 1.5rem;
  }
}


.spot-bg {
  height: 780px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 80px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.spot-noto .spot-bg {
  background: url(/domtour/theme/here_we_go_japan/ishikawa/image/20220316/img_noto_main_pc.jpg) no-repeat center;
  background-size: cover;
}

.spot-kanazawa .spot-bg {
  background: url(/domtour/theme/here_we_go_japan/ishikawa/image/20220316/img_kanazawa_main_pc.jpg) no-repeat center;
  background-size: cover;
}

.spot-bg-inner {
  position: relative;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.spot-bg-leadcopy {
  position: absolute;
  right: 0;
  width: 345px;
  height: 100%;
  margin-left: auto;
  padding: 65px 30px 30px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.3;
  background: rgba(178, 49, 60, 0.26);/*IE11*/
  background: rgb(178 49 60 / 26%);
}

.spot-kanazawa .spot-bg-leadcopy {
  background: rgba(47, 27, 7, 0.4);/*IE11*/
  background: rgb(47 27 7 / 40%);
}

.spot-bg-note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.1;
}


.spot-sp-image {
  position: relative;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 35px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.spot-sp-note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
}

.spot-sp-leadcopy {
  margin: 0 0 80px;
  padding: 0 3%;
  font-size: 1.7rem;
  line-height: 2.2;
}

@media screen and (min-width: 1025px) {
  .spot-sp-leadcopy {
    padding: 0;
  }
}


.spot-list {
  margin: 0 0 100px;
  padding: 0 3%;
}

@media screen and (min-width: 1025px) {
  .spot-list {
    padding: 0;
  }
}

.spot-list ul li:not(:last-child) {
  margin: 0 0 60px;
}

@media screen and (min-width: 1025px) {
  .spot-list ul {
    display: flex;
    justify-content: space-between;
  }
  .spot-list ul li {
    width: calc((100% - 160px) / 3);
  }
  .spot-list ul li:not(:last-child) {
    margin: 0;
  }
}

.spot-list-box img {
  width: 100%;
}

.spot-list-box .box-title {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  padding: 0 1.5em 3.2rem 0.7em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-left: 8px solid #F09DC1;
}

.spot-kanazawa .spot-list-box .box-title {
  border-left: 8px solid #DEC000;
}

.spot-list-box .box-title a span {
  color: #333;
}

.box-leadcopy {
  font-size: 1.8rem;
  line-height: 1.8;
}


/* -------------------------------------------------------
　　TOPページ | おすすめお土産
------------------------------------------------------- */
#omiyage {
  margin-top: 100px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 40px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: 30px 0;
  background: #FCF5D7;
}

@media screen and (min-width: 1025px) {
  #omiyage {
    margin-top: 140px;
    margin-bottom: 60px;
    padding: 50px 0;
  }
}

.omiyage-title .omiyage-title-picture {
  display: block;
  text-align: center;
}

.omiyage-title .omiyage-link {
  width: 270px;
  margin: 40px auto 45px;
}

@media screen and (min-width: 1025px) {
  .omiyage-title {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0 120px;
  }
  .omiyage-title .omiyage-link {
    position: absolute;
    top: 35%;
    right: 0;
    width: 22.5%;
    margin: 0;
  }
}

.omiyage-title .omiyage-link a {
  display: block;
  padding: 15px 0;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #fff;
  border: 2px solid #707070;
}

.omiyage-title .omiyage-link p {
  margin: 5px 0 0;
  padding: 0 0 0 1em;
  font-size: 1.8rem;
  text-indent: -1em;
}

.omiyage-list ul li:not(:last-child) {
  margin: 0 0 75px;
}

@media screen and (min-width: 768px) {
  .omiyage-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5%;
  }
  .omiyage-list ul li {
    width: calc((100% - 70px) / 2);
  }
  .omiyage-list ul li:nth-of-type(3),
  .omiyage-list ul li:nth-of-type(4) {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .omiyage-list ul {
    align-items: flex-start;
    padding: 0;
  }
  .omiyage-list ul li {
    width: calc((100% - 210px) / 4);
  }
  .omiyage-list ul li:not(:last-child) {
    margin: 0;
  }
}

.omiyage-image {
  position: relative;
  width: auto;
  max-width: 325px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .omiyage-image {
    width: 210px;
  }
}

.omiyage-list-box.box01 .parts {
  position: absolute;
  width: auto;
  top: -28%;
  left: -6%;
}

.omiyage-list-box.box02 .parts {
  position: absolute;
  width: auto;
  top: -20%;
  left: -8%;
}

.omiyage-list-box.box03 .parts {
  position: absolute;
  width: calc(100% + 90px);
  top: -10%;
  left: -21%;
}

.omiyage-list-box.box04 .parts {
  position: absolute;
  width: auto;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.omiyage-list-box.box01 .parts img,
.omiyage-list-box.box02 .parts img,
.omiyage-list-box.box03 .parts img,
.omiyage-list-box.box04 .parts img {
  max-width: none;
}

.omiyage-list-box h4 {
  margin: 25px 0 10px;
  padding: 0 3%;
  color: #725400;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.3;
}

@media screen and (min-width: 1025px) {
  .omiyage-list-box h4 {
    padding: 0;
    font-size: 2.3rem;
  }
}

.omiyage-list-box h4 span {
  color: initial;
  font-family: initial;
  font-weight: 500;
  font-size: 1.7rem;
}

@media screen and (min-width: 1025px) {
  .omiyage-list-box h4 span {
    font-size: 1.6rem;
  }
}

.omiyage-list-box .box-leadcopy {
  padding: 0 3%;
  font-size: 1.8rem;
}

@media screen and (min-width: 1025px) {
  .omiyage-list-box .box-leadcopy {
    padding: 0;
    font-size: 1.7rem;
  }
}

.omiyage-list-box .bubble-bg {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 3%;
}

@media screen and (min-width: 1025px) {
  .omiyage-list-box .bubble-bg {
    padding: 0;
  }
}

.omiyage-list-box .bubble-bg .bubble-bg-picture {
  text-align: center;
}

.omiyage-list-box .bubble-bg p {
  position: absolute;
  top: 32%;
  left: 10%;
  font-size: 1.8rem;
}

@media screen and (min-width: 1025px) {
  .omiyage-list-box .bubble-bg p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  .omiyage-list-box .bubble-bg p {
    font-size: 1.6rem;
  }
}

.omiyage-list-box .bubble-bg p:not(.twoline) {
  top: 43%;
}

.omiyage-list-box .bubble-bg p.end {
  left: 20%;
}


/* -------------------------------------------------------
　　TOPページ | ページキャプション
------------------------------------------------------- */
.page-caption {
  margin: 0 0 120px;
}

.page-caption li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media screen and (min-width: 1025px) {
  .page-caption {
    margin: 0 0 140px;
  }
}


/* -------------------------------------------------------
　　TOPページ | 検索モジュール　タイトル
------------------------------------------------------- */
.search-title h3 {
  margin: 0 0 60px;
  color: #00146E;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}


/* -------------------------------------------------------
　　TOPページ | トップへ戻る
------------------------------------------------------- */

.global-pagetop-box .pagetop {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
}

.global-pagetop-box .pagetop:hover {
  background: none;
  opacity: 1;
}

.global-pagetop-box.is-show .pagetop {
  bottom: 10px;
}

.global-pagetop-box .pagetop:after {
  content: "";
}

@media screen and (min-width: 1025px) {
  .global-pagetop-box .pagetop {
    width: 85px;
    height: 85px;
  }
  .global-pagetop-box.is-show .pagetop {
    bottom: 30px;
  }
  .global-pagetop-box.is-bottom .pagetop {
    top: -100px !important;
    bottom: auto;
  }
}