@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
html.ja body article.main-contents {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.pc {
  display: none;
}
.dispIB {
  display: inline-block;
}
article.main-contents {
  position: relative;
}
article.main-contents:before {
  position: fixed;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/domtour/theme/glamping/image/mv.jpg) right -100px top 0 no-repeat;
  background-size: cover;
  z-index: -1;
}
article.main-contents:after {
  position: fixed;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  transition: all .8s ease;
}
.heading2 {
  position: relative;
  font-size: 22px;
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.24em;
}
.heading2:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background-color: #032F4B;
}
.normalList:not(:last-child) {
  margin-bottom: 40px;
}
.normalList > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
.normalList > li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  font-size: 100%;
  color: inherit;
  content: '';
  background: url(/domtour/theme/glamping/image/list_dot.png) center / 3px no-repeat;
}
.noteList > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.noteList > li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100%;
  color: inherit;
  content: "\203B";
}
a.icon-blank {
  padding-right: 16px;
  background: url(/domtour/theme/glamping/image/icon_blank.png) right 2px center no-repeat;
  background-size: 12px;
  text-decoration: underline;
}

section.mv,
section.kv,
section.reserve {
  background-color: transparent !important;
}
section.content {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}



/* concept */
section.concept .inner {
  width: 100%;
  position: relative;
  margin: 0 auto 90px;
  padding-top: 90px;
  padding-bottom: 60px;
  overflow: hidden;
  background-color: #FAFAFA;
}
section.concept .inner img {
  position: relative;
  width: 100%;
}

