@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/
.Common21__inner {
    width: 1024px;
    margin: 0 auto;
}
/*mv*/
.tourtopttl {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../images/mv__bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tourtopttl h1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tourarea {
    display: inline-block;
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 0.09em;
    padding: 3px 30px;
    background-color: rgba(40,56,92,0.8);
    font-family: 'YuMincho Demibold', serif;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
}
.present_wrap {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-family: 'YuMincho Demibold', serif;
    letter-spacing: 0.09em;
    line-height: 1.6;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(172,146,62,0.85);
    width: 135px;
    height: 135px;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(+380px);
}
.present_wrap__osa {
    display: inline-block;
    padding: 20px 30px;
    font-size: 15px;
    text-align: center;
    font-family: 'YuMincho Demibold', serif;
    line-height: 1.5;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(172,146,62,0.85);
    border-radius: 60px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(+208px);
}
.seo {
    background-image: url(/attending/kokunai/tokaido53/images/bg_white.png);
    padding: 45px 0;
    position: relative;
}
.bg_white {
    background-image: url(/attending/kokunai/tokaido53/images/bg_white.png);
}
.tour_seo {
    font-family: 'YuMincho Medium', serif;
    font-size: 16px;
    letter-spacing: 0.09em;
    line-height: 1.7;
}
.anchor {
    padding: 40px 200px 60px;
}
.anchor_list {
    display: flex;
    justify-content: space-between;
}
.anchor_item {
    font-family: 'YuMincho Extrabold', serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.09em;
    position: relative;
}
.anchor_item::before {
    content: url(/attending/kokunai/tokaido53/images/anchor_deco.png);
    display: block;
    position: absolute;
    top: 5px;
    left: -60px;
}
.anchor_item::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    border-top: 2px solid #69A5BA;
    border-right: 2px solid #69A5BA;
    transform: translateX(-50%) rotate(135deg);
}
.anchor_item:hover{
    color: #69A5BA;
    transition: 0.3s;
}
/*mv*/
.bg_blue {
    background-image: url(/attending/kokunai/tokaido53/images/bg_blue.png);
    padding: 90px 100px;
    position: relative;
    z-index: 1;
}
.bg_blue::after {
    content: url(/attending/kokunai/tokaido53/images/bg_blue__deco.png);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
}
.bg_white {
    background-image: url(/attending/kokunai/tokaido53/images/bg_white.png);
    padding: 90px 0 100px;
    position: relative;
    z-index: 1;
}
.bg_white::after {
    content: url(/attending/kokunai/tokaido53/images/bg_white__deco.png);
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}
h2 {
    margin: 0 auto 60px;
    font-size: 36px;
    letter-spacing: 0.1em;
    font-family: 'YuMincho Demibold', serif;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.bg_blue h2 {
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.bg_white h2 {
    color: #000000;
    position: relative;
    z-index: 1;
}
.bg_blue h2::before {
    content: url(/attending/kokunai/tokaido53/images/h2_deco__blue.png);
    display: block;
    position: absolute;
    bottom: 12px;
    left: 280px;
    z-index: -1;
}
.bg_white h2::before {
    content: url(/attending/kokunai/tokaido53/images/h2_deco__white.png);
    display: block;
    position: absolute;
    bottom: 12px;
    left: 280px;
    z-index: -1;
}
h2 span {
    display: block;
    font-size: 16px;
    font-family: 'YuMincho Demibold', serif;
    color: #AC923E;
    letter-spacing: 0.4em;
    margin-top: 5px;
}
/*東海道五十三次とは*/
.about__box {
    width: 760px;
    height: auto;
    padding: 60px 65px 70px;
    margin: 20px auto 0;
    background-image: url(/attending/kokunai/tokaido53/images/bg_white.png);
    border-radius: 10px;
    font-size: 20px;
    font-family: 'YuMincho Demibold', serif;
    letter-spacing: 0.08em;
    line-height: 1.8;
    position: relative;
}
.about__box::before {
    content: url(/attending/kokunai/tokaido53/images/cloud01.png);
    display: block;
    position: absolute;
    top: 240px;
    left: -80px;
}
.about__box::after {
    content: url(/attending/kokunai/tokaido53/images/cloud02.png);
    display: block;
    position: absolute;
    top: 40px;
    right: -85px;
}
.mov_section {
    display: flex;
    justify-content: space-between;
    margin-top: -25px;
}
.mov_subttl {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'YuMincho Demibold', serif;
    text-decoration: underline;
}
/*ポイント*/
.point_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
    z-index: 10;
}
.point__box {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 325px;
    margin: 35px 0;
}
.point__box .right img {
    margin-top: -50px;
    margin-left: 162px;
    width: 135px;
    height: 60px;
}
.point_item {
    width: 325px;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 4px 4px 0px 2px rgb(176 210 221 / 70%);
}
.point_item img {
    margin-top: -50px;
    margin-left: -20px;
    width: 135px;
    height: 60px;
}
.point_subttl {
    font-family: 'YuMincho Extrabold', serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.09em;
    color: #47859B;
    margin: 10px 0;
}
.point_text {
    font-family: 'YuMincho Medium', serif;
    font-size: 17px;
    letter-spacing: 0.09em;
    line-height: 1.7;
}
/* ツールチップ */
.toolTip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 15px);
    z-index: 1;
    opacity: 0;
    width: 169px;
    height: auto;
    font-family: 'YuMincho Medium', serif;
    background-color: #ffffff;
    border: 6px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 20%);
    transform: translate(-50%, 10px);
    transition: opacity .3s, transform .3s;
    pointer-events: none;
}
.hover .toolTip,
.click .toolTip {
    opacity: 1;
    transform: translate(-50%, 0);
}
.hover .toolTip {
    z-index: 2;
}
.toolTip::after {
    content: url(/attending/kokunai/tokaido53/images/tip_Bottom.png);
    display: block;
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
}
.toolTip p {
    color: #333333;
    display: inline-block;
    line-height: 1.5;
    padding: 5px 10px;
}
.toolTip span {
    text-align: center;
    font-family: 'YuMincho Demibold', serif;
    font-size: 18px ;
    color: #D16A55;
    padding-bottom: 2px;
    border-bottom: 1px solid #D16A55;
    margin: 0 10px;
}
/*
.tip_box {
    background-color: #ffffff;
    border: 6px solid #ffffff;
    border-radius: 8px;
    width: 169px;
    padding: 3px 10px 5px 10px;
    position: relative;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.tip_box::after{
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    display: inline-block;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #FFFFFF transparent transparent transparent;
    transform: translateX(-50%);
}
.tip_subttl {
    text-align: center;
}
.tip_subttl span {
    font-family: 'YuMincho Demibold', serif;
    font-size: 18px ;
    color: #D16A55;
    padding-bottom: 5px;
    border-bottom: 1px solid #D16A55;
}
.tip_text {
    margin-top: 5px;
    color: #333333;
    font-size: 14px;
    font-family: 'YuMincho Medium', serif;
}

.toolTip {
    position: absolute;
    background-image: url(../images/tipBottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 9px;
    display: none;
}
*/

