@charset "UTF-8";
/*
 * CSS for SmartPhone
 * @date     2017.03.21
 * @author   Sungjoon Park
 */
/* ------------------------------------------

------------------------------------------ */
#keyVisual {
  margin-bottom: 12px;
}

#keyVisual img {
  width: 100%;
  display: block;
}

#keyVisual h1 {
  text-indent: inherit;
  position: absolute;
  width: 80%;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  left: 10%;
  margin-top: 28px;
  line-height: 1.1;
}

#keyVisual h1 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

.page_term {
  font-size: 13px;
  line-height: 1.4;
  margin: auto 12px 15px 12px;
  text-align: center;
}

/* ----- nav -----*/
#pageTab {
  margin: 12px 0 0 0;
}

#pageTab ul {
  width: 96%;
  margin: 0px 2% 12px 2%;
  z-index: 99;
}

#pageTab ul.tab5 li {
  width: 20%;
  margin: 0;
  background: #fff;
}

#pageTab ul li a {
  background: #dedede;
  height: auto;
  padding: 15px 0;
}

#pageTab ul li a:hover {
  opacity: 0.75;
}

/* ----- contents -----*/
#contents {
  padding: 0;
  background: #fff;
}

.page_cpn .cpn_box {
  margin: 12px 12px 28px;
}

.page_cpn .cpn_box img {
  display: block;
  width: 100%;
}

.page_cpn .cpn_box a:hover img {
  opacity: 0.8;
}

#contentsArea .page_cpn .cpn_box span {
  font-size: 12px;
  margin-top: 10px;
  background-repeat: no-repeat;
}

.cpCal,
.cpUser,
.cpPoint,
.cpTogether {
  padding-left: 16px;
  padding-right: 4px;
}

.cpCal {
  background-image: url(https://img.travel.rakuten.co.jp/special/sales/coupon/images/cpCal.svg);
}

.cpUser {
  background-image: url(https://img.travel.rakuten.co.jp/special/sales/coupon/images/cpUser.svg);
}

.cpPoint {
  background-image: url(https://img.travel.rakuten.co.jp/special/sales/coupon/images/cpPoint.svg);
}

.cpTogether {
  background-image: url(https://img.travel.rakuten.co.jp/special/sales/coupon/images/cpTogether.svg);
  background-position: left 2px;
}

.cpVol {
  font-weight: bold;
}

.page_box_sty1 {
  margin-bottom: 15px;
}

.page_h2 {
  background: #777;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  margin: 0 10px 12px 10px;
  font-size: 20px;
}

.page_box1 {
  margin: 0 10px 12px 10px;
}

.box1img img {
  display: block;
  width: 100%;
}

.page_box1 h3 {
  font-size: 14px;
  margin: 10px 0 8px;
}

.txtfont13 {
  font-size: 14px;
  line-height: 1.4;
}

.page_box_sty2 .page_box1 {
  width: 30.8%;
  margin: 0 0 10px 2%;
  float: left;
}

.page_box_sty2 .box1img {
  position: relative;
}

.page_box_sty2 .box1img:before {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/magnify.jpg) 0 0 no-repeat;
  bottom: 0;
  right: 0;
  content: "";
}

.cpn_box_info .ss-center .cp__acordion {
  clear: both;
}

.cpn_box_info .cp__acordion .cp__trigger:hover {
  background-color: #bababa;
  color: #ffffff;
}

.cpn_box_info .cp__acordion .cp__trigger {
  font-size: 13px;
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.cpn_box_info .cp__acordion .cp__trigger::after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin-top: -3.5px;
  background-repeat: no-repeat;
}

.cpn_box_info .cp__acordion li .cp__trigger {
  background: #e1e1e1;
}

.cpn_box_info .cp__liststyle-dot > * {
  text-indent: 0 !important;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
}

.cpn_box_info .cp__acordion ul.submenu {
  padding: 10px 0;
  background-color: #f0f0f0;
  line-height: 1.4;
}

.cpn_box_info .cp__acordion .cp__trigger::after {
  background-image: url(../images/icon_1.png) !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

.cpn_box_info .cp__acordion .cp__trigger.active-submenu::after {
  background-image: url(../images/icon_2.png) !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

/* ----- page_box1 -----*/
.page_box1 .ss-center .cp__acordion {
  clear: both;
}

.page_box1 .cp__acordion .cp__trigger:hover {
  background-color: #bababa;
  color: #ffffff;
}

.page_box1 .cp__acordion .cp__trigger {
  font-size: 13px;
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.page_box1 .cp__acordion .cp__trigger::after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin-top: -3.5px;
  background-repeat: no-repeat;
}

.page_box1 .cp__acordion li .cp__trigger {
  background: #e1e1e1;
}

.page_box1 .cp__liststyle-dot > * {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
}

.page_box1 .cp__acordion ul.submenu {
  background-color: #f0f0f0;
  padding: 8px 10px 10px 10px;
  line-height: 1.4;
}

.page_box1 .cp__acordion .cp__trigger::after {
  background-image: url(../images/icon_1.png) !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

.page_box1 .cp__acordion .cp__trigger.active-submenu::after {
  background-image: url(../images/icon_2.png) !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 6px;
}

.holder {
  margin-top: 10px;
}

.cp_right {
  display: none;
}

.fixBnr2 {
  position: fixed;
  display: block;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}

#contents .pagetop_btn {
  width: 50px;
  z-index: 999;
}

.pagetop_btn li {
  margin-bottom: 1px;
  background: #fff;
}

.pagetop_btn li a {
  background: #dedede;
  width: 50px;
  display: block;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
}

#contentsArea .pagetop_btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* ----- Access -----*/
.accessBox {
  border: none;
}

.page_footer {
  background: #f7f7f7;
  padding: 10px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin: 0 10px 12px 10px;
}

.page_footer ul li {
  margin-bottom: 6px;
}

.page_footer a {
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.page_footer a:hover {
  text-decoration: underline;
}

.page_footer p {
  margin: auto;
}

.page_footer p span {
  margin-right: 12px;
  display: inline-block;
}

#search-box h1 {
  display: none;
}

/*oy*/
.jdsSwiper {
  padding: 0 40px !important;
}

.swiper-wrapper {
  padding-bottom: 30px;
}

.jdsSwiper .page_box1 {
  margin: 0 0px 12px 0px;
}

.swiper-button-next {
  font-size: 12px;
  background: none !important;
}

.jdsColorBoxHtml_main .box1img {
  display: none;
}

.jdsColorBoxHtml_main .txtfont13 {
  display: none;
}

#cboxContent .jdsColorBoxHtml_main .box1img {
  display: block;
}

#cboxContent .jdsColorBoxHtml_main .txtfont13 {
  display: block;
}

#colorbox {
  height: 100% !important;
  position: fixed !important;
  top: 20px !important;
  overflow: visible !important;
}

#cboxContent {
  float: none !important;
  height: 100% !important;
  max-width: 96% !important;
  margin: auto !important;
}

#cboxWrapper {
  height: auto !important;
  overflow: visible !important;
}