section.concept .inner .box {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  height: auto;
  margin: 40px auto 0;
}
section.concept .inner .box .label {
  color: #888888;
  font-size: 14px;
  font-family: Roboto;
  font-weight: lighter;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  letter-spacing: 0.24em;
}
section.concept .inner .box .label:after {
  position: absolute;
  right: -8px;
  top: 50%;
  content: '';
  width: 16px;
  height: 1px;
  background-color: #9D9D9D;
  transform: translate(100%, -50%);
}
section.concept .inner .box .label2 {
  width: 230px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #032F4B;
  color: #fff;
  margin-bottom: 37px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
section.concept .inner .box .title {
  font-size: 22px;
  margin-bottom: 16px;
  line-height: 1.58;
  letter-spacing: 0.1em;
}
section.concept .inner .box .text {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.24em;
}
/* room */
section.room .inner {
  display: flex;
  align-items: stretch;
  width: calc(100% - 40px);
  margin: 0 auto;
  flex-direction: column-reverse;
}
section.room .box {
  flex: 0 0 auto;
  margin-top: 20px;
}
section.room figure > img {
  z-index: 1;
  position: relative;
  width: 100%
}
section.room figcaption {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
}
section.room figure {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}
section.room figure:after {
  z-index: 0;
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  height: 140px;
  width: 180px;
  background: url(/domtour/theme/glamping/image/bg_stripe.png);
}
section.room .title {
  font-size: 22px;
  margin-bottom: 25px;
  letter-spacing: 0.24em;
}
section.room .lead {
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 1.88;
}
section.room .text {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.14;
}


/* mv */
section.mv {
  height: calc(100vh - 76px)
}
section.mv .inner {
  height: calc(100vh - 76px)
}
section.mv .scroll {
  display: none;
}
section.mv .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.mv h1 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-weight: 300 !important;
}
section.mv p.subtitle {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.2em;
  margin-top: 30px;
  line-height: 1.52;
}
section.mv p {
  margin-top: 26px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.86;
}
@media screen and (max-width: 350px) {
  section.mv p.subtitle {
    letter-spacing: 0.1em;
  }
  section.mv p {
    letter-spacing: 0.1em;
  }
}
section.goto_section {
  background-color: #fff;
  padding: 40px 20px;
}
section.goto_section .goto {
  width: 100%;
  height: auto;
  border: 1px solid #032F4B;
}
section.goto_section .goto .goto_head {
  background-color: #032F4B;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.goto_section .goto .goto_head span {
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
}
section.goto_section .goto .goto_head span:before {
  position: absolute;
  content: '';
  left: -30px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(/domtour/theme/glamping/image/icon_goto.png) center no-repeat;
  background-size: 20px;
}
section.goto_section .goto .goto_head span:after {
  position: absolute;
  content: '';
  right: -30px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(/domtour/theme/glamping/image/icon_goto.png) center no-repeat;
  background-size: 20px;
  transform: scale(-1, 1);
}
section.goto_section .goto .goto_body {
  background-color: #fff;
  padding: 8px;
  text-align: center;
}
section.goto_section .goto .goto_body p {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  color: #032F4B;
  letter-spacing: 0em;
}
section.goto_section .goto .goto_body p .goto_strong {
  font-size: 16px;
  color: #032F4B;
  background: linear-gradient(to bottom, transparent 18px, #FFE675 18px);
  letter-spacing: 0em;
  font-weight: bold;
}

section.goto_section .goto .goto_body .noteList {
  display: inline-block;
}
section.goto_section .goto .goto_body .noteList li {
  font-size: 10px;
  color: #032F4B;
  letter-spacing: 0em;
  font-weight: normal;
}
/* kv */
section.kv .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.kv .inner .title {
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.24em;
  line-height: 1.78;
}
@media screen and (max-width: 350px) {
  section.kv .inner .title {
    letter-spacing: 0.1em;
  }
}
/* facility */
section.facility {
  padding-top: 86px;
  padding-bottom: 80px;
}
section.facility .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
section.facility .facility_dl-item {
  display: flex;
  flex-direction: column;
}
section.facility .facility_dl-item:not(:last-child) {
  margin-bottom: 26px;
}
section.facility .facility_dl-item dt {
  flex: 0 0 20px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.24em;
  margin-bottom: 30px;
}
section.facility .facility_dl-item dd {
  position: relative;
  flex: 1 1 auto;
  font-size: 16px;
}
section.facility .facility_dl-item dd p {
  letter-spacing: 0.2em;
  line-height: 1.57;
  font-size: 14px;
  margin-bottom: 12px;
}
section.facility .facility_dl-item dd p.the-force {
  margin-bottom: 12px;
}
section.facility .facility_dl-item dd p.the-force a {
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: underline;
}

section.facility .facility_dl-item dd:before {
  position: absolute;
  content: '';
  top: -20px;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #00146E;
}

/* course */
section.course {
  padding-bottom: 140px;
}
section.course:before {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 130px;
  background-color: #FAFAFA;
}
section.course .inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 120px;
}
section.course .inner .label {
  color: #888888;
  font-size: 14px;
  font-family: Roboto;
  font-weight: lighter;
  position: relative;
  display: inline-block;
  letter-spacing: 0.24em;
  margin-bottom: 20px;
}
section.course .inner .label .sub {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  letter-spacing: 0.2em;
}
section.course .inner .label .sub:before {
  position: absolute;
  left: -12px;
  top: 50%;
  content: '';
  width: 16px;
  height: 1px;
  background-color: #9D9D9D;
  transform: translate(-100%, -50%);
}
section.course .inner h2 img {
  width: 160px;
}

section.course .day_section {
  margin: 20px auto;
}
section.course .day_head {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  padding: 0 0 0 10px;
  height: 140px;
  cursor: pointer;
}
section.course .day_head::after{
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  background: url(/domtour/theme/glamping/image/icon_chevron_down.png) no-repeat center center;
  background-size: 30px auto;
  margin: -7px 0 0;
  width: 30px;
  height: 15px;
}
section.course .day_body {
  padding: 40px 0 0;
}
section.course .day_section.open .day_head::after{
  background-image: url(/domtour/theme/glamping/image/icon_chevron_up.png);
}
section.course .day_section.first .day_head {
  background-image: url(/domtour/theme/glamping/image/1st_day_bg.jpg);
}
section.course .day_section.second .day_head {
  background-image: url(/domtour/theme/glamping/image/2nd_day_bg.jpg);
}
section.course .day_section.third .day_head {
  background-image: url(/domtour/theme/glamping/image/3rd_day_bg.jpg);
}

