@charset 'UTF-8';
/*---------------------------------------------------------
 common
--------------------------------------------------------- */
.res-inner-contents {
  color: #242424;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.res-inner-contents * {
  box-sizing: border-box;
}

.res-inner-contents section {
  padding: 45px 1.5rem;
}

@media screen and (min-width: 768px) {
  .res-inner-contents section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1240px) {
  .res-inner-contents section {
    padding-left: 0;
    padding-right: 0;
  }
}

.res-inner-contents section .section-inner {
  margin: auto;
  max-width: 1200px;
}

.res-inner-contents p:not(:last-child) {
  margin-bottom: 2rem;
}

.res-inner-contents a {
  color: #06c;
  text-decoration: none;
  transition: all .3s;
}

.res-inner-contents a img:hover {
  opacity: .7;
  transition: all .3s;
}

.res-inner-contents ul:not(:last-child) {
  margin-bottom: 2rem;
}

.res-inner-contents li {
  padding-left: 1.6rem;
  position: relative;
}

.res-inner-contents li:before {
  content: '●';
  left: 0;
  position: absolute;
}

.res-inner-contents table {
  border-top: 1px solid #999;
  margin-bottom: 2rem;
  width: 100%;
}

.res-inner-contents table thead {
  background: #d0c3aa;
}

.res-inner-contents table thead th {
  font-weight: bold;
}

.res-inner-contents table tr {
  border-bottom: 1px solid #999;
}

thead .res-inner-contents table tr {
  border-bottom: 1px solid #a89b83;
}

.res-inner-contents table tr > * {
  padding: 2rem 1.6rem;
}

.res-inner-contents table tr > *:not(:last-child) {
  border-right: 1px solid #999;
}

.res-inner-contents table th {
  font-size: 1.8rem;
  text-align: center;
}

.res-inner-contents .button {
  background: #eb7039;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 65px;
  padding-right: 15px;
  position: relative;
}

.res-inner-contents .button:after {
  border-left: 3px solid;
  border-top: 3px solid;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 25px;
  transform: rotate(135deg);
  width: 12px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents .button:after {
    right: 25px;
  }
}

.res-inner-contents .button:hover {
  opacity: .8;
}

@media screen and (min-width: 1025px) {
  .res-inner-contents .column-box {
    display: flex;
  }
}

.res-inner-contents .column-box .column-box-header {
  flex: none;
  width: 115px;
}

.res-inner-contents .column-box .column-box-header h2 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .res-inner-contents .column-box .column-box-header h2 {
    font-weight: bold;
    margin-bottom: .5rem;
  }
}

.res-inner-contents .column-box .column-box-body {
  flex: 1;
}

.res-inner-contents .icon {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  margin: -3px 2rem 0;
  vertical-align: middle;
  width: 1em;
}

.res-inner-contents .icon.arrow {
  background-image: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/icon_arrow.png);
}

.res-inner-contents .icon.airplane {
  background-image: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/icon_airplane.png);
}

.res-inner-contents .icon .sp {
  display: none;
}

.res-inner-contents .title-box {
  display: none;
}

.res-inner-contents #mainvisual {
  background-color: #080204;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #mainvisual {
    padding: 15px 10px;
  }
}

.res-inner-contents #mainvisual .mainvisual-wrapper {
  -webkit-animation: fadein 3s ease alternate forwards;
          animation: fadein 3s ease alternate forwards;
  background-image: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/mainvisual_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 920px;
  margin: auto;
  opacity: 0;
  position: relative;
  text-indent: -9999px;
  width: 650px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #mainvisual .mainvisual-wrapper {
    height: 453px;
    width: 320px;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 50%;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 50%;
  }
  100% {
    opacity: 1;
  }
}

.res-inner-contents #mainvisual .mainvisual-inner {
  background-image: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/mainvisual_frame.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.res-inner-contents #mainvisual h1,
.res-inner-contents #mainvisual p {
  display: none;
}

.res-inner-contents #mainvisual img {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #mainvisual img {
    height: auto;
    max-width: 100%;
  }
}

