@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------
共通css
------------------------------------------------------------------*/
ul li a:hover {
    text-decoration: none;
}
#contents {
    max-width: inherit;
}
#sitemap {
    padding: 0;
}
#sitemap .page-wrap {
    text-align: center;
}
#sitemap h1 {
    font-size: 3rem;
    position: relative;
}
#sitemap h1::after {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #ff7800;
}
#sitemap .bg {
    background-color: #eeeeee;
    padding: 30px 20px 20px;
    margin-top: 30px;
}
#sitemap .inner {
    max-width: 1200px;
    margin: 0 auto;
}
#sitemap .top_link__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
#sitemap .top_link__list li {
    width: 31%;
    display: flex;
}
#sitemap .top_link__list li a span{
    font-size: 1.4rem;
}
#sitemap .top_link__list li a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 17px 12px 10px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #003f6c;
    box-shadow: 2px 2px 5px #bdb9b9;
}
#sitemap .top_link__list li a:hover {
    opacity: 0.7;
}
#sitemap .top_link__list li a:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    right: 10px;
    transition: all 0.2s ease;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    top: 43%;
}
#sitemap .sec {
    background-color: #fff;
    padding: 20px 30px 30px;
    margin: 20px 0;
    box-shadow: 2px 2px 5px #bdb9b9;
}
#sitemap .sec + .sec, #sitemap .guide, #sitemap .faq {
    margin-top: 0;
}
#sitemap .sec__inner {
    margin-top: 10px;
}
#sitemap a {
    color: #333;
}
#sitemap a:hover {
    text-decoration: underline;;
}
#sitemap .br-600,
#sitemap .br-tablet,
#sitemap .br-372 {
    display: none;
}
/*------------------------------------------------------------------
ツアーを探す
------------------------------------------------------------------*/
#sitemap h2 {
    font-size: 2.1rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #265475;
    line-height: 1.6;
    margin: 0;
    color: #265475;
}
#sitemap .btn_link a {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    padding: 7px 25px 5px 10px;
    border: 1px solid #003f6c;
    color: #003f6c;
    font-weight: bold;
    transition: 0.2s;
}
#sitemap .btn_link a:after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #003f6c;
    border-right: 2px solid #003f6c;
    transform: rotate(45deg);
    content: "";
    top: 39%;
    right: 8px;
}
#sitemap .btn_link a:hover {
    color: #fff;
    background-color: #003f6c;
    text-decoration: none;
}
#sitemap .btn_link a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#sitemap .content_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 5px 8px;
}
#sitemap  .tour .content {
    margin: 10px 15px 25px;
}
#sitemap .tour .content + .content {
    padding-top: 12px;
}
#sitemap .list {
    margin: 0 5px;
}
#sitemap .tour .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#sitemap .list a {
    display: inline-block;
    font-size: 1.4rem;
}
#sitemap .tour .list li {
    width: 31%;
    position: relative;
    border-bottom: 1px dotted #bdbbbb;
    padding-left: 10px;
    margin-left: 3%;
}
#sitemap .tour .list li:nth-child(3n+1) {
    margin-left:0;
}
#sitemap .tour .list li:nth-child(n+4) {
    margin-top: 6px;
}