section.course .course_list {
  padding-bottom: 30px;
}
section.course .course_list > .course_item {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
section.course .course_list > .course_item:before {
  position: absolute;
  content: '';
  top: 78px;
  width: 10px;
  height: calc(100% - 78px);
  background: url(/domtour/theme/glamping/image/course_dot.png) top 1px right repeat-y;
  background-size: 3px 24px;
}
section.course .course_list > .course_item.no1:before {
  top: 50px;
  height: calc(100% - 40px);
}
section.course .course_list > .course_item.no4:before {
  top: 100px;
  height: calc(100% - 100px);
}
section.course .course_list > .course_item.no7:before {
  height: calc(100% - 20px);
}
section.course .course_list > .course_item.no20 {
  padding-bottom: 0;
}
section.course .course_list > .course_item.no20:before {
  content: none;
}
section.course .course_list .course_item:not(:last-child) {
  margin-bottom: 20px;
}
section.course .course_list > .course_item .time {
  font-size: 12px;
  letter-spacing: 0.24em;
  margin-bottom: 10px;
  color: #032F4B;
}
section.course .course_list > .course_item .title {
  font-size: 22px;
  letter-spacing: 0.24em;
  color: #032F4B;
}
section.course .course_list > .course_item > .body {
  margin-top: 20px;
  padding-left: 30px;
  width: 100%;
}
section.course .course_list > .course_item > .body > figure > img {
  position: relative;
  z-index: 1;
  width: 100%;
}
section.course .course_list > .course_item > .body > figure > img + img {
  margin-top: 35px;
}
section.course .course_list > .course_item > .body > figure {
  position: relative;
  width: 100%;
}
section.course .course_list > .course_item > .body > figure:after {
  position: absolute;
  content: '';
  z-index: 0;
  bottom: -20px;
  right: -20px;
  width: 180px;
  height: 140px;
  background: url(/domtour/theme/glamping/image/bg_stripe.png);
}
section.course .course_list > .course_item > .body > p.text {
  line-height: 1.57;
  letter-spacing: 0.2em;
  margin-bottom: 22px;
  font-size: 14px;
}
section.course .course_list > .course_item > .body > table {
  margin: 30px 0;
  font-size: 14px;
}
section.course .course_list > .course_item > .body > table th {
  white-space: nowrap;
  padding: 5px 20px 5px 0;
  color: #032F4B;
}
section.course .course_list > .course_item > .body > table td {
  padding: 5px 0;
}
section.course .course_list > .course_item > .body > .text_strong {
  background: linear-gradient(to bottom, transparent 16px, #DFE9EB 16px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: normal;
}
section.course .course_list > .course_item > .body > .text_strong {
  font-size: 14px;
  background: linear-gradient(to bottom, transparent 14px, #DFE9EB 14px);
  letter-spacing: 0.2em;
  font-weight: normal;
  line-height: 1.57;
}
section.course .course_list > .course_item > .body > .text_strong + figure {
  margin-top: 22px;
}

section.course .activity {
  margin-left: 40px;
  margin-top: 60px;
}
section.course .activity .activity_heading{
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 260px;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}
section.course .activity .activity_heading h3 {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  text-align: left;
}
section.course .activity .activity_heading p {
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: left;
}
section.course .activity_img-list {
  position: relative;
}
section.course .activity_img-list img{
  width: 100%;
}
section.course .box {
  width: 100%;
  max-width: 517px;
  padding: 20px;
  background-color: #DFE9EB;
  margin-top: 40px;
}
section.course .box + .noteList {
  margin-top: 10px;
}
section.course .box + figure {
  margin-top: 30px;
}
section.course .box.menu {
  padding: 20px;
  background-color: #032F4B;
}
section.course .box .box.menu {
  margin-top: 10px;
}
section.course .box .box.menu .box_title {
  font-size: 14px;
  margin-bottom: 10px;
}
section.course .box .box.menu .normalList {
  margin-left: 5px;
}
section.course .box .box.menu .normalList li:not(:last-child) {
  margin-bottom: 5px;
}
section.course .box.menu .normalList {
  margin-left: 20px;
}
section.course .box.menu * {
  color: #fff;
}
section.course .box .box_title {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 8px;
}
section.course .box.menu .box_title {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
section.course .box.menu .normalList li:before {
  background: url(/domtour/theme/glamping/image/list_dot_white.png) center / 3px no-repeat;
}
section.course .box .box_title2 {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.87;
  margin-bottom: 10px;
}
section.course .box .box_text {
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 1.86;
}
section.course .box .box_text + .noteList {
  margin-top: 10px;
}
section.course .noteList + p.text {
  margin-top: 40px;
}
section.course .noteList + figure {
  margin-top: 30px;
}
section.course .box ul:not(.noteList) li {
  font-size: 14px;
  letter-spacing: 0.1em;
}
section.course .box ul:not(.noteList) li:not(:last-child) {
  margin-bottom: 10px;
}
section.course .noteList {
  margin: 20px 0 25px;
}
section.course .noteList li {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0em;
}
section.course .course_dl-item {
  display: flex;
  flex-direction: column;
}
section.course .course_dl-item:not(:last-child) {
  margin-bottom: 20px;
}
section.course dl {
  width: 100%;
  margin-left: auto;
  margin-top: 110px;
}
section.course .course_dl-item dt {
  flex: 0 0 20px;
  font-size: 14px;
  letter-spacing: 0.24em;
  line-height: 1.86;
  margin-bottom: 20px;
}
section.course .course_dl-item dd {
  position: relative;
  flex: 1 1 auto;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.57;
}
section.course .course_dl-item dd:before {
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #00146E;
}
section.course .course_dl-item dd .normalList > li:before{
  top: 0;
  content: '■';
  background: none;
}
section.course .course_item.no10 .noteList {
  margin-bottom: 20px;
}
section.course .course_list + .noteList li {
  font-size: 14px;
}
/* notice */
section.notice {
  padding-top: 120px;
}
section.notice h3 {
  font-size: 14px;
  letter-spacing: 0.2em;
}

section.notice .inner {
  width: calc(100% - 40px);
  margin: 0 auto 120px;
}
section.notice .fc_red {
  color: #E8380D;
}
/* reserve */
section.reserve {
  padding-top: 120px;
  padding-bottom: 80px;
}
section.reserve .inner {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
}
section.reserve .heading2 {
  color: #fff;
  margin-bottom: 94px;
}

section.reserve .heading2:after {
  background-color: #fff;
}
section.reserve .form-search {
  height: auto;
}

section.reserve .tab{
  font-family: "Open Sans", "NotoSansCJKjp", sans-serif;
}
section.reserve .tab .tab-nav-wrap {
  padding-left: 0;
  padding-right: 0;
}
section.reserve .tab .tab-nav-wrap > .tab-nav > li > a,
section.reserve .tab .tab-nav-wrap > .tab-nav > li > span {
  flex-wrap: wrap;
}
section.reserve .tab .tab-nav-wrap .tab-nav > li * > small {
  display: inline-block;
  margin-top: -15px;
  font-size: 11px;
  width: 100%;
}

/* access */
section.access {
  padding-top: 80px;
}
section.access .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
section.access .access_img {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
section.access .access_img img {
  vertical-align: top;
}
section.access .access_text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

/* pagetop */
.pagetop {
  position: absolute;
  bottom: -80px;
  right: 0;
}
.pagetop img {
  width: 50px;
  height: 50px;
}
/* sidenav */
.side_nav {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background-color: #032F4B;
  z-index: 99;
}
.side_nav a {
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}