@charset "utf-8";

/*-----------------------------------

common.css
基本レイアウト

-----------------------------------*/
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font:normal 14px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    color: #332f2a;
    overflow-y: scroll;
	margin:0 auto;
}

h1, h2, h3, h4, h5, h6 { margin: 0; }
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl, p {
    margin: 0;
    padding: 0;
}
i { font-style: normal; }
a {
    color: #0088df;
    text-decoration: none;
}
a:hover {
    -ms-filter: "alpha(opacity=60)";
    opacity: 0.6;
}


img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}
input {
    font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    vertical-align: middle;
	font-size:16px;
}
textarea {
    font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

table { border-collapse: collapse }

.sp_none, #main_pr #main-pager, .pr_banner, #quick_nav, #tour_link, #plus, cruise_br, #top_footer dl, #list_area, #tagline { display:none;}
#page_top { z-index:99999}
.no_link {pointer-events:none;}

.arrival_info .top tr:nth-child(n+3){ display:none;}
.20to5 { margin-top:5px;}
/*header
-----------------------------------*/
header.global {
    padding-bottom: 6px;
    border-top: 5px solid #00b2df;
    background: url(../images/common/bg_header.png) repeat-x left bottom;
}

header.global .inner {
	clear:both;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
header.global .inner:before {
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    width: 180px;
    height: 5px;
    background: url(../images/common/bg_header_top.png) no-repeat left top;
    content: " ";
}
header .logo {
    float: left;
    margin: 30px 48px 0 0;
}
/* 0415 リンク無しヘッダー用ロゴ */
header .logo_nolink {
    float: left;
    margin: 10px 48px 10px 0;
}
header .sitenav,
header .languagenav {
    float: right;
    margin-top: 5px;
}
header .sitenav li,
header .languagenav li {
    float: left;
}
header .sitenav a {
    display: block;
    margin-left: 3px;
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #332f2a;
    font-size: 11px;
    line-height: 12px;
}

/* ヘッダ　店舗情報ボタン */
header .sitenav  .counter {
    display: block;
    margin-left: 3px;
    padding: 5px 10px;
    border: 1px solid  #1CBADB; /* #50C7E4; #FF705F */
	background-color: #1CBADB;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
	/* font-weight:bold; */
    line-height: 12px;
}
header .languagenav li:not(:last-child):after {
    color: #dcd7d0;
    content: "|";
}
header .languagenav a {
    display: inline-block;
    margin: 4px 5px 0;
    font-size: 12px;
}

header .globalnav {
    float: right;
    margin-top: 10px;
}
header .globalnav .dom {
    float: left;
    border-bottom: 2px solid #ff705f;
}
header .globalnav .int {
    float: left;
    margin-left: 5px;
    border-bottom: 2px solid #006dc5;
}
header .globalnav dt {
    float: left;
    width: 12px;
    padding: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
header .globalnav .dom dt { background: #ff705f; }
header .globalnav .int dt { background: #006dc5; }
header.global nav dd {
    float: left;
    margin: 0;
}
header.global nav a {
    display: block;
    height: 17px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-bottom: none;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f7f7f7));
    background: -ms-linear-gradient(#fff, #f7f7f7);
    background: linear-gradient(#fff, #f7f7f7);
    color: #332f2a;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}
header.global nav dd:not(:last-child) a { border-right-color: #fff; }
header.global nav dd:last-child a { border-top-right-radius: 5px; }
header.global nav dd:first-child a { border-left: none; }

header .globalnav sup { line-height: 0.4; }

header .globalnav .dom .current,
header .globalnav .dom a:hover {
    background: #ff705f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb6ad), color-stop(0.5, #ff705f));
    background: -ms-linear-gradient(top, #ffb6ad 0%, #ff705f 50%);
    background: linear-gradient(to bottom, #ffb6ad 0%, #ff705f 50%);
    color: #fff;
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
}
header .globalnav .int .current,
header .globalnav .int a:hover {
    background: #006dc5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7db5e1), color-stop(0.5, #006dc5));
    background: -ms-linear-gradient(top, #7db5e1 0%, #006dc5 50%);
    background: linear-gradient(to bottom, #7db5e1 0%, #006dc5 50%);
    color: #fff;
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
}

header .globalnav .dom dd:last-child a {
    height: 30px;
    padding: 4px 10px 3px;
    font-size: 12px;
    line-height: 1.3;
}
header .globalnav span {
    display: block;
    font-size: 11px;
    text-align: center;
}


/*メインボックス
-----------------------------------*/
.box {
	clear:both;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto;
}
.box02 {
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto;
}
.box_info {
	clear:both;
    box-sizing: border-box;
    width: 100%;
    margin:0 auto;
}
main {
    width: 97%;
    margin: 0 auto 0px;
}
.inner {
    margin: 10px auto;
}
.box:last-child,
main > .inner:last-child { margin-bottom: 0; }

/*メイン検索／PRエリア共通レイアウト
-----------------------------------*/
#box_search {
	max-width:100%;
    margin: 5px auto 0;
	display: flex;
	flex-flow: row wrap;
}

#box_search #main_pr {
	max-width:500px;
	margin:0 auto;
	order:1;
	
}
#main_pr p {}
#box_search #main_pr2 {
	width:100%;
	order: 3;
}
/* 検索フォーム */
.form_search {
    width: 293px;
}
.form_search th {
    width: 3em;
    padding: 10px 10px 0 0;
    text-align: left;
    vertical-align: top;
    line-height: 1;
}
.form_search td {
    padding-bottom: 4px;
}
.form_search .date { font-size: 11px; }
.form_search .date input {
    box-sizing: border-box;
    width: 100%;
    padding-right: 40px;
}
input[type=text],
select {
    box-sizing: border-box;
    min-width: 50px;
    height: 40px;
/*    padding: 10px 5px;*/
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 14px;
}
.block select,
.block input {
    display: block;
    width: 100%;
}
.block select:not(:first-child) { margin-top: 3px; }

table + .box_button {
    margin-top: 15px;
    width: 293px;
 }
table + .box_button .button {
    display: block;
    width: 100%;
}
/* スライダー */
#main_pr .slider {
    overflow: hidden;
	max-width:500px;
}
#main_pr .bx-viewport {
    left: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.bx-wrapper {
    margin: 0 auto 30px;
}
#main_pr #main-pager a {
    position: relative;
    display: block;
    height: 54px;
    padding-top: 5px;
    z-index: 10;
}
#main_pr #main-pager a:not(:first-child) { margin-top: 7px; }
#main_pr #main-pager a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 62px;
    background: url(../images/common/bg_slide_pager.png) no-repeat left -62px;
    content: " ";
}
#main_pr #main-pager a img {
    width: 100px;
}
/* アクティブ時 */
#main_pr #main-pager .active:after { background-position: left top; }
#main_pr #main-pager .active:before {
    position: absolute;
    top: 25px;
    left: -10px;
    display: block;
    border-color: transparent #33c1e5 transparent transparent;
    border-style: solid;
    border-width: 7px 10px 8px 0;
    content: " ";
}

#search_down {
	text-decoration: underline;
	padding:5px 10px;
	border-radius:5px;
	width: 65%;
	display: block;
	margin: 0 auto 10px;
	text-decoration: none;
	text-align:center;
	border:solid 1px #bdbdbd;
	box-shadow: 0 2px 6px #ececec;
	font-weight:bold;
	border-color: #ff705f;
	background: #ff705f;
	background: linear-gradient(to bottom, #ffb6ad 0%, #ff705f 50%);
	color: #fff;
	position: relative;
}
#search_down::before {
	content: '\27A1';
	position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*#search_down {background:linear-gradient(to bottom, #dfdcd7 40%, #fff 100%); padding:5px 10px; width:65%; margin:0 auto 10px; text-align:center; border-radius: 5px; border:solid 1px #bdbdbd; box-shadow: 0 2px 6px #ececec; font-weight:bold;}*/

/*見出し
-----------------------------------*/
.headline {
    margin: 3px 0 5px;
    padding: 8px 10px;
    background: #eeebe7;
    font-size: 16px;
    color: #332f2a;
    line-height: 160%;
}
.headline_app a {
	display: block;
	padding: 20px 10px;
	background: linear-gradient(to bottom, #3b3b3b 40%, #30281f 100%);
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.headline img {
    margin-right: 10px;
    vertical-align: middle;
}
.headline span {
    font-size: 16px;
    font-weight: normal;
}

.heading {
    margin-bottom: 10px;
    padding:5px 10px;
    border-bottom: 5px solid #f2f2f2;
    font-size: 20px;
}

.sub_head {
    padding: 0 10px 5px;
    border-bottom: 1px solid #332f2a;
    font-size: 16px;
}
.headline_sns {
    padding: 6px;
    margin: 10px 10px 0 10px;
    background: #eeebe7;
    color: #332f2a;
}
/*ぼたん*/
.link_icon {
	width:100%;
	order: 3;
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
	margin: 0 auto;
}
.link_icon li {
	width: 30%;
	margin: 3px;
}
.link_icon li .ico {
	width:100%;
	border:solid 1px #CCC;
	margin-right:1%;
    border-radius: 3px;
	float:left;
	text-align:center;
	padding:40px 0 0 0;
	font-size:0.7em;
	font-weight:bold;
	box-shadow: 0 1px 1px #dcd7d0;
}
.link_icon li .dome {
	background: url(../images/sp_top/ico_dom.png) no-repeat left top;
    background-size: 27px 26px;
	background-position: 50% 15%;
	color:#ff5340;
	text-shadow: 0 1px 1px #fff;
}
.link_icon li .yado {
	background: url(../images/yado/ico_yado.png) no-repeat left top;
    background-size: 27px 26px;
	background-position: 50% 15%;
	color:#332f2a;
	text-shadow: 0 1px 1px #fff;
}
.link_icon li .nikko {
	background: url(../images/sp_top/ico_nikko_kinugawa.png) no-repeat left top;
    background-size: 27px 26px;
	background-position: 50% 15%;
	color:#b35ab4;
	text-shadow: 0 1px 1px #fff;
}
.link_icon li .tabiclub {
	background: url(../images/sp_top/ico_tabiclub.png) no-repeat left top;
    background-size: 27px 26px;
	background-position: 50% 15%;
	color:#ff9696;
	text-shadow: 0 1px 1px #fff;
}
.link_icon li .int {
	background: url(../images/sp_top/ico_int.png) no-repeat left top;
    background-size: 27px 26px;
	background-position: 50% 15%;
	color:#006dc5;
	margin-right:0;
	text-shadow: 0 1px 1px #fff;
}
.link_icon li .cruise {
	background: url(../images/sp_top/ico_cruise.png) no-repeat left top;
	background-size: 30px auto;
	background-position: 50% 15%;
	color:#398396;
	margin-right:0;
	text-shadow: 0 1px 1px #fff;
}

/*ツアーリスト
-----------------------------------*/
.list_tour li {
    float: left;
    width: 49%;
    min-height: 100px; 
    margin: 0 2% 10px 0;
}
.list_tour li:nth-child(4n+1) { clear: left; }
.list_tour li a {
    position: relative;
    display: block;
    font-weight: normal;
    color: #151515;
    font-size: 12px;
    padding-top: 3px;
}
.list_tour li a:not(:first-child) {
    margin: 5px 10px;
	margin:0 auto;
}
.list_tour li p {
    margin: 10px 10px 0;
    font-size: 0;
	max-width: 220px;
	margin:0 auto;
}

/*ディスクリプションなしリスト */
.list_tour.simple li {
    min-height: 50px;
    text-align: center;
}
.list_tour.simple a { color: #332f2a; }

/* 詳細情報ありリスト */
.list_tour.detail li {
    margin-right: 5px;
}
.list_tour.detail li:nth-child(odd) { clear: left; }
.list_tour.detail li a,
.list_tour.detail li p {
/*    margin: 8px 0 0 230px;*/
}
.list_tour.detail li a:first-of-type {
/*    float: left;
    margin: 0;*/
}
.list_tour.detail li .price {
    color: #f21800;
    font-size: 14px;
    font-weight: bold;
}

/* 詳細情報ありリスト　画像正方形版 */
.list_tour.detail.square li {
    width: 100%;
    margin-bottom: 10px;
}
.list_tour.detail li:nth-child(odd) { clear: none; }
.list_tour.detail.square li a:not(:first-child),
.list_tour.detail.square li p {
    margin: 0 0 5px 0;
}
.list_tour.detail.square li a { line-height: 1.2; width: 21%;}

.list_tour_sp li {
    float: left;
    width: 48%;
    margin:0 1%;
}
.list_tour_sp li:nth-child(4n+1) { clear: left; }
.list_tour_sp li a {
    position: relative;
    display: block;
    font-weight: bold;
	max-width: 220px;
	margin: 0 auto;
}
.list_tour_sp li a:not(:first-child) {
    margin: 5px 10px;
}
.list_tour_sp li p {
    margin: 10px 10px 0;
    font-size: 12px;
	max-width: 220px;
}

.list_tour_toku li {
    margin:18px 0;
}
.list_tour_toku li a {
    position: relative;
    display: block;
    font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

/*ディスクリプションなしリスト */
.list_tour_sp.simple {
	margin-bottom: 18px;
}

.list_tour_sp.simple li {
    /*min-height: 100px;*/
    text-align: center;
}

/*緊急のお知らせ
-----------------------------------*/
#urgent_notice {
    margin: 10px auto 15px;
    padding: 10px;
    border: 1px solid #ffbf00;
    background: #fff7de;
    line-height: 1.6;
}
#urgent_notice .title {
    float: left;
    padding-left: 20px;
    background: url(../images/common/ico_urgent_notice.png) no-repeat left center;
    font-weight: bold;
}
#urgent_notice .notice_list {
    float: left;
    margin-left: 5px;
    font-size: 12px;
}
#urgent_notice .notice_list a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}
#urgent_notice .notice_list a:not(:last-child) { margin-right: 15px; }

#urgent_notice .notice_list a:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-color:  transparent transparent transparent #ff705f;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    content: " ";
}

/*ボタン
-----------------------------------*/
/* 通常ボタン　白グレー */
.button, .button_int2 {
    display: inline-block;
    padding: 8px 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e7e7e7));
    background: -ms-linear-gradient(#fff, #e7e7e7);
    background: linear-gradient(#fff, #e7e7e7);
    color: #332f2a;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
}
.button:hover, .button_int:hover {
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7e7e7), color-stop(1, #fff));
    background: -ms-linear-gradient(#e7e7e7, #fff);
    background: linear-gradient(#e7e7e7, #fff);
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
}


/* 国内ボタン　赤 */
.button_dom {
    border-color: #ff705f;
    background: #ff705f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb6ad), color-stop(0.5, #ff705f));
    background: -ms-linear-gradient(top, #ffb6ad 0%, #ff705f 50%);
    background: linear-gradient(to bottom, #ffb6ad 0%, #ff705f 50%);
    color: #fff;
}
.button_dom:hover {
    background: #ffb6ad;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ff705f), color-stop(1, #ffb6ad));
    background: -ms-linear-gradient(top, #ff705f 50%, #ffb6ad 100%);
    background: linear-gradient(to bottom, #ff705f 50%, #ffb6ad 100%);
    color: #fff;
}
/* 海外ボタン　青 */
.button_int {
    border-color: #006dc5;
    background: #006dc5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7db5e1), color-stop(0.5, #006dc5));
    background: -ms-linear-gradient(top, #7db5e1 0%, #006dc5 50%);
    background: linear-gradient(to bottom, #7db5e1 0%, #006dc5 50%);
    color: #fff;
}
.button_int:hover {
    background: #7db5e1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #006dc5), color-stop(1, #7db5e1));
    background: -ms-linear-gradient(top, #006dc5 50%, #7db5e1 100%);
    background: linear-gradient(to bottom, #006dc5 50%, #7db5e1 100%);
    color: #fff;
}
/* 日光・鬼怒川ボタン　紫 */
.button_yado {
    border-color: #9f62ff;
    background: #b281ff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d7bdff), color-stop(0.5, #b281ff));
    background: -ms-linear-gradient(top, #d7bdff 0%, #b281ff 50%);
    background: linear-gradient(to bottom, #d7bdff 0%, #b281ff 50%);
    color: #fff;
}
.button_yado:hover {
    background: #d7bdff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #b281ff), color-stop(1, #d7bdff));
    background: -ms-linear-gradient(top, #b281ff 50%, #d7bdff 100%);
    background: linear-gradient(to bottom, #b281ff 50%, #d7bdff 100%);
    color: #fff;
}
/* 黒ボタン */
.button_bk {
    border-color: #5c5955;
    background: #5c5955;
    color: #fff;
}
.button_bk:hover {
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
    background: #5c5955;
}

/*フッター
-----------------------------------*/
/* ロゴマーク類 */
footer.global .links {
    position: relative;
    background: #fff;
    text-align: center;
}
footer.global .links li {
    display: inline-block;
    margin: 20px 15px;
    vertical-align: middle;
}

#page_top {
    margin: 0;
    bottom: 10px;
    right: 2px;
    top: auto;
    left: auto;
/*    margin: -35px 0 0 490px;*/
    position: fixed;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    padding-top: 45px;
    border-radius: 35px;
    background: #00b2df url(../images/common/ico_page_top.png) no-repeat center 10px;
    color :#fff;
    font-size: 10px;
    text-align:center;
    line-height: 12px;
}

/* サイトナビゲーション */
footer.global .site_nav {
    padding: 15px 0;
    background: #00b2df;
    text-align: center;
}
footer.global .site_nav li {
    display: inline-block;
    font-size: 12px;
}
 footer.global .site_nav li:not(:last-child):after {
    margin: 0 10px 0 10px;
    color: #fff;
    content: "|";
} 

/* footer.global .site_nav li:not(.last):after {
    margin: 0 10px 0 10px;
    color: #fff;
    content: "|";
} */

/* TOPページ サイトナビゲーション */



footer.global .site_nav li.eng {
    margin: 0 0 0 30px;
	display: inline-block;
    font-size: 12px;
}

/* footer.global .site_nav li.eng:before {
    margin: 0 10px 0 10px;
    color: #fff;
    content: "|";
} */

footer.global .site_nav li a { color: #fff; }
footer.global small {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 10px;
}

.sp_button .button {
    display: block;
    width: 400px;
    margin: 30px auto;
    padding: 25px 0;
    font-size: 26px;
    text-align: center;
}


/* clearfix */
header:after,
footer:after,
main:after,
section:after,
aside:after,
div:after,
ul:after,
ol:after,
dl:after,
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
header, footer, main, section, aside, div, ul, ol,dl, .list_item a, .clearfix { display: inline-block; }
header, footer, main, section, aside, div, ul, ol, dl, .list_item a, .clearfix { display: block; }



/* 最新のお知らせ */
.arrival_info {
    padding: 7px 3px 3px;
	order: 3;
}
.arrival_info .title {
    padding: 8px 5px 6px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #2487d8 30%, #0077d7 100%);
	color:#fff;

}
.arrival_info .title h2 {
    margin: 0 10px;
    font-size: 12px;
	text-shadow: 1px 1px #545454;
}
.arrival_info .title .button {
	display:none;
}
.arrival_info table {
	width:90%;
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.arrival_info th {
    width: 50px;
    padding: 4px 0;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
	vertical-align: top;
}
.arrival_info td {
    padding: 4px 0;
    font-size: 12px;
	vertical-align: top;
}
.arrival_info .tag {
    display: inline-block;
    min-width: 40px;
    margin: 0 5px;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 1.1;
}
.arrival_info .tag_dom { background: #ff705f; }
.arrival_info .tag_int { background: #006dc5; }
.arrival_info .tag_other { background: #bdbdbd; }
.arrival_info .tag_plus { background: #FC0; }


/* 運行情報 */
#u_information {
    width: 100%;
    margin: 30px auto;
}

#u_information .information {
   clear: both;
   display: table;
   width: 100%;
   margin-top: 3px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}
#u_information .information dt {
    display: table-cell;
    width: 150px;
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
    background: #eeebe7;
    font-size: 12px;
    font-weight: bold;
}
#u_information .information dd {
    display: table-cell;
    width: 778px;
    margin: 0;
}
#u_information .information dd a {
    display: inline-block;
    margin: 0 15px;
    font-size: 12px;
}


/*特集から探す、目的・テーマから探す
-----------------------------------*/
.mt0 { margin-top:0 !important;}
.all_area section {
    width: 100%;
}
.all_area .title {
    margin-bottom: 3px;
    padding: 9px 0 5px 50px;
    font-size: 16px;
}
.all_area .list_tour {
    padding-top: 5px;
}
.all_area .list_tour li:nth-child(odd), .purpose01 .list_tour li:nth-child(odd) { clear: left; }
.all_area .list_tour li:nth-child(even),.purpose01 .list_tour li:nth-child(even) { margin-right: 0; }
/* 国内 */
.all_area .dom .title {
    background: url(../images/common/ico_dom.png) no-repeat 10px center;
    color: #ff5340;
	background-size: 35px;
}
.all_area .dom .list_tour {
    border-top: solid 1px #ffe2df;
	border-bottom: solid 1px #e0eef8;
}
.all_area .dom .list_tour img {/* border:1px solid #ff705f; */box-sizing: border-box;}
/*.all_area .dom .list_tour a {
	color:#ff705f;
}*/
/* 海外 */
.all_area .int .title {
    background: url(../images/common/ico_int.png) no-repeat 10px center;
    color: #006dc5;
	margin-top:10px;
	background-size: 35px;
}
.all_area .int .list_tour {
    border-top: solid 1px #e0eef8;
	border-bottom: solid 1px #d7d7d7;
}
.all_area .int .list_tour img {/* border:1px solid #006dc5; */box-sizing: border-box;}
/*.all_area .int .list_tour a {
	color:#006dc5;
}*/
/* 特集から探すのときのみ、アイコンつき */
#feature .list_tour a:first-child:after {
    position: absolute;
    top: 0;
    left: 0;
}
#feature .dom .list_tour a:first-child:after {
/*    content: url(https://tobutoptours.jp/shared/images/top/tag_dom.png);*/
}
#feature .int .list_tour a:first-child:after {
/*    content: url(https://tobutoptours.jp/shared/images/top/tag_int.png);*/
}
.all_area .banner_area_sp .title {
    background: url(../images/common/ico_dom.png) no-repeat 10px center;
    color: #ff5340;
	background-size: 35px;
}
.all_area .banner_area_sp .list_tour {
    border-top: solid 1px #ffe2df;
	border-bottom: solid 1px #e0eef8;
}
.all_area .banner_area_sp .list_tour img { box-sizing: border-box;}

.hei_sp li { height:0 !important;}
/*バナーエリア
-----------------------------------*/
/* 0414 以下の差分を反映してください */
.box_banner{
	clear:both;
	width:100%;
	margin:10px auto 20px;
}
.box_banner a { display: block; }
.box_banner a:last-child { margin-top: 10px; }


.box_tourstand .app_wrap {
    border: 1px solid #929292;
    border-radius: 5px;
		padding:5px;
		margin: 0 10px 20px;
}
.box_tourstand .dp_wrap {
		margin: 0 10px 20px;
}
.box_tourstand .app_wrap p{
	margin:10px 10px 10px;
}
.box_tourstand .app_wrap div { 
    float: left;
    width: 50%;
    margin: 5px 0 5px;
}
.tourstand_banner {
	 width:95%;
	 display:block;
	 margin:auto;}

.box_tourstand ul{
	margin:30px 0 0;
}
.box_tourstand li{ 
    width:80%;
    margin:0 auto 20px;
}
.tourstand-btn a {
	display: block;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffbf00;
    border-radius: 5px;
    background: #fff7de;
    color: #332f2a;
	position: relative;
	margin: 0 10px;
}
.tourstand-btn a:before {
    border-color: transparent transparent transparent #ff705f;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
	content: " ";
}

/*grand_voyage
-----------------------------------*/
#grand_voyage {
    margin-bottom: 20px;
	border: 2px solid #332d26;
	padding:5px;
}



#grand_voyage .tokubox{
	margin:;
}
#grand_voyage .tokubox .toku{
	font-size:16px ;
	font-weight:bold;
    border-bottom: solid 2px #83cac7;
    position: relative;
	text-align:center;
	padding:10px 0;
	margin:20px 25px 10px;    
	background-color: #83cac7;
}

#grand_voyage .tokubox .toku:after{
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -15px;
    border: 14px solid transparent;
    border-top: 14px solid #83cac7;
    z-index: 1;
}
#grand_voyage .tokubox ul{
	font-size:14px;
	margin:0 8px;
	padding-bottom:10px;
	
}
#grand_voyage .tokubox ul li span{
	border-bottom:dotted 2px #83cac7;
	display:block;
	padding-bottom:3px;
}
#grand_voyage .tokubox ul .ic01{
	background-image: url(../images/common/gv-ic01.png);
	background-repeat: no-repeat;
	background-position: left top;	
	background-size:40px;
	padding:15px 0 5px 47px;
}
#grand_voyage .tokubox ul .ic02{
	background-image: url(../images/common/gv-ic02.png);
	background-repeat: no-repeat;
	background-position: left top;	
	background-size:40px;
	padding:15px 0 5px 47px;
}
#grand_voyage .tokubox ul .ic03{
	background-image: url(../images/common/gv-ic03.png);
	background-repeat: no-repeat;
	background-position: left top;	
	background-size:40px;
	padding:15px 0 5px 47px;
}

#grand_voyage .tokubox .present{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
	margin:5px 25px 20px;
	    border: solid 2px #de3f91;
	border-radius:25px;
	padding:7px 0 10px;
}
#grand_voyage .tokubox .present .point{
	color:#DC2F95;
	font-size:16px;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
#grand_voyage .box_button{
    width: 85%;
	margin:0 auto 10px;
}
#grand_voyage .button {
    position: relative;
    display: block;
    padding:17px 0 0;
	text-align:center;
	height:45px;
	box-sizing:border-box;
	margin:0 auto 8px;
}
#grand_voyage .my {
    padding:10px 0 0;
}
#grand_voyage .box_button a{
	display:block;
}