.res-inner-contents #mainvisual .mainvisual-logo {
  left: 250px;
  top: 90px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #mainvisual .mainvisual-logo {
    left: 100px;
    top: 45px;
    width: 120px;
  }
}

.res-inner-contents #mainvisual .mainvisual-text {
  left: 140px;
  top: 160px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #mainvisual .mainvisual-text {
    left: 70px;
    top: 80px;
    width: 180px;
  }
}

.res-inner-contents #mainvisual .mainvisual-mark {
  right: -60px;
  top: 40px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #mainvisual .mainvisual-mark {
    right: -15px;
    top: 10px;
    width: 67px;
  }
}

.res-inner-contents #mainvisual .mainvisual-airplane {
  -webkit-animation: moveAirplane 3s ease 2s alternate forwards, showAirplane 2s ease 6s alternate forwards;
          animation: moveAirplane 3s ease 2s alternate forwards, showAirplane 2s ease 6s alternate forwards;
  left: -100px;
  top: 320px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #mainvisual .mainvisual-airplane {
    -webkit-animation-name: moveAirplane-sp,showAirplane-sp;
            animation-name: moveAirplane-sp,showAirplane-sp;
    left: -50px;
    top: 150px;
    width: 50px;
  }
}

@-webkit-keyframes moveAirplane {
  100% {
    left: 700px;
    top: 220px;
  }
}

@keyframes moveAirplane {
  100% {
    left: 700px;
    top: 220px;
  }
}

@-webkit-keyframes moveAirplane-sp {
  100% {
    left: 400px;
    top: 80px;
  }
}

@keyframes moveAirplane-sp {
  100% {
    left: 400px;
    top: 80px;
  }
}

@-webkit-keyframes showAirplane {
  0% {
    left: 15px;
    opacity: 0;
    top: 300px;
  }
  100% {
    left: 15px;
    opacity: 1;
    top: 300px;
  }
}

@keyframes showAirplane {
  0% {
    left: 15px;
    opacity: 0;
    top: 300px;
  }
  100% {
    left: 15px;
    opacity: 1;
    top: 300px;
  }
}

@-webkit-keyframes showAirplane-sp {
  0% {
    left: 10px;
    opacity: 0;
    top: 150px;
  }
  100% {
    left: 10px;
    opacity: 1;
    top: 150px;
  }
}

@keyframes showAirplane-sp {
  0% {
    left: 10px;
    opacity: 0;
    top: 150px;
  }
  100% {
    left: 10px;
    opacity: 1;
    top: 150px;
  }
}

.res-inner-contents #mainvisual .mainvisual-stone-statue {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeoutStoneStatue;
          animation-name: fadeoutStoneStatue;
  bottom: 50px;
  left: 200px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #mainvisual .mainvisual-stone-statue {
    bottom: 10px;
    left: 100px;
    width: 120px;
  }
}

@-webkit-keyframes fadeoutStoneStatue {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 50%;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeoutStoneStatue {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 50%;
  }
  100% {
    opacity: 0;
  }
}

.res-inner-contents #story {
  background: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/bg_story.jpg);
  background-position: center;
  background-size: cover;
  color: white;
  color: white;
  font-family: '游明朝','YuMincho';
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .res-inner-contents #story {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}

.res-inner-contents #story h2 {
  background: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/bg_story_title.png) no-repeat center;
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #story h2 {
    background: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/bg_story_title_sp.png) no-repeat center;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .res-inner-contents #story p {
    font-size: 2rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .res-inner-contents #story br {
    display: none;
  }
}

.res-inner-contents #notes {
  background-image: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/bg_notes.jpg);
  background-size: 100%;
  color: white;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #notes {
    background-image: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/bg_notes_sp.jpg);
    background-position: top center;
    background-size: 1000%;
  }
}

@media screen and (min-width: 768px) {
  .res-inner-contents #notes {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}

.res-inner-contents #notes p:not([class]) {
  font-family: '游明朝','YuMincho';
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #notes p:not([class]) {
    font-weight: normal;
    line-height: 1.6;
  }
}

.res-inner-contents #notes li:before {
  content: '※';
}

@media screen and (max-width: 767px) {
  .res-inner-contents #notes li {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
  }
}

