@charset "utf-8";
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　リバイス専用
--------------------------------------------------------------------
------------------------------------------------------------------*/
#business .comment_nomal {
	margin: 10px 10px 0;
	font-size: 1em;
}
#business .br-tablet {
	display: none;
}

/*------------------------------------------------------------------
アンカー
------------------------------------------------------------------*/
#anc_area {
	margin: 20px 0 0;
}
#anc_area .anc_list li {
	width: calc(100% / 4 - 10px);
}
#anc_area .anc_list a {
	padding: 8px 3px;
	border: 2px solid #055187;
	border-radius: 10px;
	color: #fff;
	background: #055187;
}
#anc_area .anc_list a:after {
	color: inherit;
}
#anc_area .anc_list a:hover,
#anc_area .anc_list a:active {
	color: #055187;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#business #search h2 {
	margin: 0 auto 10px;
}
.new_plan_flex {
	align-items: end;
	display: flex;
	display: -webkit-flex;
}
.search_new_plan {
	text-align: -webkit-center;
	margin: 0;
    position: relative;
    top: 5px;
    left: -25px;
}
.search_new_plan p {
	width: calc(100% - 0%);
    position: relative;
    width: fit-content;
    padding: 5px 14px;
    border-radius: 5px;
    background: #fef64b;
	z-index: 1;
    font-size: 1.6rem;
}
.search_new_plan p:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 19.3%;
    width: 15.5px;
    height: 10px;
    background: #fef64b;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.search_new_plan p span {
    color: #f00;
    background: none;
}
.search_new_plan .nomal {
	background: none;
	color: #044e83;
	font-weight: bold;
	font-size: 90%;
}
.search-app {
	margin-top: 0;
}

/*------------------------------------------------------------------
おすすめの理由
------------------------------------------------------------------*/
#reason {
	margin-bottom: 40px;
	padding: 20px 30px 28px;
	background-image: repeating-linear-gradient(-45deg, #f1faff 0, #f1faff 2px, #e7f5ff 0, #e7f5ff 50%);
	background-size: 20px 20px;
}
#reason .ex_img {
	text-align: center;
}
#reason .ex_img img {
	width: 150px;
}
#business.business_lower #reason h2 {
	margin-top: 12px;
}
#reason .reason_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 14px;
	line-height: 1.4;
}
#reason .reason_list li {
	width: calc(100% / 2 - 7px);
	display: flex;
	display: -webkit-flex;
	column-gap: 15px;
	padding: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 4px 4px rgb(0 0 0 / 10%);
	overflow: hidden;
}
#reason .reason_list li:before {
	content: none;
}
#reason .reason_list li + li {
	margin-top: 0;
}
#reason .reason_list li figure {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 70px;
	height: 100%;
	min-height: 90px;
	background: #ff8b00;
}
#reason .reason_list li figure img {
	width: 40px;
	height: auto;
	filter: drop-shadow(2px 2px rgb(0 0 0 / 7%));
}
#reason .reason_list li p {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: calc(100% - 85px);
	padding: 5px 4px 5px 0;
}
#reason .reason_list li p small {
	display: inline-block;
	margin-top: 3px;
}
#reason .comment {
	margin: 10px 5px 0;
}
#reason .btn_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
	width: 90%;
	margin: 20px auto 0;
	column-gap: 20px;
}
#reason .btn_wrap .ex_btn {
    width: 50%;
}
#reason .btn_wrap .ex_btn a {
	display: block;
	padding: 10px 12px 10px 8px;
	background: #004ea1;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	position: relative;
	border: 2px solid #004ea1;
	text-align: center;
	transition: 0.3s;
	font-size: 1.7rem;
}
#reason .btn_wrap .ex_btn a:hover {
    color: #004ea1;;
    background: #fff;
}
#reason .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;
}