#grand_voyage .button span {
    display: block;
    font-size: 11px;
    font-weight: normal;
}


#grand_voyage .button:before {
	border-color: transparent transparent transparent #dc70c6;
	position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    content: " ";
}



/*トップページ固有フッター
-----------------------------------*/
#top_footer {
    /* margin-top: 50px; */
    padding-top: 0px;
}
#top_footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
}
#top_footer .fb_banner {
    float: right;
     width: 288px;/* 193px  */
    height: 70px;
   /*  padding: 20px 0 20px 100px; */
    /* border-radius: 5px; */
    /* background: #3b5998 url(https://tobutoptours.jp/shared/images/top/logo_fb.png) no-repeat 5px 5px; */
    /* color: #fff; */
}
#top_footer dl {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}
#top_footer dl:first-of-type {
    margin-bottom: 10px;
	padding:5px;
}
#top_footer dt {
    padding: 6px 7px 4px 7px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    background: #eeebe7;
	height:auto !important;
}

#top_footer dd {
    float: left;
    margin: 5px 0 0 10px;
}
#top_footer dd.info  {
    float: left;
    margin: 0 0 0 20px;
}
#top_footer dd.info a {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding-left: 15px;
    color: #332f2a;
    font-size: 12px;
}
#top_footer dd a {
    position: relative;
    display: block;
    margin: 0 25px 10px 0;
    padding-left: 15px;
    color: #332f2a;
    font-size: 12px;
}
#top_footer dl:last-child dd { width: 100%; }
#top_footer dl:last-child dd a { float: left; }
#top_footer dd a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-color: transparent transparent transparent #a89a89;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    content: " ";
}