/*------------------------------------------------------------------
ご利用ガイド～
------------------------------------------------------------------*/
#sitemap .sec_wrap_col2,
#sitemap .sec_wrap_col3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
#sitemap .sec_wrap_col2 .sec {
    width: 49%;
}
#sitemap .sec_wrap_col3 .sec {
    width: 27%;
}
#sitemap .sec_wrap_col3 .sec:last-child {
    width: 42%;
}
#sitemap .sec_wrap_col2 .content_title,
#sitemap .sec_wrap_col3 .content_title {
    margin: 0;
}
#sitemap .sec_wrap_col2 .list li,
#sitemap .sec_wrap_col3 .list li {
    margin-top: 6px;
    position: relative;
    border-bottom: 1px dotted #bdbbbb;
    padding-left: 10px
}
#sitemap .list dd  {
    position: relative;
    border: none;
    margin-top: 4px;
}
#sitemap .list .pdf_list {
    padding-left: 21px;
}
#sitemap .list dd::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background-color: #bdbbbb;
    top: 10px;
    left: 10px;
}
#sitemap .list dd::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 8px;
    border-radius: 5px;
    background-color: #bdbbbb;
    top: 3px;
    left: 10px;
}
#sitemap .list dd a {
    padding-left: 23px;
}
#sitemap .list .pdf_list a {
    padding-left: 21px;
}
#sitemap .list dd:last-child {
    padding-bottom: 5px;
}
#sitemap .link-pdf01 {
    background-position: left 2px;
}
#sitemap .list .link-new01 {
    padding-left: 18px 
}
#sitemap .btn_link.btn_new01 a {
	position: relative;
	padding: 7px 25px 5px 25px;
}
#sitemap .btn_link.btn_new01 a:before {
	width: 15px;
	height: 15px;
	content: "";
	top: calc(50% - 5px);
	left: 7px;
	position: absolute;
	background: url(/common/images/common_ic_newwin01.png) no-repeat;
}
#sitemap .btn_link.btn_new01 a:hover:before {
	background: url(/common/images/common_ic_newwin02.png) no-repeat;
}
/*------------------------------------------------------------------
スマホ用　999px以下
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#sitemap h1 {
    font-size: 2.6rem;
}
#sitemap h1::after {
    right: 47%;
}
#sitemap .top_link__list {
    justify-content: space-between;
}
#sitemap .top_link__list li:nth-of-type(n+2) {
    margin-left: 8px;
}
/*------------------------------------------------------------------
ツアーを探す
------------------------------------------------------------------*/
#sitemap h2 {
    font-size: 1.9rem;
}
#sitemap .list {
    padding: 0;
    margin: 0px 8px;
}
#sitemap .list a {
    padding-right: 12px;
}
#sitemap .tour .list li {
    width: 48%;
    margin-left: 0;
}
#sitemap .tour .list li:nth-child(n+3) {
    margin-top: 6px;
}
#sitemap .tour .list li:nth-child(2n) {
    margin-left: 23px;
}
#sitemap .tour .content {
    margin: 10px 0px 20px;
}
/*------------------------------------------------------------------
ご利用ガイド～
------------------------------------------------------------------*/
#sitemap .sec_wrap_col2 .content_title,
#sitemap .sec_wrap_col3 .content_title {
    font-size: 1.5rem;
}
}
/*------------------------------------------------------------------
スマホ用　768px以上999px以下
------------------------------------------------------------------*/
@media screen and (max-width: 999px) and (min-width: 768px) {
#sitemap .sec {
    padding: 20px 25px 30px;
}
#sitemap .sec_wrap_col3 .sec {
    width: 49%;
}
#sitemap .sec_wrap_col3 .sec:last-child {
    width: 100%;
}
#sitemap .br-tablet {
    display: block;
}
}
/*------------------------------------------------------------------
スマホ用　767px以下
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
#sitemap h1 {
    font-size: 2.3rem;
}
#sitemap .sec {
    padding: 12px 14px 20px;
    margin: 12px 0;
}
#sitemap .sec + .sec, #sitemap .guide{
    margin-top: 0;
}
#sitemap .content {
    margin: 15px 0 20px;
}
#sitemap .top_link__list li a span{
    font-size: 1.2rem;
}
#sitemap .top_link__list li a {
    font-size: 1.4rem;
}
/*------------------------------------------------------------------
ツアーを探す
------------------------------------------------------------------*/
#sitemap h1::after {
    right: 47%;
}
#sitemap .list li,
#sitemap .list dd {
    padding-bottom: 5px;
}
#sitemap .list dd:last-child {
    padding-bottom: 0;
}
#sitemap .tour .list li,
#sitemap .tour .feature .list li {
    width: 100%;
}
#sitemap .tour .list li:nth-child(n+2) {
    margin-top: 6px;
}
#sitemap .tour .list li:nth-child(2n) {
    margin-left: 0;
}
#sitemap .tour .list li:before,
#sitemap .list dd span::before,
#sitemap .sec_wrap_col2 .list span::before,
#sitemap .sec_wrap_col3 .list span::before {
    position: absolute;
    content: "";
    background-color: #316991;
    width: 8px;
    height: 2px;
    transform: rotate(45deg);
    right: 2px;
    top: 7.5px;
}
#sitemap .tour .list li:after,
#sitemap .list dd span::after,
#sitemap .sec_wrap_col2 .list span::after,
#sitemap .sec_wrap_col3 .list span::after {
    position: absolute;
    content: "";
    background-color: #316991;
    width: 8px;
    height: 2px;
    transform: rotate(-45deg);
    right: 2px;
    top: 12px;
}
#sitemap .list a {
    display: block;
}
#sitemap .tour .content + .content {
    padding: 0;
}
/*------------------------------------------------------------------
ご利用ガイド～
------------------------------------------------------------------*/
#sitemap .sec_wrap_col2 .sec,
#sitemap .sec_wrap_col3 .sec,
#sitemap .sec_wrap_col3 .sec:last-child {
    width: 100%;
}
#sitemap .list li dd {
    margin-top: 6px;
    position: relative;

    border-bottom: 1px dotted #bdbbbb;
}
#sitemap .list li dd:last-child {
    border: none;
}
}
/*------------------------------------------------------------------
スマホ用　600px以下
------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
#sitemap .br-600 {
    display: block;
}
#sitemap .top_link__list li a {
    padding: 4px 8px;
}
#sitemap .top_link__list li a:after {
    width: 6px;
    height: 6px;
    right: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 45%;
}
#sitemap .top_link__list li:last-child a {
    padding-top: 12px;
}
}
/*------------------------------------------------------------------
スマホ用　435px以下
------------------------------------------------------------------*/
@media screen and (max-width: 435px) {
#sitemap .top_link__list li a span{
    font-size: 1rem;
}
#sitemap .top_link__list li a {
    font-size: 1.2rem;
    padding: 4px 8px 4px 5px;
}
#sitemap .top_link__list li a:after {
    right: 4px
}
#sitemap .top_link__list li a:after {
    width: 5px;
    height: 5px;
}
}
/*------------------------------------------------------------------
スマホ用　372px以下
------------------------------------------------------------------*/
@media screen and (max-width: 372px) {
#sitemap .br-600 {
    display: none;
}
#sitemap .br-372 {
    display: block;
}
#sitemap .top_link__list li:last-child a {
    padding-top: 4px;
}
}