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

.main_contents {
  font-family:'Noto Sans CJK JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

.nopc{
  display: none
}

a {
  text-decoration:none;
}


h1,h2 {
font-family: 'Noto Serif JP', serif;	
color:#2668ec;
}

.grid-row {
	margin:0;
}

section {
  display:block;
  margin: 0 auto;
  width:1024px;
  padding:10px 10px 0 10px;
  }
.imgContainer--full {
	border-radius:0;
}

.main_contents h3 {
	font-family: 'Noto Serif JP', serif;
color:#2668ec;
	font-weight:bold;
	font-size:30px;
	text-align:center;


}

.simpleMv--full {
width:100%;
  height:650px;
	background: url("../images/mv_pc.jpg") no-repeat center top / auto;
}

.simpleMv--full>.simpleMv__img {
	 display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
    height: 420px;
}


.title-txt {
	    position: absolute;
	bottom:0;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	font-size:1.5rem;
	color:#fff;
	text-align: center;
	--yohaku: min((200vw / 7.5), 60px);
	width: 100%;
	background: linear-gradient(to bottom, transparent 0%,  rgb(14 5 25) 100%);
	padding-top: var(--yohaku);
	padding-bottom: 1.5em;
	
}

 .heading--title {
	 margin-bottom:10px;
	 	font-family: 'Noto Serif JP', serif;
	 font-weight:bold;
	 color:#0168ec;
 }

.heading--text {
	font-size:1.5rem;
}


/*MAP*/

#map {
	width:100%;
	text-align:center;
	background-color: #e7f7ff;
}

#map .grid-col2 {
	width:40%;
}

.schedule .grid-col2 {
	width:50% !important;
}

#map .point {
	width:60% !important;
	padding-left:20px;
}
.map {
  width: 50% !important;
  float: right;
}

.map_txt .grid-col2 {
	width:50%;
    float: left;
  padding-top: 20px;
	
}

.textBox {font-size:1.1em; padding: 0 2em;}
.textBox img{width: 100%; padding-top: 15px;}
.map img {
  width: 100%;
}
.schedule p{
	text-align:left;
}

.schedule .flightSchedule caption {
	background-color:#0168ec;
}

.schedule td {
	background-color:#fff;"
}

.point {
  padding:10px;
  margin-top:20px;
 text-align:left;
  margin:0 auto;
}

.point-list>li {
  border-top: 2px dashed #a6a6a6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;

}

.point-list p,.point-list p .red {
  padding-top:10px;
    font-size:16px;
  font-weight:bold;
}

.point-list>li:first-child{
border-top: none;
}

.point-list img {
	padding-right:10px;
	
}

.point-list span {
	font-size:1.5rem;
	color:#0066eb;
}

.point-list p .red {
	color:#f00;
}

.point .midashi {
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	background-color:#0066eb;
	border-radius:4px;
	font-family: 'Noto Serif JP', serif;
}

.point .sub_midashi {
	font-size:1.2rem;
	padding:10px;
	color:#383838;
	font-weight:bold;
	padding-bottom:0;
}

.point .three_point {
	font-size:2.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	color:#ff1e3d;
	line-height:1.1;
	border-bottom:8px solid #ffcf46;
}

.point .three_point span {
	font-size:3.5rem;
}


.point_li>li {
  border-top: 2px dashed #a6a6a6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.point_li>li:first-child{
border-top: none;
}


.point_li>li img {
	padding-right:10px;
	
}

.info {
	font-size:1rem !important;
	color:#000 !important;
	font-weight:300;
}

.point .imgContainer--full img {
	padding-top:50px;
}

/*交通費support*/
.support {
	width:1024px;
	margin:0 auto;
	text-align:center;
	font-size:2rem;
	background:#fff8ea;
	margin-top:20px;
		border:3px solid #f29600;
	border-radius:10px;
	line-height:1.1;
	margin-bottom:20px;
	
}


.support p {
	font-weight:bold;
}

.support .red {
	color:red;
	font-size:4rem;
}

.support .small {
	font-size:1.2rem;
}



/*基本情報*/

#info {
  background: #e7f7ff;
  width: 100%;
  padding: 55px 0;

  color: #000;
}

#info .contents ul#info_txt {overflow: hidden;}
#info .contents ul#info_txt > li {
  /* float: left; */
  font-size: 14px;
  padding: 0 0 17px;
  border-bottom: 1px solid #333;
  margin: 0 0 36px;
}
#info .contents ul#info_txt > li.language,
#info .contents ul#info_txt > li.currency {/* width: 470px; */}
#info .contents ul#info_txt > li.time_difference,
#info .contents ul#info_txt > li.flight_time {
  /* width: 470px; */
  /* margin-left: 20px; */
}
#info .contents ul#info_txt > li dl {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.temperature dl {
	flex-wrap:nowrap !important;
}

