body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
}
body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
;;body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
* html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
html,body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}
#ryuukougo{
	font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP";
}
#ryuukougo * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#ryuukougo img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#ryuukougo li {
	list-style-type: none;
	text-decoration: none;
}
#ryuukougo a {
	text-decoration: none;
}
#ryuukougo a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
#ryuukougo {
	width: 100%;
	font-size: 20px;
	color: #3E3A39;
	line-height: 1.6;
	background-color: #FFF;
}
/*メインビジュアル*/
#ryuukougo .mv{
    background: url("../img/ryuukougo/pc-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    text-align: center;
}
#ryuukougo .lead {
  position: relative;
  padding: 6px;
  background: #fff;
  border-radius: 50px;
  line-height: 1.8;
  z-index: 0;
  max-width: 905px;
  margin: 20px auto 0;
}
#ryuukougo .lead::before {
  content: "";
  position: absolute;
  inset: -3px; 
  border-radius: 40px;
  background: linear-gradient(
    90deg,
    #f8c7d5,
    #c8afe4,
    #9c97ee
  );
  z-index: -1;
}
#ryuukougo .lead p{
    border-radius: 30px;
    background: #FFF;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/*目次*/
#ryuukougo .toc {
    margin-bottom: 30px;
    border: 2px solid #6d7ed0;
}
#ryuukougo .toc div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #6d7ed0;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}
#ryuukougo .toc div::before {
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 5px;
    background-image: url("../img/ryuukougo/toc.png");
    background-repeat: no-repeat;
    content: '';
}
#ryuukougo .toc label::after {
    margin-left: 7px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    content: "[開く]";
    cursor: pointer;
}
#ryuukougo .toc:has(:checked) label::after {
    content: "[閉じる]";
}
#ryuukougo .toc input {
    display: none;
}
#ryuukougo .toc ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}
#ryuukougo .toc > ol {
    height: 0;
}
#ryuukougo .toc:has(:checked) > ol {
    height: auto;
    padding: 20px 120px;
}
#ryuukougo .toc ol{
    list-style: none;
  counter-reset: num;
  padding: 0;
  margin: 0;
}
#ryuukougo .toc li {
    padding: 5px 0;
    counter-increment: num;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
}
#ryuukougo .toc li::before {
  content: counter(num);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #6d7ed0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
  line-height: 1.5;
}

#ryuukougo .toc a {
    color: #333;
    text-decoration: none;
}
#ryuukougo .base{
    max-width: 905px;
    margin: 40px auto 0;
}
#ryuukougo .word-card {
}
#ryuukougo .word-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: linear-gradient(90deg, #6d7ed0, #45b1b8);
  color: #fff;
}

#ryuukougo .word-title .num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFF;
  font-weight: 500;
  color: #6d7ed0;
  margin-right: 10px;
  display: inline-block;
    text-align: center;
}

#ryuukougo .word-title h2 {
  font-size: 28px;
  font-weight: 500;
}
#ryuukougo .word-title span {
  font-weight: normal;
  font-size: 20px;
}

/* 本文＋画像 */
#ryuukougo .word-body {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}
#ryuukougo .word-body .text {
  flex: 1;
  font-size: 16px;
  width: 505px;
}
#ryuukougo .word-body .photo {
  width: 400px;
}
#ryuukougo .word-body .photo img{
    object-fit: cover;
    width: 400px;
    height: 195px;
}

/* 例文 */
#ryuukougo .example {
  position: relative;
  padding: 20px;
  border: 1px dashed #f4b94d;
  background: #fffef4;
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* 左の丸ラベル */
#ryuukougo .example-label {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f4b94d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

/* テキスト */
#ryuukougo .example-text{
    width: 700px;
    margin-left: 20px;
    font-size: 17px;
}
#ryuukougo .example-text p {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

#ryuukougo .example-text p:last-child {
  margin-bottom: 0;
}

#ryuukougo .example-text span {
  font-weight: normal;
  font-size: 15px;
  display: block;
  font-style: italic;
  padding-left: 1em;
text-indent: -1em;
}
#ryuukougo .example-text span.indent-none{
    text-indent: inherit;
    padding-left: 0;
}
/* 吹き出し */
#ryuukougo .balloon {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 20px 0;
  font-size: 17px;
  font-weight: bold;
}

/* 右側 */
#ryuukougo .balloon.right {
  flex-direction: row-reverse;
}