#cboxMiddleLeft {
  height: 100% !important;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
  height: 100% !important;
}

#cboxLoadedContent {
  background: #fff !important;
  border: 1px solid #333 !important;
  padding: 12px 15px;
  box-sizing: border-box;
  height: auto !important;
  width: auto !important;
}

#cboxClose {
  background: url(../images/close.jpg) top right no-repeat !important;
  background-position-x: center;
  background-position-y: top;
  width: 25px !important;
  height: 25px !important;
}

#cboxTitle {
  font-size: 0;
}

button#cboxPrevious {
  background: url(../images/arrow_left.png) top right no-repeat !important;
  width: 32px !important;
  left: -20px !important;
  height: 32px;
}

button#cboxNext {
  background: url(../images/arrow_right.png) top right no-repeat !important;
  z-index: 999;
  width: 32px !important;
  right: -20px !important;
  height: 32px;
}

.swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
  content: "" !important;
  background: url(../images/arrow_left.png) 0 0 no-repeat !important;
  font-size: 0;
  top: 35% !important;
  z-index: 999;
}

.swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  content: "" !important;
  background: url(../images/arrow_right.png) 0 0 no-repeat !important;
  font-size: 0;
  top: 35% !important;
  z-index: 999;
}

.page_foot_box .swiper-button-prev {
  left: 0px;
}

.page_foot_box .swiper-button-next {
  right: 0px;
}

.page_foot_box .swiper-container {
  width: 96% !important;
  margin: auto;
  padding: 0 2% !important;
}

#contentsArea .cpn_box .btn {
  margin: 12px 15px;
}

#contentsArea .cpn_box .btn .main {
  border: 2px solid #7bb33e;
  border-radius: 5px;
  background-color: #fff;
  color: #7bb33e;
  text-align: center;
  display: block;
  margin: 0px auto;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  font-size: 16px;
}

#contentsArea .cpn_box .btn .main:after {
  position: absolute;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDNkQ4N0ZGMzJGQzRFNzExODg5RkM1RTg2NEE3ODZENyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNzczMUIzN0M1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNzczMUIzNkM1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCMjI2MTI1MUFDNUU3MTE5RkIzOUM4RTk0QkM0M0U5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2RDg3RkYzMkZDNEU3MTE4ODlGQzVFODY0QTc4NkQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xa2QmQAAAM5JREFUeNpc0L8LAWEcx/HnZLiBQcmk/AVKdu4fMCr5D1hJEqV0GSwkshoNYmCVTPwZwmAxUSTnvO96Tg9Pvfo+d9/P8+NOqy/SdyGEjgoGZmbzEMrwYQ0LTRQbS0P/DxQwQQAt51kNabZtC15EmXeQxw0NjDju6QacQShGMZGToTZW34AMRShDZPHCzid+RxghOb/g7FdWJyg9GNijiq13SafZRwpHlLjg1P1MmklqVzZPKGPm7ewcMUYcB9mcs/qt/qggrqjJpqXe+iPAAHnLRIHtZQkmAAAAAElFTkSuQmCC) 0 0 no-repeat;
  height: 12px;
  width: 8px;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  display: block;
}

#contentsArea .cpn_box .btn .main:hover {
  opacity: 0.8;
}

.tableholder {
  margin: 0 10px;
}

.tableholder table {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
}

.tableholder table tr:first-child {
  color: #fff;
}

.tableholder table tr:first-child td {
  text-align: center !important;
  background-color: #1ba81b !important;
}

.tableholder table td {
  display: block;
  padding: 5px;
}

.tableholder table tr td:first-child {
  background-color: #e1e1e1;
  font-weight: bold;
}

.coupon-guide {
  margin: 1em auto;
  font-size: 13px;
  text-align: center;
}

.coupon-guide a {
  display: inline-block;
  padding: 0.25em 0.5em 0.5em 1em;
  border-radius: 4px;
  background-color: #e1e1e1;
}

