@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　スムーズに楽しむ大阪ページ専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#smooth {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}
#smooth h1 {
    font-weight: 600;
}
.br-tablet,
.br-sp,
.br-599 {
	display: none;
}
.note {
    font-weight: normal !important;
    text-align: left;
    font-size: 1.3rem;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
.sup {
	font-size: 1.3rem;
	font-weight: normal;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
.sp_show {
	display: none;
}
.show-599 {
    display: none;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.yellow_marker {
	background: linear-gradient(transparent 60%, #ff6 60%);
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	text-align: center;
    background: #f0fafc;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead {
    margin-top: 12px;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
}
/*------------------------------------------------------------------
キャラクター
------------------------------------------------------------------*/
.comment_list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.comment_list li {
    display: flex;
    align-items: flex-start;
}
.comment_list li span {
    margin-left: 25px;
    display: inline-block;
    padding: 10px 26px 10px 30px;
    border: 2px solid;
    border-radius: 100px;
    font-weight: 500;
    color: #0768ab;
    position: relative;
}
.comment_list li.otokuma img {
    width: 85px;
    height: auto;
}
.comment_list li.otokuma span:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(/plan/area/osaka/smooth/images/bubble001.webp);
    left: -6.9%;
    top: 34%;
    z-index: 1;
    background-size: contain;
    transform: rotate(6deg);
}
.comment_list li.benrisu {
    margin-left: 0;
    margin-left: 15px;
    flex-direction: row-reverse;
    align-items: flex-end;
    top: -5px;
    position: relative;
}
.comment_list li.benrisu span {
    margin-right: 27px;
    color: #e50012;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 10px 20px 10px 28px;
}
.comment_list li.benrisu span:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(/plan/area/osaka/smooth/images/bubble002.webp);
    right: -6.1%;
    top: 47%;
    z-index: 1;
    background-size: contain;
    transform: rotate(-7deg);
}
.comment_list li.benrisu img {
    width: 73px;
    height: auto;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
#anchor h2 {
    color: #0768ab;
    font-size: 2.4rem;
    font-weight: 700;
}
#anchor h2 .sub_h2 {
    padding: 0px 11px 0 15px;
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    margin-bottom: 3px;
}
.sub_h2:before, .sub_h2:after {
    position: absolute;
    top: 4px;
    content: "";
    display: inline-block;
    width: 0.1em;
    height: 18px;
    background: #0768ab;
}
.sub_h2:before {
    left: 0;
    transform: rotate(-30deg);
}
.sub_h2:after {
    right: 0;
    transform: rotate(30deg);
}
#anchor h2 .txt-red {
    color: #e50012!important;
}
#anchor ul {
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
#anchor ul li {
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
}
#anchor ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
    border-radius: 3px;
    font-size: 1.7rem;
    border: 2px solid;
    transition: 0.2s;
    letter-spacing: 0.03em;
}
#anchor ul li a:after {
    position: absolute;
    content: "\e911";
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: normal;
}
#anchor ul li:first-child a {
    background: #178dba;
    border-color: #178dba;
    box-shadow: 0 4px 0 #197092;
}
#anchor ul li:nth-child(2) a {
    background: #39b509;
    border-color: #39b509;
    box-shadow: 0 4px 0 #3b841f;
}
#anchor ul li:last-child a {
    background: #f88212;
    border-color: #f88212;
    box-shadow: 0 4px 0 #c3660d;
}
#anchor ul li a:hover {
    transform: translateY(4px);
    box-shadow: none;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#search-app {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.search-app {
    margin-top: 30px;
}
.search-app .tab .tab-btn {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.1;
}
.search-app .tab .tab-btn img {
	width: auto;
	height: 32px;
	margin-right: 15px;
}
.search-app .tab .tab-btn p {
	margin-top: 5px;
}
.search-app .gadget_box.dp {
    margin: 15px auto 0;
}
.howto_window {
    font-family: "Noto Sans JP", sans-serif;
	max-width: 500px;
	max-height: 90%;
}
.howto_window .howto_wrap {
	padding: 0 20px 20px;
}
.howto_window .howto_wrap .howto_title {
	margin-bottom: 15px;
	padding: 10px 10px 8px;
	color: #fd5e04;
	background: #fffff0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.howto_window .howto_wrap .howto_title span {
	display: inline-block;
	padding-left: 45px;
	background: url(/plan/area/osaka/smooth/images/ic_phone.webp) no-repeat left center / auto 100%;
}
.howto_window .howto_wrap .marker {
	background: linear-gradient(transparent 65%, #ff6 65%);
}
.howto_window .howto_wrap figure {
	max-width: 319px;
	margin: 15px auto 0;
	text-align: center;
}
.howto_window .howto_wrap figure figcaption {
	margin-top: 5px;
	font-size: 1.2rem;
	text-align: right;
}
/*吹き出し*/
.search_fukidashi {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    width: fit-content;
    margin: 25px auto 0;
    padding: 12px 50px;
    border: 2px solid #fd5e04;
    border-radius: 5px;
    background: #fffff0;
}
.search_fukidashi:before,
.search_fukidashi:after {
	position: absolute;
	top: -13px;
	left: 50%;
	content: "";
	transform: translateX(-50%);
	width: 22px;
	height: 12px;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	z-index: 1;
}
.search_fukidashi:before {
	background: #fd5e04;
}
.search_fukidashi:after {
	top: -10px;
	background: #fffff0;
}
.search_fukidashi .fukidashi_txt {
	text-align: center;
}
.search_fukidashi .fukidashi_txt span {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 35px;
	color: #fd5e04;
	font-size: 1.8rem;
	font-weight: 700;
}
.search_fukidashi .fukidashi_txt span:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 32px;
	background-image: url(/plan/area/osaka/smooth/images/ic_search.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.search_fukidashi .txt-bold {
    font-weight: 600!important;
}
.search_fukidashi span[data-id="search_howto"] {
	text-decoration: underline;
	cursor: pointer;
}
.search_fukidashi span[data-id="search_howto"]:hover {
	text-decoration: none;
}
/*こだわりツアー検索窓*/
.seach-box.tour {
	width: 100%;
	padding: 27px 30px 25px;
}
.seach-box.tour .form {
	max-width: 1000px;
	width: 100%;
	background: #f8f8f8;
	border-radius: 10px;
    margin-top: 15px;
}
/*------------------------------------------------------------------
プラン一覧
------------------------------------------------------------------*/
#plan {
    margin-top: 10px;
}
#plan .plan_box {
    padding: 20px 0 30px;
}
#plan h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 3px solid;
    font-style: italic;
}
#plan h3 span {
    font-size: 140%;
}
#plan #no-line h3 {
    color: #178dba;
}
#plan #no-wait h3 {
    color: #2da100;
}
#plan #no-luggage h3 {
    color: #f88212;
}
#plan .plan_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
#plan .plan_card {
    padding: 12px;
    background: #fff;
    width: calc(100% / 2 - 10px);
    border: 1px solid #a4a4a4; 
    box-shadow: 2px 2px #a4a4a4;
}
#plan .plan_card:nth-child(n+3) {
    margin-top: 20px;
}
#plan .plan_title {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px dotted #a0a0a0;
}
#plan .area_tag {
    padding: 2px 12px;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 80%;
    flex-shrink: 0;
    border: 3px double;
}
#plan .area_tag.kita {
    background: #4bb4eb;
}
#plan .area_tag.minami {
    background: #f7933e;
}
#plan h4 {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#plan .plan_flex {
    display: flex;
    margin-top: 10px;
}
#plan .plan_flex figure {
    width: 45%;
    margin-right: 10px;
}
#plan .plan_flex .plan_txt {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-weight: 500;
    width: 100%;
    font-size: 1.5rem;
}
#plan .plan_flex .plan_txt .plan_price {
    text-align: right;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.08;
}
#plan .plan_flex .plan_txt .plan_price .people {
    font-size: 1.3rem;
    font-weight: normal;
    color: #767676;
}
#plan .plan_flex .plan_txt .plan_price .large {
    font-size: 2.4rem;
    margin-right: 2px;
}
#plan .plan_btn a {
    margin-top: 15px;
    display: block;
    padding: 6px 10px 8px;
    border-radius: 3px;
    color: #fff;
    position: relative;
    background: #0768ab;
    max-width: 310px;
    text-align: center;
    margin-left: auto;
    width: 70%;
    border: 2px solid #0768ab;
    transition: 0.2s;
    font-weight: 500;
}
#plan .plan_btn a:after {
    position: absolute;
    content: "\e902";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: normal;
}
#plan .plan_btn a:hover {
    background: #fff;
    color: #0768ab;
}
.price_note {
    text-align: right;
    margin-top: 10px;
    font-size: 1.4rem;
}
.price_note.half {
    width: calc(100% / 2 - 10px);
}
/*------------------------------------------------------------------
すべてのオプションプラン
------------------------------------------------------------------*/
.all_plan h2 {
	margin-top: 40px;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
    color: #0768ab;
}
.all_plan h2 span {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 20px;
}
.all_plan h2 span:before,
.all_plan h2 span:after {
	position: absolute;
	top: 60%;
	content: "";
	display: inline-block;
	width: 0.1em;
	height: 28px;
	background: #0768ab;
}
.all_plan h2 span:before {
	left: 0;
	transform: translateY(-50%) rotateZ(-30deg);
}
.all_plan h2 span:after {
	right: 0;
	transform: translateY(-50%) rotateZ(30deg);
}
.all_plan_btn {
    text-align: center;
    margin-top: 15px;
}
.all_plan_btn a {
    position: relative;
    display: inline-block;
    max-width: 390px;
    text-align: center;
    background: #e50012;
    padding: 8px 32px 10px 0;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #e50012;
    transition: 0.2s;
    font-size: 1.7rem;
    font-weight: 600;
}
.all_plan_btn a:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 10px;
    background-color: #fff;
    top: 42%;
    right: 15px;
    transition: all .2s;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 85%, 0% 85%);
    transform: translateY(-50%);
}
.all_plan_btn a:hover {
    background: #fff;
    color: #e50012;
}
.all_plan_btn a:hover:after {
    background-color: #e50012;
    right: -21px;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
h2.bnr_title {
	margin-top: 45px;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
    color: #0768ab;
}
h2.bnr_title span {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 20px;
}
h2.bnr_title span:before,
h2.bnr_title span:after {
	position: absolute;
	top: 60%;
	content: "";
	display: inline-block;
	width: 0.1em;
	height: 28px;
	background: #0768ab;
}
h2.bnr_title span:before {
	left: 0;
	transform: translateY(-50%) rotateZ(-30deg);
}
h2.bnr_title span:after {
	right: 0;
	transform: translateY(-50%) rotateZ(30deg);
}
.pick_up {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 14px;
	flex-wrap: wrap;
}
.pick_up li {
	position: relative;
	width: calc(100% / 4 - 5px);
	margin-bottom: 15px;
}
.pick_up li:hover {
	opacity: 0.8;
}
.pick_up li a {
	display: block;
}
/*------------------------------------------------------------------
EX旅パックとは
------------------------------------------------------------------*/
#about_ex {
    padding-top: 40px;
    text-align: center;
}
#about_ex h2{
	margin-bottom: 18px;
    font-size: 2.6rem;
    font-weight: 700;
}
#about_ex h2 span {
	position: relative;
    padding: 0 25px 0 52px;
    color: #0768ab;
}
#about_ex h2 span:before {
    content: "";
    position: absolute;
    width: 43px;
    height: 43px;
    top: -4px;
    left: 0;
    background: url(/plan/area/osaka/smooth/images/ic001.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
#about_ex .ex_bg {
    padding: 20px 13px;
    border-radius: 10px;
    background: #edf7ff;
}
#about_ex .ex_box {
    display: inline-block;
}
#about_ex .point_wrap li {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    text-align: left;
    padding: 2px 0;
    font-size: 1.6rem;
}
#about_ex .point_wrap li + li {
    margin-top: 10px;
}
#about_ex .point_wrap li .point_tag {
    padding: 1px 7px 3px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 95%;
    font-weight: 600;
    color: #f40013;
    border: 2px solid;
}
#about_ex .point_wrap li .point_tag span {
    margin-left: 3px;
}
#about_ex .point_wrap li small {
    display: inline-block;
    margin: 0 -3px 0 -7px;
}
#about_ex .note_list {
    padding-left: 2.5em;
    text-indent: -2.5em;
    font-size: 1.3rem;
    text-align: left;
    margin-top: 10px;
    font-weight: normal;
}
#about_ex .btn_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 15px;
}
#about_ex .btn_wrap .ex_btn {
    width: 45%;
}
#about_ex .btn_wrap .ex_btn + .ex_btn {
    margin-left: 10px;
}
#about_ex .btn_wrap .ex_btn a {
    display: block;
    padding: 8px 12px 10px 8px;
    background: #0768ab;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
    border: 2px solid #0768ab;
    transition: 0.3s;
    font-size: 1.6rem;
}
#about_ex .btn_wrap .ex_btn a:hover {
    color: #0768ab;;
    background: #fff;
}
#about_ex .btn_wrap .ex_btn a:after {
    position: absolute;
    content: "\e902";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: normal;
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.apply_anc {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s;
	position: fixed;
    bottom: 120px;
    right: 20px;
    width: 15%;
    max-width: 130px;
}
.apply_anc.show {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 1;
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　スムーズに楽しむ大阪ページ専用css  スマホ用 (999px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#smooth {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.pc_show {
	display: none;
}
.note {
    font-size: 1.2rem;
}
.sup {
	font-size: 1.2rem;
}
.br-tablet,
.br-sp,
.sp_show {
	display: block;
}
.lead_txt {
    font-size: 1.6rem;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .seach-box {
    padding: 18px 10px 27px;
}
.search-app .tab .tab-btn {
	font-size: 1.4rem;
}
.search_fukidashi {
	padding: 12px;
}
/*こだわりツアー検索窓*/
.seach-box.tour {
	padding: 18px 15px 25px;
}
/*------------------------------------------------------------------
プラン一覧
------------------------------------------------------------------*/
#plan {
    margin-top: 0;
}
#plan h3 {
    font-size: 2.2rem;
}
#plan .plan_box {
    padding: 15px 0 20px;
}
#plan h4 {
    font-size: 1.6rem;
}
#plan .plan_flex .plan_txt {
    font-size: 1.3rem;
}
#plan .plan_flex .plan_txt .plan_price .people {
    font-size: 1.1rem;
}
#plan .plan_btn a {
    width: 100%;
    max-width: 100%;
    margin: 12px auto 0;
}
#plan .area_tag {
    margin-right: 6px;
}
#plan .plan_flex .plan_txt .plan_price .large {
    font-size: 2.3rem;
}
/*------------------------------------------------------------------
すべてのオプションプラン
------------------------------------------------------------------*/
.all_plan h2 {
	margin-top: 30px;
	font-size: min(4.3vw, 1.8rem);
}
.all_plan h2 span {
    padding: 0 10px 0 10px;
}
.all_plan h2 span:before,
.all_plan h2 span:after {
	height: 22px;
}
.all_plan_btn a {
    max-width: 352px;
    font-size: 1.5rem;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
h2.bnr_title {
	margin-top: 35px;
	font-size: min(4.3vw, 1.8rem);
}
h2.bnr_title span {
    padding: 0 10px 0 12px;
}
h2.bnr_title span:before,
h2.bnr_title span:after {
	height: 22px;
}
/*-------------------------------------------------------------------
EX旅パックとは
-------------------------------------------------------------------*/
#about_ex h2{
    margin-bottom: 12px;
    font-size: 2.2rem;
}
#about_ex h2 span {
    padding: 0 20px 0 45px;
}
#about_ex h2 span:before {
	width: 36px;
	height: 36px;
	top: -5px;
}
#about_ex .point_wrap li {
    font-size: 1.4rem;
}
#about_ex .btn_wrap .ex_btn a {
    font-size: 1.4rem;
}
#about_ex .note_list {
    font-size: 1.2rem;
}
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　スムーズに楽しむ大阪ページ専用css  スマホ用 (736px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
.br-tablet {
    display: none;
}
/*------------------------------------------------------------------
キャラクター
------------------------------------------------------------------*/
.comment_list {
    display: block;
    margin: 15px auto 0;
    max-width: 500px;
}
.comment_list li {
    justify-content: flex-start;
}
.comment_list li span {
    padding: 6px 12px;
    text-align: center;
    width: 75%;
    max-width: 270px;
    margin-left: 18px;
}
.comment_list li.otokuma img {
    width: 54px;
}
.comment_list li.otokuma span:after {
    width: 27px;
    height: 27px;
    left: -13px;
    top: 20px;
}
.comment_list li.benrisu {
    margin-left: 0;
    margin-top: 8px;
    top: 0;
}
.comment_list li.benrisu span {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 7px;
    padding: 6px 12px;
}
.comment_list li.benrisu span:after {
    width: 20px;
    height: 20px;
    right: -5%;
    top: 26px;
}
.comment_list li.benrisu img {
    width: 48px;
}
/*モーダルウィンドウ*/
.howto_window {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.howto_window {
	width: 90%;
}
.button-close span {
	padding: 5px 15px 0 0;
}
/*------------------------------------------------------------------
プラン一覧
------------------------------------------------------------------*/
#plan .plan_list {
    display: block;
}
#plan .plan_card {
    width: 100%;
    padding: 10px;
}
#plan .plan_card + .plan_card {
    margin-top: 18px;
}
#plan .plan_flex figure {
    width: 35%;
    margin-right: 12px;
    min-width: 110px;
}
#plan .plan_btn a {
    max-width: 325px;
    margin: 12px 0 0 auto;
}
.price_note.half {
    width: 100%;
}
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　スムーズに楽しむ大阪ページ専用css  スマホ用 (700px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 70px;
}
.search-app .tab .tab-btn img {
	width: auto;
	height: 30px;
	margin-right: 0;
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.apply_anc {
    width: 80px;
	right: 5px;
	bottom: 70px;
}
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　スムーズに楽しむ大阪ページ専用css  スマホ用 (599px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#smooth {
	font-size: 1.4rem;
}
.br-599 {
	display: block;
}
.br_pc {
	display: none;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead {
    margin-top: 10px;
	font-size: 1.35rem;
    line-height: 1.45;
    text-align: left;
}
/*------------------------------------------------------------------
キャラクター
------------------------------------------------------------------*/
.comment_list li.benrisu {
    margin-top: 5px;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
#anchor {
    margin-top: 5px;
}
#anchor h2 {
    font-size: min(5.5vw, 2.0rem);
}
#anchor h2 .sub_h2 {
    padding: 0px 8px 0 12px;
    font-size: 1.5rem;
}
.sub_h2:before,
.sub_h2:after {
    height: 16px;
}
#anchor ul {
    margin-top: 12px;
}
#anchor ul li {
    width: calc(100% / 3 - 6px);
    margin: 0 3px;
}
#anchor ul li a {
    padding: 4px 10px 6px 5px;
    line-height: 1.3;
    font-size: 1.5rem;
}
#anchor ul li a:after {
    top: 75%;
    right: 6px;
    font-size: 1.3rem;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn {
	font-size: 1.1rem;
}
.search_fukidashi .fukidashi_txt span {
	padding-left: 25px;
	font-size: min(3.5vw, 1.5rem);
}
.search_fukidashi .fukidashi_txt span:before {
	width: 22px;
	height: 24px;
}
.howto_window .howto_wrap {
	padding: 0 12px 12px;
}
.howto_window .howto_wrap .howto_title span {
	padding-left: 40px;
	font-size: min(4.4vw, 1.6rem);
}
/*------------------------------------------------------------------
プラン一覧
------------------------------------------------------------------*/
#plan h3 {
    font-size: 2.0rem;
}
#plan .plan_btn a {
    max-width: 100%;
    margin: 12px auto 0;
}
#plan h4 {
    font-size: 1.5rem;
}
.price_note {
    font-size: 1.3rem;
}
/*------------------------------------------------------------------
すべてのオプションプラン
------------------------------------------------------------------*/
.all_plan_btn a {
    width: 95%;
    max-width: 320px;
}
.all_plan_btn a:after {
    right: 10px;
    width: 32px;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
.pick_up {
	display: block;
    margin-top: 16px;
}
.pick_up li {
	width: 80%;
	margin: 0 auto;
}
.pick_up li + li {
	margin-top: 12px;
}

/*------------------------------------------------------------------
EX旅パックとは
------------------------------------------------------------------*/
#about_ex .ex_bg {
    border-width: 2px;
}
#about_ex .btn_wrap {
    display: block;
}
#about_ex .btn_wrap .ex_btn {
    width: 100%;
}
#about_ex .btn_wrap .ex_btn + .ex_btn {
    margin-left: 0;
    margin-top: 10px;
}
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　スムーズに楽しむ大阪ページ専用css  スマホ用 (370px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 370px) {
.lead {
    font-size: 3.8vw;
}
.all_plan h2 span {
    font-size: 4vw;
}
.all_plan_btn a {
    font-size: 4vw;
}
h2.bnr_title {
    font-size: 4vw;
}
}