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

/*----------------------------------
	index用のCSSです
----------------------------------*/
/* --------------------start_QA-------------------- */

.manner_ttl{
	position:relative;
	background:url(https://x.hankyu-travel.com/cms_photo_image/image_search_kikan5.php?p_photo_mno=00000-ALLUP-275936.jpg) 50% 50% / cover no-repeat scroll padding-box border-box rgba(0, 0, 0, 0);
	height: 368px;
	width: 1260px;
    margin: 0 auto;
}

h1{
	display: block;
    margin: 0 auto;
    font-size: 4.0rem;
	line-height: 1.2;
    font-weight: 600;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align: center;
	text-shadow: 0 0 1px black;
	padding: 30px 105px;
	background-image: url(/attending/cruise/images/smp/fram_sp.png);
	background-size: contain;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #333;
}

.manner_nav{
	margin-bottom: 60px;
    padding: 40px 0;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	width: 1260px;
    margin: 0 auto;
}

.manner_nav.bottom {
	margin-bottom: 40px;
}

.manner_nav ul{
	display:flex;
	justify-content: space-between;
	width: 974px;
    margin: 0 auto;
}

.manner_nav ul li{
	display: block;
    position: relative;
    width: calc(94% /4);
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
    transition: box-shadow 0.3s;
}

.manner_nav ul li:hover{
	box-shadow: 0px 0px 0px 2px var(--corporate-color) inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0)
}

.manner_nav ul li::before{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0%, -50%);
    background: var(--corporate-color);
    border-radius: 50%;
}

.manner_nav ul li::after{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 44%;
    right: 17px;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
}

.manner_nav.bottom ul li::after{
    top: 48%;
    transform: rotate(-45deg);
}

.manner_nav ul li a{
	display: flex;
	align-items: center;
	box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding:20px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
}

.manner_nav ul li a:hover{
	opacity:1;
}

.qa_wapper {
	margin-bottom: 100px;
}
.Common21__section-ttl-lev2 {
  border: none;
  margin-bottom: 20px;
  margin-top: 60px;
  font-size: 2.3rem;
}
.Common21__section-ttl-lev2:first-child {
	margin-top: 20px;
}
.balloon {
    position: relative;
    display: table;
    background-color: #fff;
    border: solid 2px var(--sub-corporate-color);
    padding: 10px;
    width: 100%;
	height: 65px;
    text-align: center;
	margin-bottom: 10px;
}
.balloon:before,
.balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon:before {
    border: solid 12px transparent;
    border-top: solid 12px var(--sub-corporate-color);
}
.balloon:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
.balloon .cabin-txt {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  color: var(--sub-corporate-color);
}


.QA__group {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.QA__group:not(:last-child) {
  margin-bottom: 20px;
}

.QA__q {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
}

.QA__q::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub-corporate-color);
}

.QA__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}

.QA__q-inner {
  position: relative;
  width: calc(100% - 50px);
  font-size: 2.2rem;
}

.QA__q-inner::before,
.QA__q-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

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

.open .QA__q-inner::before {
  transform: translateY(-50%) rotate(0);
}

.QA__a {
  display: none;
  border-top: 1px solid #e5e5e5;
}
.QA__a-inner {
  display: block;
  position: relative;
  padding: 20px 20px 20px 70px;
}

.QA__a-inner::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  border: 1px solid var(--sub-corporate-color);
}
.QA__link{
  text-align: center;
}
/*カード*/
.QA__a-group{
  display: flex;
  justify-content: space-between;
}
.QA__img-card {
  width: 29%;
  margin-top: -12px;
}
.QA__img-card figure {
  display: flex;
  justify-content: space-between;
}