#info .contents ul#info_txt > li dl dt {
  width: 111px;
  float: left;
	 display: flex;
  align-items: center;
}
#info .contents ul#info_txt > li dl dd {
  margin: 0 0 0 67px;
  /* width: 272px; */
  float: left;
  display: flex;
  align-items: center;
}
#info .contents ul#info_txt > li.temperature dl dt,
#info .contents ul#info_txt > li.notes dl dt {
  /* width: 100%; */
  float: none;
}
#info .contents ul#info_txt > li.temperature dl dd,
#info .contents ul#info_txt > li.notes dl dd {
  margin: 10px 0 0 0;
  padding: 0 10px 0 0;
  width: 950px;
  float: none;
  line-height: 1.7;
}

.temperature dd {
margin: 0 0 0 67px !important;
}

#info .contents ul#info_txt > li.notes dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#info p {
  border: none;
  margin: 0 0 20px;
  padding: 0 0 0 70px;
  font-size: 21px;
  line-height: 1.6;
	font-weight:bold;
}
#info p#qa { background: url(../images/ico_qanda.png) no-repeat 0 50%; }
#info p#bag { background: url(../images/ico_bag.png) no-repeat 0 50%; }
#info dl#qanda { margin-bottom: 20px; }
#info dl#qanda dt {
  color: #fff;
  background: #333;
  padding: 3px 10px;
}
#info dl#qanda dd {
  font-size: 14px;
  margin: 10px 0 35px;
}
#info dl#qanda dd.last {
  margin: 10px 0 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #333;
}
#info ul#baggage { overflow: hidden; }
#info ul#baggage li {
  float: left;
  margin-right: 1em;
  font-size: 14px;
  font-weight: bold;
}
#info ul#baggage li span {
  font-size: 12px;
  font-weight: normal;
}

/*おすすめバナー*/

.is-bnr {
	width:960px;
	overflow:hidden;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
.is-bnr ul{ 
	width:100%; 
	padding:0 50px; 
	box-sizing: border-box;
}
.is-bnr li img{ 
	width:100%;
}
.is-bnr li img:hover{
	opacity: 0.8;
}
.is-bnr li {
	width: 25%;
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}

/*添乗員同行*/


.area-tab{
  margin: 50px auto;
  display: flex;
  width:98%;
  
}
.area-tab> button{
  border: 1px solid;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding: 16px 6px;
  margin-right: 12px;
  flex-grow: 1;
  color: #0168ec;
  line-height:1.2;
  font-weight:bold;
}

.area-tab>button:last-child{
  margin-right: 0
}


.ui-static-tab-button.is-active,.ui-static-tab-button::before {
	background-color:#0168ec !important;
}

.ui-static-tab-button {
	background-color:#fff !important;
}

.area-tab>button.nav_on::after{
  border-top: 20px solid #0168ec;
	
}

.text_ss {
	font-size: 70%;
}




  

#tour h1,.mnkt h2,.mnkt2 h3 {
color:#5034a5 !important;
}
  
.mnkt {
	margin:20px 0;
	border:solid 2px #5034a5;
	padding:10px;
	background-color:#fdfaff;
	}

.mnkt h2 {
	border-bottom:solid 2px #5034a5;
	margin-bottom:20px;
}

.mnkt h3 {
	text-align:left;
	  color:#5034a5;
	  font-size: 1.5rem !important;
		  
}

.mnkt .ui-static-item-card-horizontal-sm.plan2 {
	grid-template-columns:70% 1fr;
}

.sub-title {
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:20px;
}

.food {
	margin:50px 0;
}

.food h2 {
	color:#fff;
	padding: 5px 24px 5px;
	margin-bottom:10px;
	border-radius:20px;
}

.food h3 {
	color:#e63051;
	  font-size: 1.5rem !important;
	text-align:left;
}

.plan {
	font-size:1.2rem;
	line-height:2;
	background-color:#5034a5;
	color:#fff;
	padding:5px 30px;
	border-radius:10px;
	vertical-align:top;
}

.plan_2 {
	width:50%;
	margin:0 auto;
	font-size:1.2rem;
	line-height:2;
	background-color:#5034a5;
	color:#fff;
	border-radius:10px;

}

/*フリー*/
.ykbr,.ykbr2 {
	border:solid 2px #70b43d;
	padding:10px;
	margin-bottom:20px;
}

.free {
	margin:30px 0;
}

.ykbr h3,.ykbr2 h3,.free h2  {
	color:#70b43d;
	padding-bottom:20px;
	
}

.ykbr2 .ui-static-item-card-horizontal-reverse,.recommend-hotel {
    grid-template-columns: 1fr 2.85fr;
}

.free h3 {
		color:#70b43d;
}

.free .ui-static-heading {
	font-size:1.5rem !important;
}

.ui-static-table.ui-static-table-variant-basic .ui-static-table-table-wrapper .ui-static-table-table th,.ui-static-table.ui-static-table-variant-basic .ui-static-table-table-wrapper .ui-static-table-table td {
    padding: 10px !important;
  
}