/*------------------------------------------------------------------
おすすめのホテル
------------------------------------------------------------------*/
#hotel_recommend .theme_box_list {
	margin: 0 6px 20px;
}
#hotel_recommend .hotel_box {
	cursor: auto;
}
#hotel_recommend .hotel_box:hover {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
	opacity: 1;
}
#hotel_recommend .tab_box .htl_title {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	column-gap: 4px;
}
#hotel_recommend .tab_box .htl_area {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex: 0 0 auto;
	padding: 2px 5px;
	font-size: 0.9em;
}
#hotel_recommend .tab_box .htl_name {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex: 1;
	min-width: 0;
	font-size: 1.9rem;
}
#hotel_recommend .tab_box figure {
	margin: 7px auto 3px;
}
#hotel_recommend .tab_box .button-open {
	text-align: center;
	margin-top: 12px;
	padding: 10px 10px 10px 5px;
	background: #f27300;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 1.5rem;
	border: 2px solid #f27300;
	transition: 0.2s;
	cursor: pointer;
}
#hotel_recommend .tab_box .button-open:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.9em;
}
#hotel_recommend .tab_box .button-open:hover {
    color: #f27300;
    background: #fff;
}

/*------------------------------------------------------------------
おすすめの新幹線パック
------------------------------------------------------------------*/
#plan_recommend .plan_list {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	column-gap: 8px;
}
#plan_recommend .plan_list li {
	position: relative;
	width: calc(100% / 4);
	padding: 15px 12px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}
#plan_recommend .plan_list li figure.ic {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
}
#plan_recommend .plan_list li h3 {
	margin-bottom: 12px;
	color: #333;
	font-size: 1.7rem;
}
#plan_recommend .plan_list li figcaption {
	margin-top: 2px;
	font-size: 0.7em;
	text-align: right;
}
#plan_recommend .plan_list li .btn_plan a {
	position: relative;
	display: block;
	margin-top: 12px;
	padding: 10px 10px 10px 5px;
	border: 2px solid #f27300;
	border-radius: 5px;
	color: #fff;
	background: #f27300;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	transition: 0.2s;
}
#plan_recommend .plan_list li .btn_plan a:before {
	position: absolute;
	content: '\e902';
	font-family: 'jttweb' !important;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-size: 0.8em;
}
#plan_recommend .plan_list li .btn_plan a:hover {
    color: #f27300;
    background: #fff;
}

/*------------------------------------------------------------------
人気の新幹線区間
------------------------------------------------------------------*/
#business .btn-region-search .btn_route {
	width: calc(100% / 4 - 6px);
	margin-bottom: 0;
	line-height: inherit;
}
.btn-region-search .btn_route a {
	position: relative;
	display: block;
	margin: 3px;
	padding: 15px 13px 15px 0;
	border: solid 2px #2d5aa9;
	border-radius: 3px;
	color: #fff;
	background: #2d5aa9;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .3s;
}
.btn-region-search .btn_route a:hover {
	opacity: 0.5;
}
.btn-region-search .btn_route a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	padding: 0;
	right: 4px;
	top: calc(50% + 7px);
	font-family: 'jttweb' !important;
	position: absolute;
	font-size: 1em;
	margin-top: -1.2rem;
}

/*------------------------------------------------------------------
参考になる情報
------------------------------------------------------------------*/
#hotel_article .article_list {
	margin-top: 20px;
}
#hotel_article .article_list li + li {
	margin-top: 10px;
}
#hotel_article .article_list li a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 20px 24px;
	border: 1px solid #ddd;
	border-radius: 10px;
	color: #333;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
	transition: 0.2s;
}
#hotel_article .article_list li:nth-child(n + 4) {
    display: none;
}
#hotel_article .article_list li a:hover {
	opacity: 0.6;
}
#hotel_article .article_list figure {
	width: 20%;
}
#hotel_article .article_list li a img {
	width: 226px;
	height: 120px;
	object-fit: cover;
}
#hotel_article .article_list li a > div {
	width: 80%;
	margin-left: 16px;
}
#hotel_article .article_title {
	margin: 0 0 3px;
	font-size: 1.7rem;
	font-weight: bold;
}