.QA__img-card figure img {
  width: 165px;
  height: 123px;
}
.QA__img-card figcaption {
  font-size: 1.2rem;
  text-indent: -1em;
  padding: 4em 0 0 1em;
}
.QA__a-cabin-items,
.QA__a-event-items,
.QA__a-clothes-items {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.QA__a-txt {
	font-size: 1.8rem;
}
.cabin-item{
  width: 205px;
}
.cabin-item figcaption{
  font-size: 14px;
  margin-bottom: 5px;
}
.event-item {
	width: 185px;
}
.event-item2 {
	width: 330px;
}
.event-item2 .balloon {
	height: auto;
	padding: 2px;
	margin-bottom: 10px;
	border: solid 1px var(--sub-corporate-color);
}
.event-item2 .balloon:after {
	margin-top: -4px;
}	
.event-item2 dl {
	color: var(--sub-corporate-color); 
}
.event-item2 dt {
	margin-bottom: 5px;
}
.event-item2 dd {
	padding-left:1em;
	text-indent:-1em;
	font-size: 14px;
	margin-bottom: 5px;
}
.clothes-item img {
	width: auto;
	height:150px;
	display: table-cell;
    margin: 0 auto;
}
.clothes-item {
	min-width: 140px;
    max-width: 180px;
}
.clothes-item figure {
	display: table;
}
.clothes-item figure .sub {
	text-align: center;
	background-color: var(--sub-corporate-color);
	border-radius: 10px;
	color: #fff;
	margin: 5px 0;
}
.clothes-item2 {
	width: 330px;
}
.clothes-item2 .balloon {
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
	border: solid 1px var(--sub-corporate-color);
}
.clothes-item2 .balloon:after {
	margin-top: -4px;
}	
.clothes-item2 dl {
	color: var(--sub-corporate-color); 
}
.clothes-item2 dt {
	margin-bottom: 5px;
}
.clothes-item2 dd {
	padding-left:1em;
	text-indent:-1em;
	font-size: 16px;
	margin-bottom: 5px;
}
.clothes-item figure figcaption {
	font-size: 1.4rem;
}


.QA__a-flow li{
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
/* --------------------end_QA-------------------- */
.chart {
	display: flex;
	justify-content: space-between;
	margin: 15px 0 5px;;
}
table , td, th {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	line-height: 1.3;
	font-size: 1.5rem;
}
td, th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background-color: #f2fafe;
}
.restaurant {
	width: 570px;
}
.restaurant .txtL {
	width: 180px;
}
.style {
	width: 120px;
}
.chart2 table {
	width: 350px;
}
.kimono {
	margin-bottom: 10px;
}
.txtL {
	width: 40%;
	text-align: left;
	background-color: #fff;
}

#meal img {
	width: 216px;
	height: auto;
	float: right;
	margin-left: 10px;
}

/* --------------------start_阪急交通社のクルーズ旅行-------------------- */
.HeiCruise__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HeiCruise__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 240px;
  height: 145px;
  padding: 20px 40px 13px 20px;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
}

.HeiCruise__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg,
      rgba(0, 35, 51, 1) 0%,
      rgba(0, 35, 51, 0) 60%);
}

.HeiCruise__item.ship-item {
  width: 330px;
  height: 240px;
  margin-bottom: 20px;
}

.HeiCruise__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.HeiCruise__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--corporate-color);
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.HeiCruise__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 17px;
  right: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.HeiCruise__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.HeiCruise__img img {
  width: 240px;
  height: 145px;
  object-fit: cover;
  /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
}

.ship-item .HeiCruise__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
  object-position: 0 80%;
}

.HeiCruise__item:hover img {
  opacity: calc(var(--hoverOpacity) - 0.1);
}

.HeiCruise__name {
  font-feature-settings: "palt";
  font-size: 2.4rem;
}

#HeiCruise .CommonModal__ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.Cruise__link-text {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.Cruise__link-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

.HeiCruise-link-items .HeiCruise-link-item {
  width: 100%;
  margin-bottom: 5px;
}

.HeiCruise-link-items .HeiCruise-link-item a {
  position: relative;
  display: block;
  font-size: 1.4rem;
}

.HeiCruise-link-items .HeiCruise-link-item a:hover,
.HeiCruise-ebook .ebook a:hover {
  text-decoration: underline;
}

.HeiCruise-ebook .ebook {
  margin-bottom: 2rem;
}

.HeiCruise-link-items .HeiCruise-link-item a::before,
.HeiCruise-ebook .ebook a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}

.HeiCruise-area {
  width: 66% !important;
  border-right: none !important;
  margin-right: 20px;
}

.HeiCruise-area .HeiCruise-link-item {
  width: 50%;
}

.HeiCruise-setsumeikai {
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-ebook .ebook a {
  font-size: 1.8rem;
  font-weight: bold;
}

.HeiCruise-area .HeiCruise-toggle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.HeiCruise-links {
  border: 1px solid #e5e5e5;
  padding: 20px 100px !important;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.HeiCruise-link-items {
  width: 25%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HeiCruise-link-items dt {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.HeiCruise-link-items dd {
  width: 100%;
  margin-bottom: 5px;
}

.HeiCruise-link-items dd a {
  position: relative;
  display: block;
  font-size: 1.4rem;
}

.HeiCruise-link-items dd a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}

.HeiCruise-link-items dd a:hover {
  text-decoration: underline;
}

.HeiCruise-area {
  width: 50%;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-area dd {
  width: 50%;
}

.HeiCruise-setsumeikai {
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-ebook .ebook a {
  font-size: 1.8rem;
  font-weight: bold;
}

/* --------------------end_阪急交通社のクルーズ旅行-------------------- */


.term {
	width: 930px;
}

.term .style {
	width: 230px;
	text-align: left;
	padding: 5px 10px 5px 25px;
}

.term .txtL {
	width: 700px;
	padding: 5px 10px;
}