.plan_o {
	font-size:1.2rem;
	line-height:2;
	background-color:#70b43d;
	color:#fff;
	padding:5px 30px;
	border-radius:10px;
}

.plan_o2 {
	width:50%;
	margin:0 auto;
	font-size:1.2rem;
	line-height:2;
	background-color:#70b43d;
	color:#fff;
	border-radius:10px;

}

.ykbr .ui-static-image {
    flex-direction: row;
}

.ykbr .ui-static-image img {
	padding:5px;
}

.time {
	width:22%;
}

.ykbr .small,.ykbr2 .small {
	font-size:1.5rem;
	color:#676767;
	padding-left:5px;
}

.ykbr .layout-e {
	margin-top:20px;
}

.ykbr .layout-e h3 {
	text-align:left;
}

.ykbr .ui-static-item-card-horizontal-sm {
    grid-template-columns: 500px 1fr;

}

.ykbr .ui-static-item-card .ui-static-grid-list .ui-static-heading {
    font-size: 1.7rem;
}

.info {
	margin-top:20px;
}
.content {
	 overflow: hidden;
	}


.box {
width:100%;
  margin:0 auto;
  padding:50px 0px 50px 0px;
background: transparent url(../images/bg-tour.jpg) 0 0 repeat;
	margin: 0 calc(50% - 50vw);
	width: 100vw;

	margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	width: 100vw;
	padding-top:20px;
}

.box h3 {
	color:#9b3d3d;
}

.box  .heading--md {
	margin-bottom:20px;
}

.layout-d {
	margin-bottom:20px;
}

.product__wrapper,.tour {
	margin-bottom:20px;
}


.icon3 {
	background-color:#003ff1;"
	font-weight:bold;
	color:#fff;
}


.item_box_text{
	width:1024px;
	margin:0 auto;
	margin-bottom:50px;
}

.item_box_text .ttl {
    font-size: 26px;
    font-weight: bold;
    padding: 5px 0 0 10px;
    margin: 5px 0;
	text-align: center;
	color:#ff5675;
	border-bottom: dotted 2px #ff5675;

}

.privelege {
    padding: 5px;
	text-align:left;
}

.privelege .point {
    position: relative;
    color: #383838;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
    padding: 0 0 0 2%;
}

.privelege .point::before {
	content: "★";
	display: inline-block;
	left: 0;
	position: absolute;
	font-size: 20px;
	color: #ff5675;
}

.floating-banner {
    position: fixed;
    z-index: 5;
   top: calc(76px + 23px);
	 right: 0;
}
.banner {
    width: 170px;/* バナーの横幅 */
    padding: 40px 10px;
}


.banner img {
	max-width:100%;
}

@media screen and (max-width: 1024px){
section {
	width:100%;
}

	
	.breadcrumb {
		width:100%;
	}

	#naviWrap ul {
		width:100%;
	}


	.section__container {
		width:100%;
	}

	.adjustment {
		width:100% !important;
	}

	.box {
		width:100%;
		padding:5px;
	}
	.photogroup {
  width: 100%;
}

.photogroup li {
	width:48%;
	margin-right:5px;
}

	.photogroup li img {
		width:100%;
	}
	


	.align-center {
		margin-top:20px;
	}

	#info .contents ul#info_txt > li.language,
#info .contents ul#info_txt > li.currency,#info .contents ul#info_txt > li.time_difference,
#info .contents ul#info_txt > li.flight_time {
  width: 100%;
	 margin-left:0;
}

	.is-bnr {
		width:100%;
	}

#info .contents ul#info_txt > li.temperature dl dd,#info .contents ul#info_txt > li.notes dl dd{
	width:100%;
}

.contents {
	width:100%;
}
	
	.area-tab {
		width:95%;
	}

	.arrange {

	padding:10px 10px;

}

.product-area {
	width:98%;
	margin:0 auto;
}
	
.dmkt .grid-col2.left {
	width:55%;
}

	.dmkt .grid-col2.left img {
		width:100%;
	}

.dmkt .grid-col2{
	width:49%;
}

	.support {
	width:100%;
	
}

#tour .content img {
	width:100%;
}	

	.item_box_text{
	width:100%;
}

	#info .contents ul#info_txt > li {
  width:100%;
}

	.box {
	margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	width: 100vw;
}

.clearfix {
	width:100%;
}	

	.recommend-hotel .left02{
	width: 40%;
	float: left;
}
.recommend-hotel .right02{
	width: 55%;
	float: right;
}

	.main_contents h3 {
	font-size:2.5rem !important;
}

.dmkt .content_pic img{
	padding:5px;
	width:50% !important;
	
}
.dmkt h5 img,.op h5 img {
	width:140px !important;
	padding:2px 5px;
	vertical-align: sub;
}

	.ui-static-grid-col-2 {
    grid-template-columns: repeat(3, 1fr) !important
}


}