.coupon-guide a::after {
  display: inline-block;
  content: "";
  background-image: url(https://img.travel.rakuten.co.jp//special/sales/template/html/images/Linkwindow.svg);
  width: 16px;
  height: 16px;
  position: relative;
  right: -2px;
}

.disclaimer {
  margin: 20px auto;
  font-size: 12px;
  text-align: center;
}

#newetiquette {
  width: 90%;
  text-align: center;
  margin: 30px auto;
  background: #eee;
  padding: 15px 0;
}

#newetiquette a {
  color: #0059B2 !important;
}

#pageInquiry .inquiryTable {
  width: 92%;
  margin: 40px auto 20px;
  font-size: 14px;
}

#pageInquiry tr,
#pageInquiry th,
#pageInquiry td {
  display: block;
}

#pageInquiry th,
#pageInquiry td {
  border: solid 1px #aaa;
  padding: 1em;
}

#pageInquiry th {
  background-color: #efefef;
}

#pageInquiry td {
  border-top: none;
  border-bottom: none;
}

#pageInquiry tr:last-child td {
  border-bottom: solid 1px #aaa;
}

#pageInquiry .inquiryTable a {
  color: #0059B2;
}

#contents .gototop_btn {
  margin-top: 10px;
  background: none;
}

#contents .gototop_btn a {
  display: block;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px 4px 0 0;
  color: #FFF;
  position: relative;
}

#contents .gototop_btn a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(-45deg);
  content: "";
}

#contents .gototop_btn a span {
  display: none;
}

.page_foot_box {
  width: 94%;
  margin: auto;
}

.page_foot_box .swiper-slide {
  width: 180px !important;
  font-size: 13px;
}

/* ----- ▼▼▼米子市追加部分▼▼▼ -----*/
html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 100%;
}

.yonago {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  color: #333333;
  font-size: 3.4666666667vw;
  line-height: 1.6;
}
.yonago * {
  box-sizing: border-box;
}
.yonago *:focus {
  outline: none;
}
.yonago img {
  max-width: 100%;
  height: auto;
}
.yonago .cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.yonago ol,
.yonago ul {
  list-style-type: none;
}
.yonago table {
  border-collapse: collapse;
  border-spacing: 0;
}
.yonago .inner {
  width: 91.4666666667vw;
  margin: 0 auto;
}
.yonago .red {
  color: #e50d31;
}
.yonago .sp_none {
  display: none !important;
}
.yonago .sp_block {
  display: block !important;
}

#newetiquette {
  border-radius: 13.3333333333vw;
}