/*ツアー*/
.Tour_section h2 {
    margin-bottom: 30px!important;
}
.tour, .Setsu {
    width: 1024px;
    margin: 0 auto 40px auto;
    letter-spacing: 0.07em;
}
.tour *, .Setsu * {
    box-sizing: border-box;
    letter-spacing: 0.07em;
}
.tour th, .Setsu th {
    text-align: center!important;
}
.Tour_section .tour:last-child {
    margin-bottom: 30px;;
}
.Tour_section table {
    width: 1024px;
    border-collapse: collapse;
    margin: 0 auto 50px;
    letter-spacing: 0.07em;
}
.tableTtl {
    color: #000000;
    font-family: 'YuMincho Demibold', serif;
    font-weight: 500;
    font-size: 22px ;
    text-align: center;
    padding: 25px;
    line-height: 8rem;
}
.tableSubttl {
    font-size: 18px;
    padding: 10px;
    font-family: 'YuMincho Demibold', serif;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    background: #95C7D8;
    line-height: 5rem;
    border: 1px solid #95C7D8;
}
.tableSubttl th:nth-child(2) {
    background: #69A5BA;
}
div.Setsu .tableSubttl th:nth-child(1) {
    background: #69A5BA;
}
div.Setsu .tableSubttl th:nth-child(2) {
    background: #95C7D8;
}
.tour table tr.tableSubttl th:nth-child(3),
.tour table tr.tableSubttl th:nth-child(4), .tour table tr.tableSubttl th:nth-child(5){
    border-right: 1px solid #ffffff;
}
.tour table tr.tour__box {
    border: 1px solid #D0D0D0;
    font-size: 16px;
    padding: 10px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    /* line-height: 7rem; */
}
.tour table tr.tour__box td {
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.tour table tr.tour__box:hover {
    background: #EFEDED;
    cursor: pointer;
    transition: 0.3s;
}
.tour table tr.tour__box .number{
    font-weight: 600;
}
.tour table tr.tour__box .btnTour{
    font-weight: 600;
    color: #D36A51;
    justify-content: space-between;    
    margin-left: 4.4em;
    margin-right: 2em;
}
.tour table tr.tour__box .btnTour::after{
    content: url(/attending/kokunai/tokaido53/images/tour_btn.png);
    position: absolute;
    right: 8px;
}
	.tour__box {
		position: relative;
	}
	.rowlink {
		width: 0;
		min-width: 0;
		border: 0;
		padding: 0;
	}
	.rowlink a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
/*説明会*/
.Setsu table tr.tableSubttl th:nth-child(2),
.Setsu table tr.tableSubttl th:nth-child(3) {
    border-right: 1px solid #ffffff;
}
.Setsu table tr.Setsu__box {
    border: 1px solid #D0D0D0;
    font-size: 16px;
    padding: 10px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    line-height: 7rem;
}
.Setsu table tr.Setsu__box .date{
    font-weight: 600;
}
.Setsu__btn {
    padding: 10px 35px 10px 20px;
    background: #D36A51;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
}
.Setsu__btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.Setsu__btn::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    right: 1.3rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}
/*よくある質問*/
.wrap_faq_list {
    background: #fff;
    margin-bottom: 25px;
}
.qa__list {
    margin-bottom: 25px;
    background-color: #FFFFFF;
}
.qa__list:last-of-type {
    margin-bottom: 0;
}
.qa__list dt {
  position: relative;
    font-family: 'YuMincho Demibold', serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.07em;
  padding: 20px 20px;
  cursor: pointer;
    color: #333333;
}
.qa__list dt span {
    display: inline-block;
    align-items: center;
    color: #69A5BA;
    font-family: 'YuMincho Demibold', serif;
    font-size: 25px;
    margin-right: 30px;
    vertical-align: -4px;

}
.qa__list dt::before,
.qa__list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  background-color: #6BA5B9;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  z-index: 10;
}