/* アイコン */
#ryuukougo .icon {
  text-align: center;
}
#ryuukougo .balloon.left .icon img{
    width: 125px;
}
#ryuukougo .balloon.right .icon img{
    width: 160px;
}

/* 吹き出し本体 */
#ryuukougo .bubble {
  position: relative;
  padding: 15px 18px;
  border: 2px solid #7b8cf1;
  background: #f4fbff;
  border-radius: 12px;
  line-height: 1.7;
  width: 480px;
  height: 108px;
  display: flex;
  align-items: center;
}

/* 左の三角 */
#ryuukougo .balloon.left .bubble::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 41%;
  border-width: 8px 10px 8px 0;
  border-style: solid;
  border-color: transparent #6d7ed0 transparent transparent;
}

#ryuukougo .balloon.left .bubble::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 42%;
  border-width: 7px 9px 7px 0;
  border-style: solid;
  border-color: transparent #f4fbff transparent transparent;
}

/* 右の三角 */
#ryuukougo .balloon.right .bubble{
    width: 670px;
    border-color: #00b7ee;
    background: #f4fffd;
}
#ryuukougo .balloon.right .bubble::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 41%;
  border-width: 8px 0 8px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #0bb3dd;
}

#ryuukougo .balloon.right .bubble::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 42%;
  border-width: 7px 0 7px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #f4fffd;
}
/*まとめ*/
#ryuukougo .matome {
  position: relative;
  padding: 6px;
  background: #fff;
  border-radius: 50px;
  line-height: 1.8;
  z-index: 0;
  margin: 40px auto 60px;
}
#ryuukougo .matome::before {
  content: "";
  position: absolute;
  inset: -3px; 
  border-radius: 40px;
  background: linear-gradient(
    90deg,
    #6d7ed0,
    #5c9bc4,
    #4cabbb
  );
  z-index: -1;
}
#ryuukougo .matome .in{
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    font-size: 16px;
}
#ryuukougo .matome h2{
    text-align: center;
    padding: 5px;
    background: linear-gradient(90deg, #6d7ed0, #45b1b8);
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    max-width: 200px;
    line-height: 1.3;
    margin-bottom: 10px;
}
/*対象コース*/
#ryuukougo .tour-area{
    margin-bottom: 40px;
}
#ryuukougo .tab_menu {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
#ryuukougo .tab_menu ul.area {
    display: flex;
}
#ryuukougo .tab_menu ul.area li {
    width: 25%;
    list-style-type: none;
    border: 1px solid #6d7ed0;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    cursor: pointer;
    border-right: none;
    border-bottom: none;
    font-weight: bold;
}
#ryuukougo .tab_menu ul.area li:last-of-type {
    border-right: 1px solid #c18bb9;
}
#ryuukougo .tour-area .tour-contents {
    border: 3px solid #6d7ed0;
    background-color: #fff;
    display: none;
}
#ryuukougo .tour-area .tour-contents * {
    box-sizing: border-box;
}
#ryuukougo .tour-area .tour-contents ul li {
    list-style-type: none;
    position: relative;
}
#ryuukougo .tour-area .tour-contents ul li a {
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    flex-wrap: wrap;
    text-decoration: none;
}
#ryuukougo .tour-area .tour-contents ul li a:hover {
    opacity: 0.8;
}
#ryuukougo .tour-area .tour-contents ul li:last-child a{
    border-bottom: none;
}
#ryuukougo .tour-area .tour-contents ul li .img img {
    object-fit: cover;
    width: 210px;
    height: 150px;
}
#ryuukougo .tour-area .tour-contents ul li .box {
    width: calc(100% - 250px);
    padding: 0 10px;
    position: relative;
}
#ryuukougo .tour-area .tour-contents ul li .box .item1 {
    text-decoration: underline;
    font-size: 15px;
    color: #333;
    font-weight: bold;
           overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}
#ryuukougo .tour-area .tour-contents ul li .box .item3{
    color: #333;
    display: flex;
    justify-content: right;
    align-items: flex-start;
min-width: 270px;
}
#ryuukougo .tour-area .tour-contents ul li .box .item3 .midashi{
width: 20px;
}
#ryuukougo .tour-area .tour-contents ul li .box .item2 {
    color: #333;
    font-size: 15px;
}
#ryuukougo .tour-area .tour-contents ul li .box .item3 .t-item span{
display: block;
}
#ryuukougo .tour-area .tour-contents ul li .item3 .t-item span.per-person,
#ryuukougo .tour-area .tour-contents ul li .item3 .t-item span.nenyu{
font-size: 13px;

}
#ryuukougo .tour-area .tour-contents ul li .item3 .t-item span.per-person{
color: #f51b44;
}
#ryuukougo .tour-area .tour-contents ul li .item3 .t-item{
margin-left: 6px;
}