/* ↓TOPインデックスの下部スライダーサイズ縮小 */
.main_slider_sp{
	text-align:center !important;
	float:none;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}
/*スライダーここまで*/

/*お知らせ
-----------------------------------*/
.notice {
    background: #fff;
}
.notice .heading {
    padding:0 39px 0 10px;
    background: #f2f2f2;
    line-height: 23px;
	font-size:12px;
	border-bottom: none;
	text-align:right;
	margin:0 auto;
}
.notice .heading:before {
    display: inline-block;
    height: 23px;
    margin-right: 10px;
    background-size: 23px;
    vertical-align: -6px;
    content: " ";
}
.toggle_control { position: relative; }
.toggle_control:after {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 94px;
    height: 20px;
    margin-top: -12px;
    background: url(../images/sp_top/ico_toggle.png) no-repeat left -22px;
    background-size: 94px 45px;
    content: " ";
}
.toggle_control.open:after { background-position: left top; }
.toggle_control2 { clear:both;position: relative; text-align:right; background:url(../images/dom/bg_limit.png) no-repeat right 0; padding-right:18px;}
.toggle_control2:after {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 94px;
    height: 20px;
    margin-top: -12px;
    content: " ";
}
.toggle_control2.open { background:url(../images/dom/bg_limitp.png) no-repeat right 0; }
.toggle_control2.open:after { background-position: left top;}
.toggle_content { display: none; }
.toggle_content2 { display: none; }
/*.toggle_content2 ul li:nth-child(n+4) { display: none; }*/
.box_button .button, .box_button .button_int2 {
    display: block;
    width: 100%;
	float:left;
    text-align: center;
}
.triple_s li:nth-child(3) { margin-bottom:0;}
.tokyo2020 { max-width:510px; margin:20px auto 0;}
.close_top { margin:5px auto; border:solid 1px #06c;}
.more_info {
	width:100%;
	height:300px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
 }
.more_info_frame {
	width:100%;
  height:100%;
  border:none;
  display:block;
}
/*-----------------------------------*//*メイン検索-----------------------------------*/
#box_search3 {
width: 960px;
margin: 10px auto 0;
order: 2;
}
#box_search3 #search {
float: none;
width: 100%;
}
#box_search3 #main_pr {
float:  none;
width: 625px;
}
#search .tabs3 {
position: relative;/*    left: -6px;*/
width: 100%;
z-index: 10;
}
#search .tabs3 li {
overflow-y: hidden;
overflow-x: visible;
position: relative;
float: left;
width: 33%;
height: 37px;/*    padding: 0 6px;*/
}
#search .tabs3 .dom, #search .tabs3 .int3 {/* margin-left: -7px;*/
}
#search .tabs3 li a {
display: block;
width: 100%;
padding: 10px 0;
border-radius: 5px 5px 0 0;
text-align: center;
}
#search .tabs3 .yado a {
border: 1px solid #d7d7d7;
box-sizing:border-box;
border-bottom: none;
background: #fff;
color: #332f2a;
}
#search .tabs3 .dom a {
border: 1px solid #ff705f;
box-sizing:border-box;
border-bottom: none;
background: #ffefed;
color: #ff5340;
}
#search .tabs3 .int3 a {
border: 1px solid #006dc5;
box-sizing:border-box;
border-bottom: none;
background: #e8f5ff;
color: #006dc5;
}
#search .tabs3 .current3:after {
position: absolute;
bottom: 0;/*    left: 7px;*/
width: 100%;
content: " ";
}
#search .tabs3 .yado.current3:after {
border-top: 1px solid #fff;
}
#search .tabs3 .dom.current3:after {
border-top: 1px solid #ffefed;
}
#search .tabs3 .int3.current3:after {
border-top: 1px solid #e8f5ff;
}
#search .tabs3 .current3 a {/*    box-shadow: 0 3px 6px #d6d5d4;*/
}
.search_window {
width:100%;
height:190px;
}
#search {
position: relative;
box-sizing: border-box;
padding:0 15px 10px;
border-radius: 5px;
white-space: nowrap;
}
#search .title {
display:none;
}
/* 切り替わりコンテンツ */
#box_search3 {
width:100%;
}
#box_search3 .wrap3 {
width:100%;
position: relative;
margin-top: -1px;
z-index: 1;
}
#box_search3 .box_tab3 .tab_contents3 {
display: none;
min-height: 0px;
padding: 15px 15px 10px;
border: 1px solid #d7d7d7;
border-radius: 0 0 5px 5px;
background:#FFF;
}
#box_search3 #search_dom3.tab_contents3 {
border-color: #ff705f;
}
#box_search3 #search_int3.tab_contents3 {
border-color: #006dc5;
}
.form_search .date.dom input, .form_search .date.yado input {
background: #fff url(../images/common/ico_calendar_dom.png) no-repeat right center;
}
.form_search .date.int3 input {
background: #fff url(../images/common/ico_calendar_int.png) no-repeat right center;
}
.form_search .date.yado input {
width: 200px;
}
#box_search3 label {
position: relative;
display: inline-block;
margin: 0 15px 10px 0;
padding-left: 23px;
}
#box_search3 label.selected {
color: #00b2df;
}
#box_search3 label input {
position: absolute;
top: 0;
left: 0;
}
#box_search3 label:after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 20px;
height: 20px;
background: url(../images/common/ico_check.png) no-repeat left top;
content: " ";
}
#box_search3 label.selected:after {
background-position: left -30px;
}
#box_search3 .group3 {
display: inline-block;
}
#search .group3 label {
margin-right: 10px;
}
#box_search3 .group3:before {
margin-left: -10px;
content: "（";
}
#box_search3 .group3:after {
display: inline;
margin-left: -10px;
font-size: 14px;
content: "）";
visibility: visible;
}
#search .box_button {
position: absolute;
bottom: 16px;
left: 15px;
width: 293px;
}