/*------------------------------------------------------------------
新幹線日帰りパック
------------------------------------------------------------------*/
#recommend_tour .inner.center_box {
	justify-content: center;
	-webkit-justify-content: center;
}
#recommend_tour .hotel_box {
	background: #fff;
}

/*------------------------------------------------------------------
その他のおすすめ商品
------------------------------------------------------------------*/
.other_plan {
	margin-top: 40px;
}
#business .other_plan h3 {
	display: flex;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.6rem;
}
#business .other_plan h3:before,
#business .other_plan h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	background: #242422;
}
#business .other_plan h3:before {
	margin-right: 0.6em;
}
#business .other_plan h3:after {
	margin-left: 0.6em;
}
.other_plan .bnr_list {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.other_plan .bnr_list li {
	position: relative;
	width: calc(100% / 3 - 10px);
}
.other_plan .bnr_list li:hover {
	opacity: 0.8;
}
.other_plan .bnr_list li a {
	display: block;
}

/*------------------------------------------------------------------
#FAQ
------------------------------------------------------------------*/
.business_lower #faq {
	margin: 50px 0 0;
}

/*------------------------------------------------------------------
　　　　　　　　　　　SP用（999px以下)
------------------------------------------------------------------*/
@media screen and (max-width: 999px){
.flex_sp {
	display: block;
}
#business .br-tablet {
	display: block;
}

/*------------------------------------------------------------------
アンカー
------------------------------------------------------------------*/
#anc_area .anc_list li:nth-child(n + 4) {
	margin-top: 0;
}
#anc_area .anc_list a {
	font-size: min(1.8vw, 1.3rem);
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search_new_plan {
    left: -12px;
}
.search_new_plan p {
    font-size: min(3.3vw, 1.5rem);
}

/*------------------------------------------------------------------
おすすめの理由
------------------------------------------------------------------*/
#reason {
	padding: 20px 14px 28px;
}
#reason .btn_wrap {
	width: 95%;
}
#reason .btn_wrap .ex_btn a {
    font-size: min(2vw, 1.6rem);
}

/*------------------------------------------------------------------
おすすめのホテル
------------------------------------------------------------------*/
.hotel_area {
	padding: 40px 0 30px;
}
#hotel_recommend .tab_box {
	padding: 0;
}
#hotel_recommend .theme_box_list {
	display: flex;
}
#hotel_recommend .hotel_box {
	width: calc(100%/3 - 6px);
	padding: 12px;
}
#hotel_recommend .hotel_box + .hotel_box {
	margin-top: 0;
}
#hotel_recommend .tab_box .htl_name {
	font-size: 1.7rem;
	text-decoration: none;
}
#hotel_recommend .tab_box figure {
	width: fit-content;
}
#hotel_recommend .tab_box .htl_txt {
	width: 100%;
	padding-left: 0;
}
#hotel_recommend .tab_box .button-open:after {
	right: 3px;
	font-size: 0.8em;
}

/*------------------------------------------------------------------
おすすめの新幹線パック
------------------------------------------------------------------*/
#plan_recommend .plan_list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 10px;
	margin: 0 6px;
}
#plan_recommend .plan_list li {
	width: calc(100% / 2 - 5px);
}
#plan_recommend .plan_list li figure {
	width: fit-content;
	margin: 0 auto;
}

/*------------------------------------------------------------------
人気の新幹線区間
------------------------------------------------------------------*/
#business .btn-region-search .btn_route {
	width: calc(100% / 2);
}

/*------------------------------------------------------------------
参考になる情報
------------------------------------------------------------------*/
#hotel_article .article_list figure {
	width: 30%;
}
#hotel_article .article_list li a img {
	width: 102px;
	height: 60px;
}
#hotel_article .article_list li a > div {
	width: 70%;
	margin-left: 7px;
}
#hotel_article .article_title {
	font-size: 1.4rem;
}

/*------------------------------------------------------------------
その他のおすすめ商品
------------------------------------------------------------------*/
.other_plan {
	margin-top: 35px;
}
#business .other_plan h3 {
	font-size: 2.2rem;
}