.yonago #contents.column1 {
  width: 100%;
}
.yonago .fadein {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(50px);
}
.yonago .fadein.in {
  opacity: 1;
  transform: translateY(0);
}
.yonago .fadein.delay01 {
  transition-delay: 0.5s;
}
.yonago .fadein.delay02 {
  transition-delay: 1s;
}
.yonago .fadein.delay03 {
  transition-delay: 1.5s;
}
.yonago .mv {
  background: url(../images/pic_mv_sp.png) no-repeat center top/cover;
  width: 100%;
  padding-top: 9.3333333333vw;
  position: relative;
}
.yonago .mv::before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1;
  padding: 4px 0;
  content: "PR";
  z-index: 3;
}
.yonago .mv .tit_wrap {
  margin-left: 4vw;
}
.yonago .mv .tit_wrap h1 {
  margin-top: 2vw;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
  width: 56.9333333333vw;
  margin-left: 4vw;
}
.yonago .mv .tit_wrap span {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
  transition-delay: 0.5s;
  width: 21.6vw;
}
.yonago .mv .map {
  margin-top: 63.3333333333vw;
  width: 90.4vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
  transition-delay: 1.2s;
}
.yonago .mv.mv_in .tit_wrap h1,
.yonago .mv.mv_in .tit_wrap span {
  opacity: 1;
  transform: translateY(0);
}
.yonago .mv.mv_in .map {
  opacity: 1;
  transform: translateY(0);
}
.yonago .read {
  position: relative;
  background-color: #f7ecde;
  width: 100%;
}
.yonago .read .read_inner {
  position: relative;
  padding-top: 9.3333333333vw;
  padding-bottom: 9.3333333333vw;
}
.yonago .read .read_inner .ph_read_flex {
  display: flex;
  gap: 0 0.8vw;
  justify-content: center;
}
.yonago .read .read_inner .ph_read01 img,
.yonago .read .read_inner .ph_read02 img {
  width: 36.2666666667vw;
  height: 36.2666666667vw;
}
.yonago .read::before {
  position: absolute;
  content: "";
  background: url(../images/bg_read_bottom.png) no-repeat center top/contain;
  width: 100%;
  height: 15.3333333333vw;
  bottom: -15.3333333333vw;
  left: 0;
}
.yonago .read .text {
  text-align: center;
  font-size: 4vw;
  line-height: 2.5;
  margin-top: 9.3333333333vw;
}
.yonago .read .read_btn {
  margin-top: 8.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.yonago .read .read_btn img {
  width: 87.4666666667vw;
}
.yonago .nav_wrap {
  margin-top: 13.3333333333vw;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 2vw;
  position: relative;
}
.yonago .nav_wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.yonago .nav_wrap ul li {
  position: relative;
}
.yonago .nav_wrap ul li.line::before {
  position: absolute;
  content: "";
  background: url(../images/pic_nav_line_sp.png) no-repeat center top/contain;
  width: 26.1333333333vw;
  height: 2.9333333333vw;
  bottom: -0.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  pointer-events: none;
}
.yonago .nav_wrap ul li a {
  width: 31.3333333333vw;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}
.yonago .nav_wrap ul li a img {
  height: 3.2vw;
}
.yonago .nav_wrap ul li a::before {
  position: absolute;
  content: "";
  background: url(../images/pic_nav_side_sp.png) no-repeat center top/contain;
  left: -0.9333333333vw;
  bottom: -2vw;
  transform: translateY(-50%);
  height: 4vw;
  width: 1.8666666667vw;
}
.yonago .nav_wrap ul li:first-child a::before {
  left: 0;
}
.yonago .nav_wrap ul li:last-child a::after, .yonago .nav_wrap ul li:nth-child(3) a::after {
  position: absolute;
  content: "";
  background: url(../images/pic_nav_side_sp.png) no-repeat center top/contain;
  right: 0;
  bottom: -2vw;
  transform: translateY(-50%);
  height: 4vw;
  width: 1.8666666667vw;
}
.yonago .float_nav {
  position: fixed;
  width: 100%;
  height: 16vw;
  top: 0;
  left: 0;
  transform: translateY(-110%);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  transition: 0.8s;
  background-color: #fff;
}
.yonago .float_nav ul li a {
  height: 6.6666666667vw;
}
.yonago .float_nav.in {
  transform: translateY(0);
}
.yonago .pickup {
  width: 100%;
  background: url(../images/bg_pickup_sp.jpg) no-repeat center top/cover;
  padding-top: 11.7333333333vw;
  padding-bottom: 22.6666666667vw;
}
.yonago .pickup h2 {
  text-align: center;
}
.yonago .pickup h2 img {
  width: 95.6vw;
}
.yonago .pickup .swiper_wrap {
  margin-top: 3.3333333333vw;
  padding-left: 0.9333333333vw;
  padding-right: 0.9333333333vw;
  position: relative;
  z-index: 1;
}
.yonago .pickup .swiper_wrap .swiper-wrapper {
  padding-bottom: 0;
}
.yonago .pickup .swiper_wrap .swiper-horizontal > .swiper-pagination-bullets,
.yonago .pickup .swiper_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.yonago .pickup .swiper_wrap .swiper-pagination-custom,
.yonago .pickup .swiper_wrap .swiper-pagination-fraction {
  bottom: -10vw;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.yonago .pickup .swiper_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.yonago .pickup .swiper_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 4.5333333333vw;
  opacity: 1;
  background-color: #cacaca;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
}
.yonago .pickup .swiper_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.yonago .pickup .swiper_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.yonago .pickup .swiper_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yonago .pickup .swiper_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #33b35e;
}
.yonago .pickup .text {
  width: 100%;
  background-color: #fff;
  margin-top: 15.2vw;
  padding: 5.3333333333vw 5.3333333333vw 24.4vw 5.3333333333vw;
  position: relative;
}
.yonago .pickup .text .img_wrap {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
}
.yonago .pickup .text .img_wrap img {
  width: 47.4666666667vw;
}
.yonago .route {
  padding-top: 12.2666666667vw;
}
.yonago .route .inner {
  width: 100%;
}
.yonago .route h2 {
  text-align: center;
  position: relative;
}
.yonago .route h2 img {
  width: 97.0666666667vw;
}
.yonago .route .text_top {
  text-align: center;
  margin-top: 3.3333333333vw;
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .route .start {
  margin-top: 6.4vw;
  background: url(../images/bg_start_sp.png) no-repeat center top/contain;
  padding-left: 6.6666666667vw;
  padding-top: 11.3333333333vw;
  padding-right: 5.6vw;
  padding-bottom: 30.9333333333vw;
  width: 95.2vw;
  height: 98.4vw;
  margin-left: 2.6666666667vw;
}
.yonago .route .start h3 {
  padding-left: 9.3333333333vw;
}
.yonago .route .start h3 img {
  width: 56.5333333333vw;
}
.yonago .route .start .text {
  margin-top: 4vw;
}
.yonago .route .start .notes {
  margin-top: 2.9333333333vw;
  font-size: 3.2vw;
  line-height: 1.2;
}
.yonago .spot {
  position: relative;
  z-index: 2;
  width: 91.4666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .spot.fadein {
  transform: translateY(0);
  opacity: 1;
}
.yonago .spot.fadein .text h3 {
  transform: translateX(-50px);
  opacity: 0;
  transition: 0.8s;
}
.yonago .spot.fadein .text p {
  transform: translateX(-50px);
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.5s;
}
.yonago .spot.fadein .ph_img {
  opacity: 0;
}
.yonago .spot.fadein.in .text h3 {
  transform: translateX(0);
  opacity: 1;
}
.yonago .spot.fadein.in .text p {
  transform: translateX(0);
  opacity: 1;
}
.yonago .spot.fadein.in .ph_img {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  animation-delay: 1s;
}
.yonago .spot.fadein.fade_reverse .text h3 {
  transition-delay: 0.5s;
}
.yonago .spot.fadein.fade_reverse .text p {
  transition-delay: 1s;
}
.yonago .spot.fadein.fade_reverse .ph_img {
  animation-delay: 0s;
}
.yonago .spot .swiper_wrap {
  position: relative;
}
.yonago .spot .swiper_wrap .swiper-wrapper {
  padding-bottom: 0;
}
.yonago .spot .swiper_wrap .swiper-horizontal > .swiper-pagination-bullets,
.yonago .spot .swiper_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.yonago .spot .swiper_wrap .swiper-pagination-custom,
.yonago .spot .swiper_wrap .swiper-pagination-fraction {
  bottom: -10vw;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.yonago .spot .swiper_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.yonago .spot .swiper_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 4.5333333333vw;
  opacity: 1;
  background-color: #cacaca;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
}
.yonago .spot .swiper_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.yonago .spot .swiper_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.yonago .spot .swiper_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yonago .spot .swiper_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #33b35e;
}
.yonago .spot .text h3 {
  text-align: center;
}
.yonago .spot .text p {
  margin-top: 3.3333333333vw;
}
.yonago .station {
  margin-top: 30.4vw;
}
.yonago .station::before {
  position: absolute;
  content: "";
  background: url(../images/pic_station_item_sp.png) no-repeat center top/contain;
  width: 22.6666666667vw;
  height: 27.2vw;
  top: -29.6vw;
  left: 25.6vw;
}
.yonago .station .text {
  width: 100%;
}
.yonago .station .text h3 img {
  width: 52.1333333333vw;
}
.yonago .station .ph_img {
  margin-top: 3.3333333333vw;
  text-align: center;
}
.yonago .station .ph_img img {
  width: 72vw;
}
.yonago .ramen {
  margin-top: 24.6666666667vw;
}
.yonago .ramen::before {
  position: absolute;
  content: "";
  background: url(../images/pic_ramen_item_sp.png) no-repeat center top/contain;
  width: 57.8666666667vw;
  height: 83.7333333333vw;
  top: -25.3333333333vw;
  left: -2.9333333333vw;
  z-index: -1;
}
.yonago .ramen .ph_img {
  position: absolute;
  left: -2.9333333333vw;
  top: -18.6666666667vw;
}
.yonago .ramen .ph_img img {
  width: 48.9333333333vw;
}
.yonago .ramen .text {
  width: 69.2vw;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.yonago .ramen .text h3 {
  margin-left: 28.1333333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
.yonago .ramen .text h3 img {
  width: 29.0666666667vw;
}
.yonago .ramen .text p {
  margin-top: 4.8vw;
}
.yonago .ramen .text::before {
  position: absolute;
  content: "";
  background: url(../images/tit_ramen_item_sp.png) no-repeat center top/contain;
  width: 30.4vw;
  height: 4.4vw;
  top: -8vw;
  right: 11.3333333333vw;
}
.yonago .road {
  margin-top: 33.3333333333vw;
}
.yonago .road::before {
  position: absolute;
  content: "";
  background: url(../images/pic_road_item_sp.png) no-repeat center top/contain;
  width: 38.9333333333vw;
  height: 14vw;
  top: -13.3333333333vw;
  left: 1.3333333333vw;
  z-index: -1;
}
.yonago .road .text h3 {
  text-align: left;
}
.yonago .road .text h3 img {
  width: 24.6666666667vw;
}
.yonago .road .ph_img {
  position: absolute;
  right: 0;
  top: -26.6666666667vw;
}
.yonago .road .ph_img img {
  width: 54.4vw;
}
.yonago .bg_blue {
  background-color: #eaf5fc;
  margin-top: 36.6666666667vw;
  padding-bottom: 16vw;
  position: relative;
}
.yonago .bg_blue::before {
  position: absolute;
  content: "";
  background: url(../images/pic_town_item_sp01.png) no-repeat center top/contain;
  width: 52.6666666667vw;
  height: 34.2666666667vw;
  right: 3.7333333333vw;
  top: -33.3333333333vw;
}
.yonago .town {
  display: flex;
  flex-direction: column;
}
.yonago .town .text {
  margin-top: 14vw;
  order: 2;
  position: relative;
}
.yonago .town .text h3 {
  text-align: left;
}
.yonago .town .text h3 img {
  width: 66.4vw;
}
.yonago .town .text::before {
  position: absolute;
  content: "";
  background: url(../images/pic_town_item_sp02.png) no-repeat center top/contain;
  top: -4.6666666667vw;
  right: -1.2vw;
  width: 23.2vw;
  height: 17.7333333333vw;
}
.yonago .town .ph_img {
  order: 1;
  margin-top: -9.3333333333vw;
}
.yonago .town .ph_img .swiper_wrap {
  width: 66.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .town.fadein_reverse .text h3 {
  transition-delay: 0.7s;
}
.yonago .town.fadein_reverse .text p {
  transition-delay: 1.2s;
}
.yonago .info {
  margin-top: 14.6666666667vw;
  text-align: left;
}
.yonago .info::before {
  position: absolute;
  content: "";
  background: url(../images/pic_info_item_sp.png) no-repeat center top/contain;
  top: -13.7333333333vw;
  right: -2.1333333333vw;
  width: 57.6vw;
  height: 17.2vw;
  z-index: -1;
}
.yonago .info .text h3 {
  text-align: left;
}
.yonago .info .text h3 img {
  width: 29.8666666667vw;
}
.yonago .info .text p {
  width: 54.2666666667vw;
}
.yonago .info .text .notes {
  width: 100%;
  margin-top: 3.4666666667vw;
  font-size: 3.2vw;
  line-height: 1.3;
}
.yonago .info .ph_img {
  position: absolute;
  right: -2.6666666667vw;
  top: -2vw;
}
.yonago .info .ph_img img {
  width: 40vw;
}
.yonago .kamogawa {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 12.6666666667vw;
  padding-bottom: 24.8vw;
}
.yonago .kamogawa::before {
  position: absolute;
  content: "";
  background: url(../images/pic_kamogawa_item_sp.png) no-repeat center top/contain;
  top: -12vw;
  right: 0;
  width: 54.8vw;
  height: 74.9333333333vw;
}
.yonago .kamogawa .text {
  width: 36vw;
}
.yonago .kamogawa .text h3 {
  text-align: left;
}
.yonago .kamogawa .text h3 img {
  width: 22.4vw;
}
.yonago .kamogawa .text .notes {
  position: absolute;
  font-size: 3.2vw;
  line-height: 1.3;
  left: 0;
  bottom: 0;
}
.yonago .kamogawa .ph_img img {
  width: 50.6666666667vw;
}
.yonago .spot_slider {
  margin-top: 16.4vw;
  position: relative;
}
.yonago .spot_slider::before {
  position: absolute;
  content: "";
  background: url(../images/pic_spot_slide_item01_sp.png) no-repeat center top/contain;
  width: 69.4666666667vw;
  height: 16.1333333333vw;
  right: 8.2666666667vw;
  top: -20vw;
}
.yonago .spot_slider::after {
  position: absolute;
  content: "";
  background: url(../images/pic_spot_slide_item02_sp.png) no-repeat center top/contain;
  width: 19.3333333333vw;
  height: 23.4666666667vw;
  right: 37.0666666667vw;
  bottom: -25.6vw;
}
.yonago .spot_slider .swiper_wrap {
  width: 130vw;
}
.yonago .spot_slider .swiper_wrap .swiper-wrapper {
  transition-timing-function: linear;
  padding-bottom: 0;
}
.yonago .spot_slider .swiper_wrap img {
  width: 24.4vw;
}
.yonago .spot.parfait {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 12vw;
  width: 91.4666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .spot.parfait::before {
  position: absolute;
  content: "";
  background: url(../images/pic_parfait_item_sp.png) no-repeat center top/contain;
  width: 92.1333333333vw;
  height: 69.3333333333vw;
  top: -6vw;
  left: -1.8666666667vw;
}
.yonago .spot.parfait .text {
  margin-top: 3.3333333333vw;
}
.yonago .spot.parfait .text h3 {
  text-align: left;
  width: 56.5333333333vw;
}
.yonago .spot.parfait .ph_img {
  margin-left: 10px;
}
.yonago .spot.parfait .ph_img img {
  width: 66.1333333333vw;
}
.yonago .castle {
  margin-top: 10.6666666667vw;
  display: flex;
  flex-direction: column-reverse;
}
.yonago .castle::before {
  position: absolute;
  content: "";
  background: url(../images/pic_castle_item02_sp.png) no-repeat center top/contain;
  width: 54vw;
  height: 39.6vw;
  bottom: -28.8vw;
  right: 1.3333333333vw;
}
.yonago .castle h3 {
  text-align: center;
}
.yonago .castle h3 img {
  width: 65.4666666667vw;
}
.yonago .castle .text {
  margin-top: 13.3333333333vw;
}
.yonago .castle .text .notes {
  margin-top: 3.4666666667vw;
  font-size: 3.2vw;
  line-height: 1.3;
}
.yonago .castle .swiper_wrap {
  width: 72.8vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .castle .swiper_wrap::before {
  position: absolute;
  content: "";
  background: url(../images/pic_castle_item01_sp.png) no-repeat center top/contain;
  width: 31.3333333333vw;
  height: 12.5333333333vw;
  top: -14.2666666667vw;
  right: 18vw;
}
.yonago .castle .swiper_wrap .img_wrap {
  padding-left: 0.4vw;
  padding-right: 0.4vw;
}
.yonago .castle .swiper_wrap .text_wrap {
  position: absolute;
  bottom: 2.6666666667vw;
  right: -0.4vw;
}
.yonago .castle .swiper_wrap .text_wrap.text_slide01 img {
  width: 44.2666666667vw;
}
.yonago .castle .swiper_wrap .text_wrap.text_slide02 img {
  width: 45.7333333333vw;
}
.yonago .castle .swiper_wrap .text_wrap.text_slide03 img {
  width: 44.4vw;
}
.yonago .castle .swiper_wrap .text_wrap.text_slide04 img {
  width: 31.4666666667vw;
}
.yonago .gourmet {
  padding-top: 12vw;
  padding-bottom: 25.3333333333vw;
  margin-top: 24vw;
  width: 100%;
  background-color: #f7ecde;
  position: relative;
}
.yonago .gourmet::before {
  position: absolute;
  content: "";
  background: url(../images/pic_gourmet_item03_sp.png) no-repeat center top/contain;
  width: 52.1333333333vw;
  height: 35.0666666667vw;
  right: 4.2666666667vw;
  bottom: -10vw;
}
.yonago .gourmet h2 {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.yonago .gourmet h2 img {
  width: 64.1333333333vw;
}
.yonago .gourmet h2::before {
  position: absolute;
  content: "";
  background: url(../images/pic_gourmet_item02_sp.png) no-repeat center top/contain;
  width: 20.5333333333vw;
  height: 8vw;
  top: auto;
  bottom: -3.7333333333vw;
  right: -6.6666666667vw;
}
.yonago .gourmet h2::after {
  position: absolute;
  content: "";
  background: url(../images/pic_gourmet_item_sp.png) no-repeat center top/contain;
  width: 17.2vw;
  height: 14.9333333333vw;
  bottom: -13.3333333333vw;
  left: -13.8666666667vw;
}
.yonago .saba {
  margin-top: 7.0666666667vw;
  display: flex;
  flex-direction: column-reverse;
}
.yonago .saba .text {
  margin-top: -7.0666666667vw;
  margin-left: 5.3333333333vw;
  position: relative;
}
.yonago .saba .text::before {
  position: absolute;
  content: "";
  background: url(../images/tit_gourmet_item_sp.png) no-repeat center top/contain;
  width: 8.6666666667vw;
  height: 10vw;
  top: 0;
  left: -7.4666666667vw;
}
.yonago .saba .ph_img {
  text-align: right;
}
.yonago .saba .ph_img img {
  width: 68.4vw;
}
.yonago .crab {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 7.3333333333vw;
}
.yonago .crab::before {
  position: absolute;
  content: "";
  background: url(../images/pic_crab_item_sp.png) no-repeat center top/contain;
  width: 33.8666666667vw;
  height: 56.9333333333vw;
  top: -9.3333333333vw;
  right: -1.8666666667vw;
}
.yonago .crab .text {
  margin-top: -2.6666666667vw;
  margin-right: 4.8vw;
  position: relative;
}
.yonago .crab .text::before {
  position: absolute;
  content: "";
  background: url(../images/tit_gourmet_item_sp.png) no-repeat center top/contain;
  width: 8.6666666667vw;
  height: 10vw;
  top: 0;
  right: 23.7333333333vw;
}
.yonago .crab .ph_img {
  text-align: left;
}
.yonago .crab .ph_img img {
  width: 69.4666666667vw;
}
.yonago .chicken {
  margin-top: 7.7333333333vw;
  display: flex;
  flex-direction: column-reverse;
}
.yonago .chicken::before {
  position: absolute;
  content: "";
  background: url(../images/pic_chicken_item_sp.png) no-repeat center top/contain;
  width: 19.7333333333vw;
  height: 33.7333333333vw;
  top: -4.6666666667vw;
  left: 2.6666666667vw;
}
.yonago .chicken .text {
  margin-top: -5.0666666667vw;
  margin-left: 5.3333333333vw;
  position: relative;
}
.yonago .chicken .text::before {
  position: absolute;
  content: "";
  background: url(../images/tit_gourmet_item_sp.png) no-repeat center top/contain;
  width: 8.6666666667vw;
  height: 10vw;
  top: 0;
  left: -7.4666666667vw;
}
.yonago .chicken .ph_img {
  text-align: right;
}
.yonago .chicken .ph_img img {
  width: 68.8vw;
}
.yonago h2.time {
  margin-top: 13.6vw;
  margin-right: auto;
}
.yonago h2.time img {
  width: 96.1333333333vw;
}
.yonago .spot.stay {
  margin-top: 4.2666666667vw;
  display: flex;
  flex-direction: column-reverse;
  width: 91.4666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .spot.stay h3 {
  text-align: center;
}
.yonago .spot.stay h3 img {
  width: 70.6666666667vw;
}
.yonago .spot.stay .ph_img {
  text-align: center;
}
.yonago .spot.stay .ph_img img {
  width: 72vw;
}
.yonago .spot.stay .text {
  margin-top: 4.8vw;
}
.yonago .spot.stay .text .btn_more {
  margin-top: 6vw;
  text-align: center;
}
.yonago .spot.stay .text .btn_more img {
  width: 87.4666666667vw;
}
.yonago .bg_pink {
  margin-top: 9.8666666667vw;
  padding-top: 16.6666666667vw;
  padding-bottom: 42vw;
  background: url(../images/bg_pink_sp.png) no-repeat center top/contain;
  width: 100%;
}
.yonago .spot.spa {
  display: flex;
  flex-direction: column-reverse;
  width: 91.4666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .spot.spa .text {
  margin-top: 13.8666666667vw;
  position: relative;
}
.yonago .spot.spa .text::before {
  position: absolute;
  content: "";
  background: url(../images/pic_spa_item_sp.png) no-repeat center top/contain;
  width: 27.2vw;
  height: 12.1333333333vw;
  right: -1.8666666667vw;
  top: -8vw;
}
.yonago .spot.spa .text h3 {
  text-align: center;
}
.yonago .spot.spa .text h3 img {
  width: 39.2vw;
}
.yonago .spot.spa .swiper_wrap {
  width: 72vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .spot.relax {
  margin-top: 22.6666666667vw;
  width: 91.4666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.yonago .spot.relax .text h3 {
  margin-right: 4.2666666667vw;
  text-align: right;
}
.yonago .spot.relax .text h3 img {
  width: 28.4vw;
}
.yonago .spot.relax .text p {
  margin-top: 10.6666666667vw;
}
.yonago .spot.relax .text .btn_more {
  margin-top: 10vw;
  text-align: center;
}
.yonago .spot.relax .text .btn_more img {
  width: 87.4666666667vw;
}
.yonago .spot.relax .ph_img {
  position: absolute;
  left: 5.6vw;
  top: -13.3333333333vw;
}
.yonago .spot.relax .ph_img img {
  width: 49.6vw;
}
.yonago .hurusato {
  background-color: #f7ecde;
  padding-top: 14vw;
  padding-bottom: 27.4666666667vw;
  margin-top: 6.6666666667vw;
  position: relative;
}
.yonago .hurusato .hurusato_inner .ph_item01 {
  position: absolute;
  top: -2.9333333333vw;
  right: 2.4vw;
}
.yonago .hurusato .hurusato_inner .ph_item01 img {
  width: 19.2vw;
}
.yonago .hurusato .hurusato_inner .ph_item02 {
  position: absolute;
  top: 40vw;
  left: -4.2666666667vw;
}
.yonago .hurusato .hurusato_inner .ph_item02 img {
  width: 26.4vw;
}
.yonago .hurusato .hurusato_inner .ph_item03 {
  position: absolute;
  right: 2.5333333333vw;
  bottom: 7.3333333333vw;
  z-index: 1;
}
.yonago .hurusato .hurusato_inner .ph_item03 img {
  width: 26.1333333333vw;
}
.yonago .hurusato .hurusato_inner .ph_item04 {
  position: absolute;
  left: 4.1333333333vw;
  bottom: 4.4vw;
}
.yonago .hurusato .hurusato_inner .ph_item04 img {
  width: 16.6666666667vw;
}
.yonago .hurusato .hurusato_inner h2 {
  text-align: center;
}
.yonago .hurusato .hurusato_inner h2 img {
  width: 80vw;
}
.yonago .hurusato .hurusato_inner .text {
  width: 71.7333333333vw;
  margin-top: 6.4vw;
  margin-left: auto;
  margin-right: 0;
}
.yonago .hurusato .hurusato_inner .box_wrap {
  position: relative;
  margin-top: 6.9333333333vw;
  width: 100%;
  padding-left: 2.8vw;
}
.yonago .hurusato .hurusato_inner .box_wrap ul {
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 1.0666666667vw;
  padding-top: 3.6vw;
  padding-left: 8.8vw;
  padding-bottom: 1.3333333333vw;
}
.yonago .hurusato .hurusato_inner .box_wrap ul li {
  padding-top: 4vw;
  padding-bottom: 4.8vw;
  position: relative;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0 7.6vw;
  padding-left: 3.7333333333vw;
}
.yonago .hurusato .hurusato_inner .box_wrap ul li::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(../images/pic_hurusato_line_sp.png) no-repeat center top/contain;
  height: 1.3333333333vw;
  width: 73.0666666667vw;
}
.yonago .hurusato .hurusato_inner .box_wrap ul li:last-child::before {
  display: none;
}
.yonago .hurusato .hurusato_inner .box_wrap ul li .step_img {
  position: absolute;
  left: -13.0666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.yonago .hurusato .hurusato_inner .box_wrap ul li .step_img img {
  width: 11.4666666667vw;
}
.yonago .hurusato .hurusato_inner .box_wrap ul li .step_img img.fadein {
  transform: translateX(50px);
}
.yonago .hurusato .hurusato_inner .box_wrap ul li .step_img img.fadein.in {
  transform: translateX(0);
}
.yonago .hurusato .hurusato_inner .box_wrap ul li .step_img img.fadein.delay01, .yonago .hurusato .hurusato_inner .box_wrap ul li .step_img img.fadein.delay02, .yonago .hurusato .hurusato_inner .box_wrap ul li .step_img img.fadein.delay03 {
  transition-delay: 0s;
}
.yonago .hurusato .hurusato_inner .box_wrap ul li h3 {
  font-weight: bold;
  font-size: 3.7333333333vw;
  width: 18.6666666667vw;
  text-align: center;
}
.yonago .hurusato .hurusato_inner .box_wrap ul li .desc {
  font-size: 3.4666666667vw;
}
.yonago .hurusato .hurusato_inner .btn_more {
  position: relative;
  z-index: 2;
  margin-top: 8.6666666667vw;
}
.yonago .hurusato .hurusato_inner .btn_more img {
  width: 87.4666666667vw;
}
.yonago .access {
  padding-top: 6.6666666667vw;
}
.yonago .access .notes {
  text-align: center;
  font-size: 3.2vw;
}
.yonago .access h2 {
  margin-top: 5.3333333333vw;
  text-align: center;
}
.yonago .access h2 img {
  width: 73.7333333333vw;
}
.yonago .access .map {
  margin-top: 4vw;
}
.yonago .access .map iframe {
  width: 100%;
  height: 54.8vw;
}
.yonago .access .access_route {
  margin-top: 5.3333333333vw;
  padding-left: 1.0666666667vw;
  padding-right: 1.0666666667vw;
}
.yonago .access .access_route ul {
  text-align: center;
}
.yonago .access .access_route ul li {
  margin-top: 2.6666666667vw;
}
.yonago .access .access_route ul li.fadein .delay01, .yonago .access .access_route ul li.fadein .delay02 {
  transition-delay: 0s;
}
.yonago .access .access_route ul li:first-child {
  margin-top: 0;
}
.yonago .access .access_route ul li h3 {
  padding-bottom: 1.3333333333vw;
  border-bottom: 1px solid #898989;
  position: relative;
  font-size: 4vw;
}
.yonago .access .access_route ul li p {
  margin-top: 3.3333333333vw;
  position: relative;
  text-align: left;
  padding-left: 4.2666666667vw;
}
.yonago .access .access_route ul li p::before {
  position: absolute;
  content: "■";
  left: 0;
  top: 0;
  font-size: 3.4666666667vw;
}
.yonago .access .access_route ul li p + p {
  margin-top: 4vw;
}
.yonago .access .access_route ul li.airplane h3::before {
  position: absolute;
  content: "";
  background: url(../images/ico_airplane.svg) no-repeat center top/contain;
  width: 5.2vw;
  height: 2.5333333333vw;
  top: 1.7333333333vw;
  left: 19.0666666667vw;
}
.yonago .access .access_route ul li.train h3::before {
  position: absolute;
  content: "";
  background: url(../images/ico_train.svg) no-repeat center top/contain;
  width: 3.2vw;
  height: 3.8666666667vw;
  top: 1.3333333333vw;
  left: 23.3333333333vw;
}
.yonago .access .access_route ul li.car h3::before {
  position: absolute;
  content: "";
  background: url(../images/ico_car.svg) no-repeat center top/contain;
  width: 5.3333333333vw;
  height: 2.4vw;
  top: 2.4vw;
  left: 22.6666666667vw;
}
.yonago .search {
  margin-top: 12vw;
}
.yonago .search h2 {
  text-align: center;
  background-color: #fff;
  text-align: center;
}
.yonago .search h2 img {
  width: 49.4666666667vw;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}/*# sourceMappingURL=contents_sp_v2.css.map */