#ryuukougo .tour-area .tour-contents ul li .box .bottom_box{
display: flex;
justify-content: space-between;
}
#ryuukougo .tour-area .tour-contents ul li .bottom_box .hotel_item{
color: #333;
  font-size: 14px;
  background: url(../img/ryuukougo/hotel_icon.png) no-repeat;
  background-size: 20px;
  width: calc(100% - 220px);
  padding-left: 25px;
  padding-top: 30px;
  background-position: left 30px;
}
#ryuukougo .tour-contents ul li .box .item3 .price,#ryuukougo .tour-area .tour-contents ul li .item3 .price{
    font-size: 25px;
    color: #f51b44;
line-height: 1;
}
#ryuukougo .tab_menu ul.area li.on {
    background-color: #6d7ed0;
    color: #fff;
    border-color: #6d7ed0;
}
#ryuukougo .tab_menu ul.area li:hover {
    background-color: #6d7ed0;
    color: #fff;
}
#ryuukougo .tour-area .tour-contents .link-button a {
    display: block;
    width: 770px;
    margin: 20px auto 30px;
    background: #5161b1;
    text-align: center;
    text-decoration: none;
    transition: 0.2s linear;
    padding: 1px;
    color: #fff;
    position: relative;
    border-radius: 10px;
}
#ryuukougo .tour-area .tour-contents .link-button a span {
    display: inline-block;
    font-size: 22px;
    padding: 10px;
    font-weight: bold;
}
#ryuukougo .tour-area .tour-contents .link-button {
    margin: 20px 0;
}
#ryuukougo .tour-area .tour-contents .link-button a:hover {
    opacity: 0.8;
}
#ryuukougo .tour-contents p.img {
    position: relative;
}
#ryuukougo .tour-contents .area-name {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #676767;
    padding: 5px;
    color: #fff;
    font-size: 13px;
}
#ryuukougo .tour-area .tour-contents .link-button a span::before {
    content: '';
    position: absolute;
   top: 48%;
    right: 4%;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
    height: 11px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
}
#ryuukougo .tour-area .genre_detail{

	height: auto;
    font-size: 0;
}
#ryuukougo .tour-area .genre_detail span{
border: 1px solid #bebebe;
border-radius: 15px;
  margin-right: 5px;
    font-size: 12px;
    line-height: 175%;
    display: inline-block;
    padding: 1px 7px;
    font-weight: bold;
    margin-bottom: 3px;

    color: #333;
      background-color: #fff;
}
#ryuukougo .tour-area .genre_detail .left_area{
	float:left;
	width:525px;
	padding:0px;
	margin:0px;
}
#ryuukougo .tour-area .genre_detail .right_area{
	float:right;
	width:326px;
}
#ryuukougo .tour-area .genre_detail .right_area .bt_detail a{
	background:url(../img/bt_detail_l.png) left top no-repeat;
	width:326px;		
	height:54px;
	padding:0px;
	display:block;
	margin:0px;
}
#ryuukougo .tour-area .genre_detail .right_area .bt_detail:hover{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

#ryuukougo .tour-area .genre_detail .right_area .bt_detail a span{
	display:none;
}

#ryuukougo .tour-area .genre_detail .right_area .tour_cd{
	margin:0px;
	padding:4px 0px 0px 0px;
	text-align:center;
}
#ryuukougo .tour-area .genre_detail span.icon_ebf{background:url(../img/ryuukougo/icon_ebf.png?00) no-repeat right center #fff; padding-right:25px;background-size: 30px;}
#ryuukougo .tour-area .genre_detail span.icon_car{background:url(../img/ryuukougo/icon_car.png?0) no-repeat right center #fff; padding-right:35px}

#ryuukougo .data-box{
    display: flex;
    position: absolute;
  bottom: 60px;
  left: 225px;
  align-items: center;
}
#ryuukougo .data-box .iconbox p.rank{
    width: auto;
    font-size: 11px;
    color: #fff;
    border-radius: 12px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
