@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 {
  color: #212121;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

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

.w1200br{
  display: none;
}

a[href^="tel:"] {
  cursor: default;
}
a {
  transition: all .3s;
}
a.linkUL {
  text-decoration: underline;
}
a:hover,
a:active {
  opacity: .7;
  text-decoration: none;
}

.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;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}

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

.max,
.max-sp {
  display: block;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

@media screen and (min-width: 1025px) {

  .max-sp {
    margin-left: auto;
    margin-right: auto;
  }
  .pc-wrap1200{
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }

}

/* -------------------------------------------------------
　　メインコンテンツ
------------------------------------------------------- */

/* -----------------------------------
　　メインビジュアル
----------------------------------- */
.mv {
  position: relative;
}
.mv img {
  position: relative;
  vertical-align: bottom;
}
.mv-picture img {
  width: 100%;
}

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

/* -----------------------------------
　　タブ
----------------------------------- */

.pagetab ul {
  display: flex;
  margin-bottom: 120px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagetab ul li {
  padding-bottom: 10px;
  text-align: center;
  width: 50%;
}
.pagetab ul li::after {
  content: "\25BC";
  color: #fff;
  font-size: 1.6rem;
}
.pagetab ul li a {
  display: block;
  padding: 30px 20px 0;
}
.pagetab ul li picture {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.pagetab ul .tab01 {
  background: #f09dc1;
  border-right: 1px solid #fff;
}
.pagetab ul .tab02 {
  background: #87c796;
  border-left: 1px solid #fff;
}
.pagetab ul li p {
  color: #212121;
  line-height: 1.4;
  margin: 5px 0 10px;
  font-size: 2.1rem;
  font-weight: bold;
}
.pagetab ul li .bg {
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  padding: 5px;
}
.pagetab ul .tab01 .bg{
  color: #d1327f;
}
.pagetab ul .tab02 .bg{
  color: #3f755c;

  /* .tab01 .bg の高さに合わせるため */
  padding: 16px 5px;
}

@media screen and (min-width: 1025px) {

  .pagetab ul li {
    width: 48.5%;
  }
  .pagetab ul li p br {
    display: none;
  }
  .pagetab ul li picture {
    margin: 0 auto;
    max-width: auto;
  }
  .pagetab ul .tab01 {
    border-right: 0;
  }
  .pagetab ul .tab02 {
    border-left: 0;
  }
  .pagetab ul li p {
    margin: 5px 0 10px;
    font-size: 2.5rem;
  }
  .pagetab ul li .bg {
    border-radius: 20px;
    font-size: 1.9rem;
    margin: 0 auto;
  }
  .pagetab ul .tab01 .bg {
    max-width: 270px;
    width: 70%;
  }
  .pagetab ul .tab02 .bg {
    max-width: 250px;
    width: 70%;

    /* .tab01 .bg の高さに合わせるため */
    padding:  5px;
  }

}

/* -----------------------------------
　　モデルコース スケジュール
----------------------------------- */

.model-course .title-img {
  display: block;
  margin: 40px auto 20px;
  max-width: 212px;
  width: 60%;
}
.model-course h3 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.model01 h3 {
  color: #d93083;
}
.model02 h3 {
  color: #3f755c;
}
.model-course .comment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.model-course .comment .women {
  display: block;
  max-width: auto;
  text-align: right;
  width: 40%;
}
.model-course .comment picture img {
  vertical-align: bottom;
}
.model-course .comment .fukidashi {
  width: 60%;
  position: relative;
}
.model-course .comment .fukidashi picture {
  display: block;
  left: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.model-course .comment .fukidashi p {
  font-size: 1.4rem;
  left: 20%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.map {
  padding: 40px 20px;
}
.model01 .map {
  background: #fdf0f6;
}
.model02 .map {
  background: #edf7ef;
}
.map picture img{
  vertical-align: bottom;
}

.schedule h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.schedule em {
  display: block;
  font-size: 2.6rem;
  text-align: center;

  /* commonのem指定打ち消し */
  font-family: ヒラギノ角ゴシック,Hiragino Sans,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic Pro,HiraKakuPro-W3,ヒラギノ角ゴ Pro W3,Noto Sans CJK JP,メイリオ,Meiryo,Roboto,Droid Sans,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,"sans-serif";
}
.model01 .schedule em {
  color: #d12f7a;
}
.model02 .schedule em {
  color: #3f755c;
}
.schedule .arrow {
  font-size: 1.5rem;
  margin: 2px 0;
  text-align: center;
}
.schedule .arrow::before {
  content: "\25BC";
  display: inline-block;
  padding: 0 5px 0 75px;
}
.model01 .schedule .arrow::before {
  color: #f09dc1;
}
.model02 .schedule .arrow::before {
  color: #87c796;
}
.schedule .box {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  font-size: 1.7rem;
  padding: 6px 10px;
  position: relative;
  flex-wrap: wrap;
}
.model01 .schedule .box {
  border: 2px solid #f09dc1;
}
.model02 .schedule .box {
  border: 2px solid #87c796;
}
.schedule .box > img {
  display: block;
  width: 34px;
}
.schedule .box p {
  margin: 0 auto;
  text-align: center;
}
.schedule .last{
  color: #212121;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.schedule > li{
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {

  #model01,
  #model02{
    padding-top: 50px;
    margin-top:-110px;
  }
  #model01{
    margin-bottom: 80px;
  }
  .model-course .title-img {
    margin: 60px auto 40px;
  }
  .model-course{
    margin-top: 80px;
  }
  .title-wrap{
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -0.03em;
    margin: 0 auto;
    max-width: 540px;
    position: relative;
  }
  .title-wrap h3 br{
    display: none;
  }
  .title-wrap .comment {
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: -60%;
    width: 300px;
  }
  .model-course .comment .women{
    width: 36%;
  }
  .model-course .comment .fukidashi{
    width: 64%;
  }
  .model-course .comment .fukidashi p {
    left: 25%;
  }

  .map {
    margin-bottom: 140px;
    padding: 0 20px;
  }
  .model01 .map {
    padding-top: 30px;
  }
  .map .pc-wrap1200 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .model02 .map .pc-wrap1200 {
    align-items: center;
  }
  .schedule .box {
    height: 62px;
    padding: 5px;
    line-height: 1.3;
  }
  .schedule .box p {
    letter-spacing: -0.03em;
  }
  .map picture {
    display: block;
    width: 44%;
  }
  .map .schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 54%;
  }
  .schedule > li {
    margin-top: 0;
    width: 48%;
  }

}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

  .schedule .box p {
    font-size: 1.5rem;
  }
  .w1200br {
    display: block;
  }

}

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

  .w1200br {
    display: block;
  }

}

/* -----------------------------------
　　モデルコース 詳細
----------------------------------- */

.schedule-detail {
  margin: 100px 0 0;
}
.schedule-detail .day01,
.schedule-detail .day02{
  margin-top: 60px;
}
.schedule-detail > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.schedule-detail > ul li {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.schedule-detail > ul li:not(.last)::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 32px;
  margin: 15px auto;
  vertical-align: middle;
  width: 28px;
}
.model01 .schedule-detail > ul li::after {
  background-image: url(/domtour/theme/here_we_go_japan/ishikawa/model_course/image/20220316/parts_model01_arrow.gif);
}
.model02 .schedule-detail > ul li::after {
  background-image: url(/domtour/theme/here_we_go_japan/ishikawa/model_course/image/20220316/parts_model02_arrow.gif);
}
.schedule-detail > ul li .img-wrap img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.schedule-detail .icon-day {
  left: 0;
  max-width: 110px;
  position: absolute;
  top: -65px;
}
.schedule-detail h4 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}