/*------------------------------------------------------------------
#FAQ
------------------------------------------------------------------*/
.business_lower #faq {
	margin: 40px 0 0;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　SP用（600px以上999px以下)
------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 999px) {
/*------------------------------------------------------------------
参考になる情報
------------------------------------------------------------------*/
#hotel_article .article_list li a {
	padding: 14px;
}
#hotel_article .article_list li a img {
	width: 222px;
	height: 120px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　SP用（599px以下)
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#business.business_lower .section {
	padding: 35px 0 10px;
}
#business.business_lower h2 {
	margin-bottom: 22px;
}
#business.business_lower #search h2:before {
	height: 90%;
	transform: rotate(140deg);
}
#business.business_lower #search h2:after {
	height: 90%;
	transform: rotate(-140deg);
}
#business .comment_nomal {
	margin: 5px 10px 0;
}
#business .br-tablet {
	display: none;
}

/*------------------------------------------------------------------
アンカー
------------------------------------------------------------------*/
#anc_area {
	margin-top: 15px;
}
#anc_area .anc_list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 10px;
}
#anc_area .anc_list li {
	min-height: 53px;
	width: calc(100% / 2 - 5px);
}
#anc_area .anc_list li.w100 {
	width: 100%;
}
#anc_area .anc_list a {
	padding: 5px 3px;
	font-size: min(4vw, 1.5rem);
}
#anc_area .anc_list a:after {
	right: 2px;
	font-size: 0.85em;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#business #search {
	padding: 20px 0 5px;
}
.search_new_plan {
    left: -10px;
    top: 3px;
}
.search_new_plan p {
	padding: 3px 3px 2px 0px;
}
.search_new_plan p:before {
    bottom: -7px;
    width: 12.5px;
    height: 8px;
}

/*------------------------------------------------------------------
おすすめの理由
------------------------------------------------------------------*/
#reason {
	margin-bottom: 30px;
	padding: 16px 14px 26px;
}
#reason .ex_img img {
    width: 130px;
}
#business.business_lower #reason h2 {
	font-size: min(4.7vw, 2rem);
}
#reason .reason_list {
	gap: 12px;
}
#reason .reason_list li {
	width: 100%;
	column-gap: 12px;
}
#reason .reason_list li figure {
	min-height: 75px;
}
#reason .btn_wrap {
    display: block;
}
#reason .btn_wrap .ex_btn {
    width: 100%;
}
#reason .btn_wrap .ex_btn + .ex_btn {
    margin-top: 10px;
}
#reason .btn_wrap .ex_btn a {
    font-size: min(4.3vw, 1.6rem);
}

/*------------------------------------------------------------------
おすすめのホテル
------------------------------------------------------------------*/
#hotel_recommend .theme_box_list {
	display: block;
	margin-bottom: 15px;
}
#hotel_recommend .hotel_box {
	width: 100%;
	padding: 12px 15px 15px;
}
#hotel_recommend .hotel_box + .hotel_box {
	margin-top: 15px;
}

/*------------------------------------------------------------------
おすすめの新幹線パック
------------------------------------------------------------------*/
#plan_recommend .plan_list {
	display: block;
}
#plan_recommend .plan_list li {
	width: 100%;
}
#plan_recommend .plan_list li + li {
	margin-top: 15px;
}

/*------------------------------------------------------------------
新幹線日帰りパック
------------------------------------------------------------------*/
#recommend_tour .inner.center_box {
	margin: 0;
}

/*------------------------------------------------------------------
その他のおすすめ商品
------------------------------------------------------------------*/
.other_plan {
	margin-top: 30px;
}
#business .other_plan h3 {
	font-size: 1.8rem;
}
.other_plan .bnr_list {
	display: block;
}
.other_plan .bnr_list li {
	width: 80%;
	margin: 0 auto;
}
.other_plan .bnr_list li + li {
	margin-top: 12px;
}

/*------------------------------------------------------------------
#FAQ
------------------------------------------------------------------*/
.business_lower #faq {
	margin: 30px 0 0;
}
}