.res-inner-contents .notes-others-open {
  color: #3ff;
  display: inline-block;
  margin-bottom: 2rem;
  padding-right: 34px;
  position: relative;
}

.res-inner-contents .notes-others-open:after {
  background: #937d54 url(/domestic/area/chushikoku/local_tabinazo_yonago/images/icon_arrow_white.png) no-repeat center;
  background-size: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 5px;
  transition: .4s;
  width: 2rem;
}

.res-inner-contents .notes-others-open:hover {
  cursor: pointer;
  text-decoration: underline;
}

.res-inner-contents .notes-others-open.open:after {
  background-color: #a0a0a0;
  transform: rotate(180deg);
}

.res-inner-contents .notes-others-open + ul {
  display: none;
}

.res-inner-contents #course {
  background: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/bg_details.jpg);
  background-size: 100%;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #course {
    padding-bottom: 20px;
  }
}

.res-inner-contents #course .column-box {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents #course .column-box {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .res-inner-contents .course-name p {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.res-inner-contents .course-price p:nth-child(1) {
  font-size: 2.5rem;
  margin-bottom: .5rem;
}

.res-inner-contents .course-price p:nth-child(2) {
  font-size: 1.8rem;
}

.res-inner-contents .course-schedule ul {
  margin-bottom: 4.5rem;
}

.res-inner-contents .course-schedule li span {
  font-size: 1.4rem;
}

.res-inner-contents .course-schedule .table-wrapper {
  overflow-x: scroll;
}

@media screen and (min-width: 1025px) {
  .res-inner-contents .course-schedule .table-wrapper {
    overflow-x: visible;
  }
}

.res-inner-contents .course-schedule .slide {
  background-image: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/icon_hand.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 25px;
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .res-inner-contents .course-schedule .slide {
    display: none;
  }
}

.res-inner-contents .course-schedule table {
  min-width: 1024px;
}

@media screen and (min-width: 1025px) {
  .res-inner-contents .course-schedule table {
    min-width: 0;
  }
}

.res-inner-contents .course-schedule table td {
  text-align: center;
  vertical-align: middle;
}

.res-inner-contents .course-schedule table td.table-body-text {
  text-align: left;
  vertical-align: top;
}

.res-inner-contents .course-schedule table td:nth-child(1) {
  width: 120px;
}

.res-inner-contents .course-schedule table td:nth-child(2) {
  width: 120px;
}

.res-inner-contents .course-schedule table td:nth-child(4) {
  width: 105px;
}

.res-inner-contents .course-schedule table h3 {
  font-size: 1.8rem;
  margin-bottom: .5rem;
}

.res-inner-contents .course-schedule table p span {
  background: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/icon_search.png) no-repeat left .5rem;
  color: #36f;
  display: inline-block;
  padding-left: 2rem;
}

.res-inner-contents .course-schedule table p span.point1 {
  margin-left: 3rem;
}

.res-inner-contents .course-schedule table p span.point2 {
  margin-left: 6rem;
}

.res-inner-contents .course-schedule table p span.point3 {
  background: none;
  padding-left: 0;
}

.res-inner-contents .course-schedule table p span.point4 {
  margin-left: 4.2rem;
}

.res-inner-contents .course-hotel table th:nth-child(1) {
  width: 180px;
}

.res-inner-contents .course-hotel h3 {
  color: #06c;
  font-size: 1.8rem;
  margin-bottom: 5px;
  position: relative;
}

.res-inner-contents .course-hotel h3.open span {
  background-color: #a0a0a0;
  width: 30px;
}

.res-inner-contents .course-hotel h3.open span:before {
  transform: translate(-4px, -4px) rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .res-inner-contents .course-hotel h3.open span:before {
    transform: translate(-1px, -2px) rotate(180deg);
  }
}

.res-inner-contents .course-hotel h3:hover {
  cursor: pointer;
  text-decoration: underline;
}

.res-inner-contents .course-hotel h3:hover span {
  opacity: .8;
}

.res-inner-contents .course-hotel h3 span {
  background: #937d54;
  border-radius: 30px;
  color: white;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  width: 105px;
}