.qa__list dt:after {
    transform: translateY(-50%);
}

.qa__list dt:before {
    transform: translateY(-50%) rotate(90deg);
}

.qa__list dt.faq_open:before {
    transform: translateY(-50%);
}
/*
.qa__title .qa_open ::before {
	display: none;
}
*/
.qa__list dd {
    display: none;
  padding: 0 40px 20px 20px;
}
.qa__list dd .qa_contents--txt {
    display: flex;
    justify-content: flex-start;
}
.qa__list dd .qa_contents--txt .icon {
    display: inline-block;
    align-items: center;
    color: #AC923E;
    font-family: 'YuMincho Demibold', serif;
    font-size: 25px;
    vertical-align: -4px;
}
.qa__list dd .aTxt {
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 0.07em;
    font-weight: 300;
}
/*
.qa__link {
    font-weight: 600;
    color: #21BEC7!important;
    padding-bottom: 5px;
    border-bottom: 1px solid #21BEC7;
}
.qa__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
*/
/*-----------------おすすめ特集-----------------*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 100%;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
	width: 219px;
	height: auto;
}

.bannerCassette_content img {
	width: 100%;
	height: auto;
	max-width:100%;
	max-height:100%;
}

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a{
	display:block;
}

.swiper-banner-container .swiper-slide a:hover{
	opacity:0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color:#4c4c4c;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/kokunai/tokaido53/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/kokunai/tokaido53/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

.depart__list {
    display: flex;
    justify-content: space-between;
}
.depart__btn {
    width: 325px;
    height: auto;
    background: #AC923E;
    color: #FFFFFF;
    font-family: 'YuMincho Extrabold', serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 1.5;
    text-align: center;
    padding: 26px 0;
    position: relative;
}
.depart__btn span {
    font-size: 25px;
}
.depart__btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}
.depart__btn::before {
    content: url(/attending/kokunai/tokaido53/images/depart_btn__deco.png);
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}
.depart__btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.price-col {
    width: 318px;
}
.departure-col {
    width: 348px;
}
.departure.multiple-line {
    text-align: left;
    padding-left: 48px;
}
#Session {
    margin-top: 80px;
}
.tableSubttl .table_cap {
    width: 228px;
}
.Setsu .tableSubttl th {
    width: 256px;
}
.disabled-item {
    color: #b8c3cd;
}
.disabled-item::after {
    border-top: 1px solid #b8c3cd;
    border-right: 1px solid #b8c3cd;
}
.disabled-item:hover {
    color: #b8c3cd;
}
.mov{
    width:480px;
}