.pc {
	display: none;
}
/* スゴ得　特集 
	-----------------------------------*/
.sugotoku {
	margin: 10px auto;
	font-size: 13px;
    background-color: #ffffeb;
    border: 1px solid #58b8c5;
	border-radius: 10px;
	width: 96%;
	padding: 10px 0;
}
.sugotoku figure {
	width: 75%;
	margin: 10px auto 20px;
}
.sugotoku .spflex figure img {
	width: 100%;
}
.sugotoku .txt p {
	color: #332f2a;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}


dl dd {
    margin-left: 0 !important;
}

/*　スゴ楽予約特集　*/
.booking_area {
  padding: 0 10px;
  font-size: 15px;
  line-height: 2em;
}
.booking_area dl + dl {
  margin-top: 10px;
}
.booking_area dt {
  font-weight: bold;
  border-bottom: 1px dashed;
  margin-bottom: 5px;
}
.booking_area a + a:before,
.booking_area a + span:before,
.booking_area span + a:before,
.booking_area span + span:before {
  content: "｜";
  color: #999;
  margin: 0 4px 0 0;
}

#tour_link_sp .column { margin: 20px 15px 0; padding: 8px 0px 8px; font-size: 14px; font-weight: bold; text-align: center;}
#tour_link_sp .column span { display: block; padding-top: 5px;  border-top:dotted 1px #333; font-size: 12px; font-weight: normal;}

/* 下部バナー４つ
-----------------------------------*/

.home_bottom_outlinks-all {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 10px;
    margin-left: 10px;

}

.home_bottom_outlinks-all > div {
	margin-bottom: 15px;
	margin-right: 10px;
}

@media (max-width:400px){
	
	.home_bottom_outlinks-all {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-around;
    	margin: 20px auto 10px;
    	margin-left: 0px;
	}

	.home_bottom_outlinks-all > div {
		margin-bottom: 15px;
		margin-right: 0px;
	}
}


/* gv改修
-----------------------------------*/

.gv_notice {
	margin: 10px 10px 20px;
}


/*-----------------------------
JATA
-------------------------------*/

.jata {
	width: 100%;
	margin: 10px auto 20px;
	padding-top: 10px;
	background-color: #EAFDFF;
}
.jata div { 
	text-align: center;
}
.jata img {
	width: 50%;
	margin: 0 auto;
}
.jata .txt {
	text-align: left;
	margin: 10px;
}
.jata .txt a {
	text-decoration: underline;
}
.jata .txt span {
	font-weight: bold;
	font-size: 14px;
	color: navy;
}


/*#guide スマホ*/



/*-------------------------------
guide
---------------------------------*/
#guide {
	margin: 20px 0 0;
}