#ryuukougo .data-box .iconbox p.rank.high{
    background: #a48700;
}
#ryuukougo .data-box .iconbox p.rank.low {
    background: #213264;
}
#ryuukougo .data-box p.kuchikomi .evaluation{
    font-weight: bold;
    padding-left: 4px;
    font-size: 13px;
}
#ryuukougo .data-box p.kuchikomi{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
#ryuukougo .data-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#ryuukougo .data-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#ryuukougo .data-box p.kuchikomi .evaluation .comment{
font-size: 14px;
    padding-left: 0;
}
#ryuukougo .data-box p.kuchikomi .number {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#ryuukougo .data-box p.kuchikomi .number a{
      text-decoration: underline;
      display: inline;
}
#ryuukougo .data-box p.kuchikomi .star {
    display: flex;
}
#ryuukougo .data-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#ryuukougo .data-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#ryuukougo .box-left .data-box,.box-right .data-box{
    width: 100%;
}

#ryuukougo .tour-area .tour-contents ul li .data-box a{
border-bottom: none;
padding: 0;
}
#ryuukougo .tour-area .tour-contents ul li .data-box a:hover{
background-color: transparent;
color: #333;
}






/* PCレイアウト */
@media (min-width: 640px) {
    .pc-none {
		display: none !important;
	}
    .bt_pagetop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 200;
}
}
/* スマホレイアウト */
@media (max-width: 639px) {
    .sp-none {
		display: none !important;
	}
    #ryuukougo img{
        width: 100%;
        height: auto;
    }
    #ryuukougo .mv{
        background: url(../img/ryuukougo/sp-back.jpg);
        background-size: cover;
        padding: 10px 0;
    }
    #ryuukougo .mv .title{
        margin: 10px;
    }
    #ryuukougo .lead{
        margin: 20px 10px;
        padding: 3px;
    }
    #ryuukougo .lead p{
        font-size: 3.2vw;
        line-height: 1.5;
        padding: 10px;
    }
    #ryuukougo .toc{
        margin-bottom: 20px;
    }
    #ryuukougo .toc div{
        font-size: 3.5vw;
    }
    #ryuukougo .toc label::after{
        font-size: 3vw;
    }
    #ryuukougo .toc div::before{
        width: 15px;
        height: 15px;
        background-size: 100%;
    }
    #ryuukougo .toc:has(:checked) > ol{
        padding: 10px 20px;
    }
    #ryuukougo .toc li{
        font-size: 3.5vw;
        line-height: 1.5;
    }
    #ryuukougo .toc li::before{
        font-size: 3vw;
        width: 20px;
        height: 20px;
    }
    #ryuukougo .base{
        margin: 20px;
    }
    #ryuukougo .word-title{
        padding: 10px;
        align-items: flex-start;
        gap: 5px;
        line-height: 1.3;
    }
    #ryuukougo .word-title h2{
        flex-wrap: wrap;
        font-size: 3.8vw;
    }
    #ryuukougo .word-title .num{
        width: 20px;
        height: 20px;
        font-size: 3vw;
        flex: 0 0 20px;
        margin-top: 5px;
        margin-right: 3px;
        line-height: initial;
    }
    #ryuukougo .word-title span{
        font-size: 3vw;
    }
    #ryuukougo .word-body .text,#ryuukougo .word-body .photo{
        width: auto;
    }
    #ryuukougo .word-body{
        display: block;
        margin: 10px 0;
    }
    #ryuukougo .word-body .text{
        font-size: 3.2vw;
        margin-bottom: 10px;
    }
    #ryuukougo .word-body .photo img{
        object-fit: unset;
        width: 100%;
        height: auto;
    }
    #ryuukougo .example{
        display: block;
        padding: 10px;
        margin-top: 15px;
    }
    #ryuukougo .example-label{
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 5px;
        font-size: 3.5vw;
    }
    #ryuukougo .example-text{
        width: auto;
        margin-top: 5px;
        margin-left: 0;
    }
    #ryuukougo .example-text p{
        font-size: 3vw;
    }
    #ryuukougo .example-text span{
        font-size: 2.8vw;
    }
    #ryuukougo .balloon{
        align-items: center;
    }
    #ryuukougo .left .bubble,#ryuukougo .balloon.right .bubble{
        width: 70%;
        font-size: 3vw;
        height: auto;
        padding: 15px 10px;
    }
    #ryuukougo .balloon.left .icon img{
        width: 80px;
    }
    #ryuukougo .balloon.right .icon img{
        width: 100px;
    }
    /*まとめ*/
    #ryuukougo .matome{
        margin: 20px 0;
        padding: 3px;
    }
    #ryuukougo .matome .in{
        font-size: 3.5vw;
        line-height: 1.5;
        padding: 20px;
    }
    #ryuukougo .matome .in h2{
        font-size: 4vw;
        max-width: 30%;
    }
    #ryuukougo .matome .in .text{
        font-size: 3.2vw;
    }
    /*対象ツアー*/
    #ryuukougo .tour-area{
    margin-bottom: 20px;
}
    #ryuukougo .word-title.center{
        font-size: 5vw;
        text-align: center;
        justify-content: center;
    }
    #ryuukougo .tab_menu{
        margin-top: 10px;
    }
    #ryuukougo .tab_menu ul.area li{
        font-size: 3.3vw;
        padding: 10px 5px;
    }
    #ryuukougo .tour-area .tour-contents ul li a{
        position: relative;
        padding: 5px;
        padding-bottom: 12vw;
    }
    #ryuukougo .tour-contents p.img{
        height: 80px;
    }
    #ryuukougo .tour-area .tour-contents ul li .img img{
        width: 100px;
        height: 70px;
    }
    #ryuukougo .tour-contents .area-name{
        font-size: 3.3vw;
        bottom: -8px;
        padding: 0 5px;
        width: 100px;
        text-align: center;
        top: auto;
    }
    #ryuukougo .tour-area .tour-contents ul li .box {
        width: calc(100% - 100px);
        position: static;
        min-height: 94px;
    }
    #ryuukougo .tour-area .genre_detail{
        display: none;
    }
    #ryuukougo .tour_tab .tour-contents ul li .bottom_box{
        display: block;
    }
    #ryuukougo .tour-area .tour-contents ul li .box .item1{
        font-size: 3.5vw;
    }
    #ryuukougo .tour-area .tour-contents ul li .box .item2{
        font-size: 3vw;
    }
    #ryuukougo .tour_tab .tour-contents ul li .item3 .t-item{
        display: flex;
        flex-wrap: wrap;
        margin-top: 6px;
    }
    #ryuukougo .tour-area .tour-contents ul li .box .item3{
        font-size: 5vw;
        right: auto;
        position: absolute;
        min-width: 0;
        left: 0;
        width: 100%;
        display: block;
        bottom: 0;
    }
    #ryuukougo .tour-area .tour-contents ul li .bottom_box .hotel_item{
        width: auto;
        font-size: 3vw;
        line-height: 1.3;
        padding-top: 25px;
        background-position: left 25px;
    }
    #ryuukougo .data-box{
        bottom: auto;
        left: 110px;
        top: 16vw;
        font-feature-settings: "palt";
    }
    #ryuukougo .data-box .iconbox p.rank{
        font-size: 2.5vw;
        padding: 0 2px;
        width: 80px;
    }
    #ryuukougo .data-box p.kuchikomi .star{
        position: relative;
        width: 55px;
        height: 15px;
    }
    #ryuukougo .data-box p.kuchikomi .star img{
        width: 15px;
        height: auto;
        position: absolute;
    }
    #ryuukougo .data-box p.kuchikomi .star img:nth-child(1){
        left: 0px;
        z-index: 14;
    }
    #ryuukougo .data-box p.kuchikomi .star img:nth-child(2){
        left: 10px;
        z-index: 13;
    }
    #ryuukougo .data-box p.kuchikomi .star img:nth-child(3){
        left: 20px;
        z-index: 12;
    }
    #ryuukougo .data-box p.kuchikomi .star img:nth-child(4){
        left: 30px;
        z-index: 11;
    }
    #ryuukougo .data-box p.kuchikomi .star img:nth-child(5){
        left: 40px;
        z-index: 10;
    }
    #ryuukougo .tour-area .tour-contents ul li .item3 .t-item{
        display: flex;
        flex-wrap: wrap;
        margin-top: 6px;
    }
    #ryuukougo .tour-area .tour-contents ul li .item3 .t-item span.per-person,#ryuukougo .tour-area .tour-contents ul li .item3 .t-item span.nenyu{
        font-size: 3vw;
    }
    #ryuukougo .tour-contents ul li .box .item3 .price{
        font-size: 5vw;
    }
    #ryuukougo .tour-area .tour-contents ul li .item3 .t-item span.nenyu{
        width: 100%;
        color: #333;
    }
    #ryuukougo .tour-area .tour-contents .link-button a{
        width: auto;
        margin: 10px 20px;
    }
    #ryuukougo .tour-area .tour-contents .link-button a span{
        font-size: 3.3vw;
    }
    #ryuukougo .tour-area .tour-contents .link-button a span::before{
        width: 7px;
        height: 7px;
    }
}