/* ruby の段落ちのため各ブラウザに微調整 */

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .schedule-detail h4 ruby{
    margin-bottom: 5px;
  }
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .schedule-detail h4 ruby{
    margin-bottom: 7px;
  }
}

/* Edge */
@supports (-ms-ime-align:auto) {
  .schedule-detail h4 ruby{
    margin-bottom: 3px;
  }
}


.model01 .schedule-detail .stay h4 {
  color: #df648e;
  font-weight: bold;
}
.model02 .schedule-detail .stay h4 {
  color: #3f755c;
  font-weight: bold;
}
.schedule-detail h4 img {
  display: block;
  margin-right: 5px;
  width: 34px;
}
.schedule-detail > ul li > p {
  font-size: 1.7rem;
}
.schedule-detail .bubble {
  margin: 5px auto 0;
  max-width: 311px;
  position: relative;
}
/* IEで表示崩れが出たためブラウザハック */
@media all and (-ms-high-contrast: none) {
  .schedule-detail .bubble {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}

.schedule-detail .bubble img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.schedule-detail .bubble p {
  font-size: 1.6rem;
  padding-right: 45px;
  position: absolute;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 94%;
  z-index: 2;
}

.schedule-detail .btn {
  color: #212121;
  display: block;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.model01 .btn {
  background: #f09dc1;
}
.model02 .btn {
  background: #87c796;
}

@media screen and (min-width: 1025px) {

  .schedule-detail > ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    width: 28.8%;
  }
  .schedule-detail > ul li img,
  .schedule-detail > ul li .img-wrap,
  .schedule-detail > ul li .bubble{
    min-height: 0%;
  }
  .schedule-detail > ul li.half {
    width: 47.2%;
  }
  .schedule-detail > ul li{
    width: 28.8%;
  }
  .schedule-detail > ul li .img-wrap img{
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .schedule-detail > ul::after{
    display: block;
    content: "";
    width: 28.8%;
  }
  .schedule-detail > ul li:not(.last)::after {
    height: 32px;
    margin: 0;
    position: absolute;
    right: -45px;
    top: 260px;
    transform: rotate(-90deg);
    width: 28px;
  }
  .schedule-detail h4.twoline {
    /* 1行のタイトルを2行のタイトル幅に合わせるため調整 */
    margin: 21px 0 15px;
  }
  .model01 .schedule-detail .stay h4 {
    /* 横に並んでいるタイトル文字と高さを合わせるため調整 */
    margin: 29px 0 21px;
  }
  .model02 .schedule-detail .stay h4 {
    /* 横に並んでいるタイトル文字と高さを合わせるため調整 */
    margin: 22px 0 15px;
  }
  .schedule-detail .bubble {
    display: block;
    margin: 5px auto 15px;
  }
  .schedule-detail .bubble p{
    left: 60%;
  }
  .schedule-detail > ul li img {
    min-height: 0%;
  }
  .schedule-detail > ul li .btn {
    margin-top: auto;
  }


}

/* -------------------------------------------------------
　　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;
  }
}

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

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



/* -------------------------------------------------------
　　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;
  }
}