/*-------------------------------
link
---------------------------------*/

#link {
		margin: 10px 15px;
/*	font-size: 13px;*/
}
#link .center {
	align-items: center;
	justify-content: center;
}
#link .flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 5px;
	list-style: none;
	flex-direction: column;
}
#link .flex.non_ac {
	flex-direction: row;
}

#link .flex li {
	
	padding: 6px 0 5px 5px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #bbb;
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
#link .flex.non_ac li {
	border: none;
	display: inline-block;
	width: auto;
	padding: 0 0 0 5px ;
	
}
#link .flex li a {
	width: 100%;
	display: inline-block;
}

#link .flex.non_ac li a {
	width: auto;
	display: inline-block;
}
#link .flex li.top_link a {
	font-weight: bold;
}
#link .flex li:after {
    margin-left: 15px;
    color: #666;
    content: "";
	background-image: url( "../img/arrow_right.svg");
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: calc( 50% - 7px);
		
}
#link .flex.non_ac li:not(:last-child):after {
	content: "|";
	position: relative;
	background-image:none;
}
#link .flex.non_ac li:last-child:after {
	content: "";
	background-image:none;
}

#link h3{
	font-size: 15px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#link dl {

}
#link dl dt {
	padding: 10px 0 5px 5px;
	font-weight: bold;
	border-bottom: solid 1px #93ccf1;
}
#link dl dd {
	padding: 5px 0;
}