.res-inner-contents .course-hotel h3 span:before {
  background: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/icon_arrow_white.png) no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 0;
  transition: .8s;
  vertical-align: middle;
  width: 20px;
}

.res-inner-contents .course-hotel .hotel-information {
  display: none;
}

@media screen and (min-width: 1025px) {
  .res-inner-contents .course-hotel .hotel-information-inner {
    display: flex;
    justify-content: space-between;
  }
}

.res-inner-contents .course-hotel ul ul {
  margin-left: -1.6rem;
}

.res-inner-contents .course-hotel ul ul li:before {
  content: '・';
}

@media screen and (max-width: 767px) {
  .res-inner-contents .course-hotel ul ul li br {
    display: none;
  }
}

.res-inner-contents .course-hotel .hotel-map {
  background: #a7a7a7;
  flex: none;
  height: 180px;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents .course-hotel .hotel-map {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .res-inner-contents .course-hotel table {
    border: none;
    min-width: 0;
  }
  .res-inner-contents .course-hotel table tr {
    border: none;
  }
  .res-inner-contents .course-hotel table tr > * {
    border: none;
    display: block;
    padding: 1rem 0;
    text-align: left;
  }
  .res-inner-contents .course-hotel table thead {
    display: none;
  }
  .res-inner-contents .course-hotel table h3 span {
    width: 30px;
  }
  .res-inner-contents .course-hotel table h3 span:before {
    background-position: 3px 1px;
  }
}

.res-inner-contents .course-reserve {
  text-align: center;
}

.res-inner-contents .course-reserve li {
  padding-left: 0;
}

.res-inner-contents .course-reserve li:before {
  content: none;
}

.res-inner-contents .course-banners {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

.res-inner-contents .course-banners li {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .res-inner-contents .course-banners li {
    margin: 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .res-inner-contents .course-buttons {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .res-inner-contents .course-buttons li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .res-inner-contents .course-buttons li {
    margin-bottom: 1.8rem;
  }
}

.res-inner-contents .course-buttons .button {
  width: 335px;
}

/*---------------------------------------------------------
 pagetop
--------------------------------------------------------- */
.global-pagetop-box .global-pagetop-inner {
  background: #77633e;
  border-radius: 5px 0 0 5px;
  bottom: 30px;
  height: 50px;
  max-width: 100%;
  padding: 0 0 0 15px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 160px;
}

.global-pagetop-box .global-pagetop-inner:after {
  color: white;
  content: 'ページTOPへ';
  display: inline-block;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 15px;
  vertical-align: top;
}

.global-pagetop-box .global-pagetop-inner:hover {
  cursor: pointer;
  opacity: .8;
}

.global-pagetop-box .pagetop {
  height: 33px;
  margin-top: 8px;
  width: 33px;
}

.global-pagetop-box .pagetop:after {
  color: #77633e;
  font-size: 1.8rem;
  font-weight: bold;
  left: -8px;
}

/*---------------------------------------------------------
 btn-takarush
--------------------------------------------------------- */
.btn-takarush {
  bottom: 30px;
  left: 0;
  position: fixed;
  z-index: 99;
}

.btn-takarush a {
  background: #77633e;
  border-radius: 0 5px 5px 0;
  color: white !important;
  display: inline-block;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  line-height: 1;
  outline: none;
  padding-left: 60px;
  padding-top: 10px;
  position: relative;
  width: 180px;
}

.btn-takarush a:before {
  background: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/icon_takarush.png) no-repeat;
  content: '';
  display: block;
  height: 41px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 36px;
}

.btn-takarush a:after {
  background: url(/domestic/area/chushikoku/local_tabinazo_yonago/images/icon_window.png) no-repeat;
  bottom: 12px;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  width: 13px;
}

.btn-takarush a:hover {
  opacity: .8;
}

.btn-takarush a:focus {
  outline: none !important;
}

.btn-takarush a img {
  display: none !important;
}

/*---------------------------------------------------------
 IE11
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .btn-takarush a {
    padding-top: 13px;
  }
  *::-ms-backdrop,
  #story h2 {
    padding-top: 18px;
  }
  *::-ms-backdrop,
  .button {
    padding-top: 5px;
  }
}