@charset "utf-8";
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　ゆったりお値打ちcss
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.main-img {
	text-align: center;
	margin: 14px auto 10px;
}
.br-sp,
.br-599,
.plan_title.sp {
	display: none;
}
.lead_txt {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
.lead_txt .sup {
	display: block;
    font-size: 1.4rem;
	font-weight: normal;
}
.bg01 {
	background-color: #ffe8e9;
    background-blend-mode: color-burn;
    background-image: url(/plan/tokushu/yuttari/images/main_bg.webp);
}
.bg02 {
	background-color: #fff4d5;
    background-blend-mode: color-burn;
    background-image: url(/plan/tokushu/yuttari/images/main_bg.webp);
}
.section h2 {
	font-weight: bold;
	margin: 0;
	font-size: 2.8rem;
	color: #533d31;
	line-height: 2.5;
}
.section .reserve h2 {
	line-height: inherit;
}
.section .reserve h2 .ic {
	display: inline-block;
}
.section .reserve h2 .ic .sup {
	font-size: 2.0rem;
}
.section h2 .ic {
	position: relative;
	padding: 0 0 0 60px;
}
.section h2 .ic:before {
	content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    top: -14px;
    left: 0px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.section .money h2 .ic:before {
	background-image: url(/plan/tokushu/yuttari/images/ic01.webp);
}
.section .yuttari_search h2 .ic:before {
	background-image: url(/plan/tokushu/yuttari/images/ic02.webp);
	transform: rotate(-35deg);
    top: -8px;
}
.section .reserve h2 .ic:before {
	background-image: url(/plan/tokushu/yuttari/images/ic03.webp);
	top: 20px;
}
/*------------------------------------------------------------------
メニュー
------------------------------------------------------------------*/
.menu {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
}
.menu li {
	width: calc(100% / 2);
}
.menu li.menu01 a {
	background: #ca020e;
}
.menu li.menu02 a {
	background: #a27503;
}
.menu a {
	display: block;
	text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
	padding: 10px;
    border-radius: 50px;
    margin: 20px 20px 0;
    position: relative;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	transition: 0.2s;
}
.menu a:hover {
	transform: translateY(3px);
	box-shadow: none;
}
.menu a:after {
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
    content: '\e902';
    font-family: 'jttweb' !important;
    font-size: 0.8em;
}
/*------------------------------------------------------------------
おすすめホテルをご紹介！
------------------------------------------------------------------*/
.money {
	padding: 30px 0 60px;
}
.money .anc_link {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 20px 10px 20px 50px;
}
.money .anc_link a {
	font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-block;
    margin: 0 10px 18px;
    padding: 5px 37px 5px 27px;
    border: 3px solid #898989;
    border-radius: 3px;
    color: #333;
    background: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    box-shadow: 5px 5px #b3b3b3;
    transition: 0.2s;
}
.money .anc_link a:after {
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
    content: '\e902';
    font-family: 'jttweb' !important;
    color: #333;
    font-size: 1.2rem;
}
.money .anc_link a:hover {
	margin: 5px 5px 13px 15px;
	box-shadow: none;
}
.money .anc_link a .sup {
	font-size: 1.3rem;
}
.money h3 {
	position: relative;
    min-width: 500px;
    width: 53%;
    margin: 30px auto 40px;
    padding: 0 30px;
    border: 6px solid transparent;
    border-radius: 10px;
	background: #ca020e;
    box-shadow: inset 0 0 0 2px #fff, 0 7px 0 #850008;
}
.money .bg01  h3 {
	background: #ca020e;
    box-shadow: inset 0 0 0 2px #fff, 0 7px 0 #850008;
}
.money .bg02  h3 {
	background: #a77708;
    box-shadow: inset 0 0 0 2px #fff, 0 7px 0 #6f4f07;
}
.money h3 span {
	display: block;
    padding: 10px 10px;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
}
.money h3 span .ken {
	display: inline;
    padding: 0;
    font-size: inherit;
}
.money h3:before,
.money h3:after {
	position: absolute;
    top: -37px;
    content: "";
    width: 3px;
    height: 50px;
    background: #454545;
}
.money h3:before {
	left: 13px;
}
.money h3:after {
	right: 13px;
}
.money h3 span:before,
.money h3 span:after {
	position: absolute;
    top: 10px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fcfcfa;
    z-index: 1;
}
.money h3 span:before {
	left: 10px;
}
.money h3 span:after {
	right: 10px;
}
.hotel_wrap {
    margin-top: 15px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    font-weight: bold;
}
.hotel_wrap .plan_title {
	position: relative;
    margin-bottom: 10px;
    padding: 15px 0;
    border-top: 4px solid #ca020e;
    border-bottom: 4px solid #ca020e;
    text-align: center;
    line-height: 1.3;
}
.bg02 .hotel_wrap .plan_title {
	border-top: 4px solid #a77708;
	border-bottom: 4px solid #a77708;
}
.hotel_wrap .plan_title h4 {
	font-size: 2.0rem;
    font-weight: bold;
}
.hotel_wrap .plan_title:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 10px);
    border-top: 3px dotted #ca020e;
    border-bottom: 3px dotted #ca020e;
}
.bg02 .hotel_wrap .plan_title:before {
	border-top: 3px dotted #a77708;
    border-bottom: 3px dotted #a77708;
}
.hotel_wrap .plan_title span {
    font-size: min(2.1vw, 2.1rem);
}
.hotel_wrap .plan_title .plan_access {
	font-weight: normal;
}
.hotel_wrap .flex {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.hotel_wrap .flex .img_box {
    flex: 0 1 35%;
    max-width: 480px;
    margin: 0 auto;
}
.hotel_wrap .flex .txt_wrap {
    flex: 1 1 0%;
    margin-left: 25px;
}
.hotel_wrap .example_wrap {
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #fcd58b;
    background: #fffaf0;
	font-weight: bold;
}
.hotel_wrap .room {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 2px;
    border-bottom: 1px dotted #fcd58b;
    font-size: 1.4rem;
}
.hotel_wrap .price_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.hotel_wrap .price_wrap dl {
    margin-top: 5px;
}
.hotel_wrap .price_wrap .dep_station {
    font-size: 1.2rem;
}
.hotel_wrap .price_wrap .dep_station.regi01 {
    color: #ea5099;
}
.hotel_wrap .price_wrap dd {
    color: #d62121;
    font-size: 1.6rem;
}
.hotel_wrap .price_wrap dd .price_large {
    font-size: 2.3rem;
    line-height: 1.2;
}
.hotel_wrap .sup_box {
    margin: 5px 0 0;
    text-indent: 0;
	font-weight: normal;
}
.hotel_wrap .sup_box .sup {
	font-size: 1.3rem;
}
.hotel_wrap .cap-ext {
	margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: right;
}
.hotel_wrap .app_area {
	text-align: center;
	font-size: 1.6rem;
    margin-top: 15px;
}
.hotel_wrap .app_area .ashirai span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}
.hotel_wrap .app_area .ashirai span:before,
.hotel_wrap .app_area .ashirai span:after {
	position: absolute;
    top: 3px;
    bottom: 3px;
    content: "";
    width: 2px;
    background: #333;
}
.hotel_wrap .app_area .ashirai span:before {
	left: 0;
    transform: rotateZ(-30deg);
}
.hotel_wrap .app_area .ashirai span:after {
	right: 0;
    transform: rotateZ(30deg);
}
.hotel_wrap .app_btn a {
	position: relative;
	display: block;
	width: 300px;
	border-radius: 50px;
	color: #fff;
	background: #ca020e;
	border: 2px solid #ca020e;
	padding: 5px 10px;
	margin: 3px auto 0;
	transition: 0.2s;
}
.hotel_wrap .app_btn a:after,
.all_app a:after {
	position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    font-family: 'jttweb' !important;
    content: '\e902';
    color: #fff;
    font-size: 1.2rem;
	
}
.hotel_wrap .app_btn a:hover {
	background: #fff;
	color: #ca020e;
}
.hotel_wrap .app_btn a:hover:after {
	color: #ca020e;
}
.all_app a {
	position: relative;
    display: block;
    width: 500px;
    border-radius: 10px;
    color: #fff;
    background: #003f6c;
    border: 2px solid #003f6c;
    padding: 5px 10px;
    margin: 20px auto 10px;
    transition: 0.2s;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
.all_app a span {
	font-size: 1.6rem;
}
.all_app a:hover {
	background: #fff;
	color: #003f6c;
}
.all_app a:hover:after {
	color: #003f6c;
}

.comment {
	display: inline-block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: left;
	margin-top: 5px;
}
.express_box {
	background: #fffaf0;
    padding: 20px;
    border-radius: 10px;
	margin: 10px 0 50px;
}
.express_txt {
	margin-top: 10px;
}
.express_txt .sup_box {
	font-size: 1.3rem;
    font-weight: normal;
    padding: 0 10px 20px;
}
.express_txt .sup_box p {
	margin-left: 1em;
    text-indent: -1em;
}
.express_txt .sup_box .line {
	text-decoration: underline;
}
.express_txt .sankou {
	text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
	display: flex;
	display: -webkit-flex;
    align-items: center;
}
.express_txt .sankou:before,
.express_txt .sankou:after {
	content: "";
    flex-grow: 1;
    height: 1.6px;
    background: #444;
    display: block;
}
.express_txt .sankou:before {
	margin-right: 2%;
}
.express_txt .sankou:after {
	margin-left: 2%;
}
.express_box .box {
	background: #fff;
}
.express_box .txt_bold {
	font-weight: bold;
    font-size: 1.5rem;
    margin: 18px 0 0;
    padding: 17px 20px 5px 28px;
    position: relative;
}
.express_box .nomal .txt_bold {
	margin: 5px 0 0;
    padding: 10px 20px 5px;
}
.express_box .txt_bold .express_title {
	display: inline-block;
    padding: 4px 10px 2px;
    background: #ffe6b4;
    color: #a27503;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: -1%;
	font-size: 1.4rem;
}
.express_box .txt_bold .express_title:after {
	position: absolute;
    left: 3.5%;
    bottom: -10px;
    content: '';
    width: 16px;
    height: 12px;
    background: #ffe6b4;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.express_txt a {
	text-decoration: underline;
	transition: 0.2s;
}
.express_txt a:hover {
	text-decoration: none;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.yuttari_search {
	padding-bottom: 60px;
}
.search_box {
	margin-top: 25px;
	border: 2px solid #003f6c;
	border-radius: 10px;
	background-color: #003f6c;
}
.search_box .search_title {
	padding: 8px 0;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.search_box .form {
	padding: 16px 20px 20px;
	border-radius: 0 0 8px 8px;
	background: #fff;
}
/*------------------------------------------------------------------
「ゆったりお値打ち」を予約したら…e5489で在来線も予約しよう！
------------------------------------------------------------------*/
.reserve h3 {
	text-align: center;
	font-size: 2.2rem;
    margin: 20px 0 10px;
}
.reserve h3 span {
	position: relative;
    display: inline-block;
    padding: 0 120px 3px;
}
.reserve h3 span:before,
.reserve h3 span:after {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 100px;
    height: 2px;
    border-radius: 30px;
    background: #333;
}
.reserve h3 span:before {
	left: 0;
}
.reserve h3 span:after {
	right: 0;
}
/*タブエリア*/
.tab_list {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    padding: 0;
    margin: 0;
}
.tab_list li {
    width: calc(100% / 2);
}
.tab_list li + li {
    margin-left: 5px;
}
.tab_list li a {
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #eee;
    color: #7d7d7d;
    font-weight: bold;
    padding: 13px 0 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    text-decoration: none;
    width: 100%;
    height: 100%;
    transition: 0.2s;
	font-size: 1.6rem;
}
.tab_list li a.active {
    color: #fff;
}
.tab_list .item1 a.active {
    background-color: #ca020e;
}
.tab_list .item2 a.active {
    background-color: #a77708;
}
.content_bg {
	padding: 20px 40px;
    border-radius: 0 0 8px 8px;
}
.panel {
    display: none;
}
.panel.active {
    display: block;
}
/*タブ中身*/
#reserve1 .content_bg {
    background: #fff1f2;
}
#reserve2 .content_bg {
    background: #fffaed;
}
.step_box figure {
    width: 40%;
    margin: 22px auto 0;
    text-align: center;
}
.step_box figure.w50 {
	width: 30%;
}
.step_box .step {
	border-bottom: 2px solid #003f6c;
    margin: 50px 0 10px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
	line-height: 1.23077;
}
.step_box .step.fir {
	margin: 10px 0;
}
.step_box .step span {
	color: #003f6c;
    margin-left: 5px;
    font-size: 2.6rem;
}
.step_box .step_txt .line {
	text-decoration: underline;
}
.step_box p {
	font-size: 1.6rem;
}
.step_box .sup {
	margin-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
    text-align: left;
    margin-top: 5px;
}
.step_box .center_txt {
	text-align: center;
    margin-top: 20px;
}
.step_box .center_txt .link_txt {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 10px;
}
.step_box .center_txt .link_txt p:first-child {
	margin-right: 30px;
}
.step_box .left_txt {
	 margin-top: 20px;
}
.step_box a {
	text-decoration: underline;
	transition: 0.2s;
	word-wrap: break-word;
}
.step_box a:hover {
	text-decoration: none;
}
.step_box .center_txt p + p {
	margin-bottom: 10px;
}

/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　スマホ用 (999px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
.inner {
	padding: 0 14px;
}
.br-sp {
	display: block;
}
.section h2 {
	font-size: 2.2rem;
	line-height: 2.0;
}
.section h2 .ic {
	padding: 0 0 0 55px;
}
.section h2 .ic:before {
	width: 48px;
    height: 48px;
}
.section .reserve h2 .ic .sup {
	font-size: 1.7rem;
}
.section .reserve h2 .ic:before {
	top: 10px;
}
/*------------------------------------------------------------------
アンカーエリア
------------------------------------------------------------------*/
.menu a {
	font-size: 1.6rem;
	margin: 20px 5px 0;
}
.money .anc_link {
	margin: 10px 10px 10px 80px;
}
.money .anc_link a {
	font-size: 1.5rem;
	box-shadow: 3px 3px #b3b3b3;
	margin: 0 10px 13px;
}
/*------------------------------------------------------------------
おすすめホテルをご紹介！
------------------------------------------------------------------*/
.money h3 {
	margin: 20px auto 30px;
}
.money h3 span {
	font-size: 1.8rem;
}
.hotel_wrap .flex .txt_wrap {
	margin-left: 12px;
}
.hotel_wrap .plan_title h4 {
    font-size: min(2.4vw, 2.3rem);
}
.hotel_wrap .room {
	font-size: 1.3rem;
}
.hotel_wrap {
	padding: 20px 15px;
}
.hotel_wrap .price_wrap dd {
	font-size: 1.3rem;
}
.hotel_wrap .price_wrap dd .price_large {
	font-size: 1.9rem;
}
.express_txt .sankou:before,
.express_txt .sankou:after {
	height: 1px;
}
/*------------------------------------------------------------------
「ゆったりお値打ち」を予約したら…e5489で在来線も予約しよう！
------------------------------------------------------------------*/
.reserve h3 {
	margin: 20px 0 10px;
	font-size: 2.0rem;
}
.tab_list li a {
	font-size: 1.5rem;
}
.step_box figure {
	width: 60%;
}
.step_box .step span {
	font-size: 2.2rem;
}
.content_bg {
	padding: 20px;
}
.apply_anc {
	right: 5px;
	bottom: 70px;
}
}
@media screen and (max-width: 599px) {
.br-599,
.plan_title.sp {
	display: block;
}
.plan_title.pc {
	display: none;
}
.lead_txt {
	font-size: 1.1em;
}
.lead_txt .sup {
	font-size: 1.2rem;
}
.section h2 {
	line-height: 2.7;
	font-size: 2.0rem;
}
.section h2 .ic {
	padding: 0 0 0 50px;
}
.section h2 .ic:before {
	width: 45px;
    height: 45px;
}
.section .reserve h2 .ic {
	padding: 0 0 0 30px;
}
.section .reserve h2 .ic:before {
	top: 40px;
}
/*------------------------------------------------------------------
アンカーエリア
------------------------------------------------------------------*/
.menu a {
	font-size: min(3.2vw, 1.4rem);
	margin: 15px 2px 0;
}
.menu a:after {
	right: 5px;
}
/*------------------------------------------------------------------
おすすめホテルをご紹介！
------------------------------------------------------------------*/
.money {
    padding: 15px 0 40px;
}
.money .anc_link a {
	font-size: min(3.2vw, 1.4rem);
	padding: 5px 29px 5px 16px;
	border: 2px solid #898989;
	margin: 0 5px 13px;
	line-height: 1.2;
}
.money .anc_link {
    margin: 10px 10px 10px 20px;
}
.money .anc_link a .sup {
    font-size: 1.1rem;
}
.money .anc_link a:after {
	font-size: 1.0rem;
}
.money h3 {
	max-width: 500px;
    min-width: auto;
    width: 90%;
    margin: 20px auto;
}
.money .bg01 h3 {
	box-shadow: inset 0 0 0 2px #fff, 0 5px 0 #850008;
}
.money h3 span {
     font-size: 1.6rem;
}
.money h3 span .ken {
	padding: 0;
    font-size: 1.3rem;
	margin-top: 3px;
}
.hotel_wrap .flex {
	display: block;
}
.hotel_wrap {
	margin: 0 auto 6vw;
	padding: 4vw 4vw 4vw 4vw;
	width: auto;
}
.hotel_wrap .plan_title h4 {
	font-size: min(4.8vw, 2.4rem);
}
.hotel_wrap .plan_title {
	padding: 13px 0;
	margin: 0 0 3.3vw;
}
.hotel_wrap .flex .txt_wrap {
	margin-left: 0;
}
.hotel_wrap .room {
	font-size: min(3vw, 1.2rem);
}
.hotel_wrap .sup_box {
	font-size: 1.2rem;
}
.hotel_wrap .sup_box .sup {
    font-size: 1.1rem;
}
.hotel_wrap .app_area {
	font-size: 1.4rem;
}
.all_app a {
	width: 85%;
	font-size: 1.5rem;
}
.all_app a span {
    font-size: 1.3rem;
}
.comment {
	margin-top: 0;
}
.express_box {
	padding: 10px 12px;
}
.express_txt .sankou {
	font-size: 1.5rem;
}
.express_box .txt_bold {
	margin: 25px 0 0;
	font-size: 1.4rem;
	padding: 20px 20px 5px 33px;
}
.express_txt .sup_box {
	font-size: 1.2rem;
}
.express_box p {
	margin-left: 1em;
    text-indent: -1em;
}
.express_box .txt_bold p,
.express_txt .sankou {
	margin-left: 0;
    text-indent: 0;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.section .yuttari_search h2 {
	line-height: inherit;
}
.yuttari_search {
    padding-bottom: 40px;
}
.section .yuttari_search h2 .ic:before {
	top: 6px;
}
.search_box {
	margin-top: 10px;
}
.section .reserve h2 .ic .sup {
	font-size: 1.6rem;
}
/*------------------------------------------------------------------
「ゆったりお値打ち」を予約したら…e5489で在来線も予約しよう！
------------------------------------------------------------------*/
.tab_list li a {
	font-size: 1.1rem;
}
.reserve h3 {
	font-size: 1.8rem;
}
.reserve h3 span {
	padding: 0 110px 3px;
}
.step_box figure {
	width: 100%;
}
.step_box .step {
	margin: 20px 0 5px;
}
.step_box p {
    font-size: 1.5rem;
}
.step_box .center_txt {
	text-align: left;
}
.step_box .center_txt .link_txt {
	display: block;
}
.step_box .center_txt .link_txt p:first-child {
	margin-right: 0;
	margin-bottom: 5px;
}
.step_box figure.w50 {
	width: 50%;
}
.step_box .step.fir {
	margin: 0 0 5px;
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.apply_anc {
	width: 80px;
}
}
@media screen and (max-width: 360px) {
.lead_txt {
    font-size: 1.0em;
}
.lead_txt .sup {
	text-align: left;
}
.section h2 {
	font-size: 1.8rem;
}
.section h2 .ic {
	padding: 0 0 0 40px;
}
.section h2 .ic:before {
    width: 40px;
    height: 40px;
}
.section .reserve h2 .ic .sup {
    font-size: 1.4rem;
}
.money .anc_link {
	margin: 10px 0px;
}
.money h3 span {
	padding: 10px 0px;
}
.hotel_wrap .app_btn a {
	width: 100%;
}
.all_app a {
	width: 100%;
}
.express_box .txt_bold .express_title {
	padding: 4px 5px 2px;
	font-size: 1.3rem;
}
.tab_list li a {
    font-size: 0.9rem;
}
}