#link dl dd a {
  padding: 6px 0 5px 5px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #bbb;
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
#link dl dd a::after {
  margin-left: 15px;
	color: #666;
	content: "";
	background-image: url(../img/arrow_right.svg);
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: calc(50% - 7px);
}
#link dl dt a {
	display: block;
}

.column {
    margin: 20px 15px 0;
    padding: 8px 0px 8px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.column span {
    display: block;
    padding-top: 5px;
    border-top: dotted 1px #333;
    font-size: 12px;
    font-weight: normal;
}

/*-------------------------------
アコーディオン
---------------------------------*/
.ac-check{
  display: none;
}
.ac-label{
  background: #ecfcff;
  color: #333;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
	
	position: relative;
	border-bottom: 1px solid #ddd;
}
.ac-label:first-of-type {
	border-top: 1px solid #ddd;
}
.ac-content{  
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  background-color: #fff;
  line-height: 0;
	overflow: hidden;
}
.ac-check:checked + .ac-label + .ac-content{
  height: auto;
  opacity: 1;
  padding: 5px;
  visibility: visible;
	background-color: #f9feff;
	line-height: 1.6;
	overflow: visible;
}
.ac-label:after{
    box-sizing: border-box;
    content: '';
    padding: 0px;
	background-image: url( "../img/arrow_down.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10px;
    top: calc( 50% - 6px );
	transform: rotate(90deg);

}
.ac-check:checked + .ac-label:after{
    content: '';
	transform: rotate(-90deg);
}



