@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; }

.nosp{
  display: none
}

a {
  text-decoration:none;
}

.imgContainer--full {
	border-radius:0;
}


.main_contents h3 {
	font-family: 'Noto Serif JP', serif;
	color:#0c4180;
	font-weight:bold;
	text-align:center;
	font-size:2rem !important;
	margin-top:10px;
}



.align-center {
	margin:20px;
}

#tour .box {
	padding:5px;
}

.section__container {
	padding:10px;
}

.simpleMv--full {
    height: 380px;
} 

.simpleMv--full>.simpleMv__img {
    height: 380px;
}

.title-txt {
	    position: absolute;
	bottom:0;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	font-size:1rem;
	color:#fff;
	text-align: center;
	--yohaku: min((90vw / 7.5), 50px);
	width: 100%;
	background: linear-gradient(to bottom, transparent 0%, rgb(6 28 61) 100%);
	padding-top: var(--yohaku);
	padding-bottom: 0.5em;
	line-height:1.5;
}

.heading--title {
	 margin-bottom:10px;
	 	font-family: 'Noto Serif JP', serif;
	 font-weight:bold;
	 color:#0c4180;
 }

.heading--text {
	font-size:1.5rem;
}

.floating-banner {
    position: fixed;
    z-index: 5;
   top: calc(76px + 23px);
	 right: 0;
}
.banner {
    width: 140px;/* バナーの横幅 */
    padding: 40px 10px;
}


.banner img {
	max-width:100%;
}

/*MAP*/

#map {
	width:100%;
	text-align:center;
background-color:#e9f8ff;
}

.map img {
	width:100%;
}

.map_txt img{width: 100%; padding-top: 15px;}
.map img {
  width: 100%;
}
.map_txt p{font-size:1.2em; padding: 0 1em;}


.point ul {
	font-size:1.2rem;
	padding-top:10px;
	padding-bottom:0;
	line-height:1.2;
	text-align:left;
}

.point-list>li {
  border-top: 2px dashed #a6a6a6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.point-list.point-list>li:first-child{
border-top: none;
}

.info {
	font-size:1rem !important;
	color:#000 !important;
	font-weight:300;
}

.point-list span {
	font-size:1.5rem;
	color:#ff7b0a;
}

.point .heading--md img {
	width:50%;
}

.point-list>li img {
	padding-right:10px;
	width:15%;
	
}

.point-list p,.point-list p .red {
  padding-top:10px;
    font-size:16px;
  font-weight:bold;
}

.point .midashi {
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	background-color:#4fa8d2;
	border-radius:4px;
	font-family: 'Noto Serif JP', serif;
	padding:5px 0;
}

.point .sub_midashi {
	font-size:1.2rem;
	padding:10px;
	color:#383838;
	font-weight:bold;
	padding-bottom:0;
	line-height:1.6;
}

.point .three_point {
	font-size:2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	color:#ff1e3d;
	line-height:1.2;
	border-bottom:5px solid #ffcf46;
}

.point .three_point span {
	font-size:2.5rem;
}

.point-list p .red {
	color:#f00;
}


#impresso .align-center a:hover {
	opacity:0.7;
}

.schedule p{
	text-align:left;
}

.schedule .flightSchedule caption {
	background-color:#4fa8d2;
}

.schedule td {
	background-color:#fff;"
}

/*基本情報*/

#info {
  background: #e9f8ff;
  width: 100%;
  padding-top: 20px;

  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 25px;
  width:100%;
}

#info .contents ul#info_txt > li dl dt {
  width: 15%;
  float: left;
}

#info .contents ul#info_txt > li dl {
	width:100%;
	 display: flex;
  flex-wrap: wrap;
}

#info .contents ul#info_txt > li dl dt img {
	width:100%;
}

#info .contents ul#info_txt > li dl dd {
  margin: 0 0 0 10px;
  width: 80%;
  float: left;
	 display: flex;
  align-items: center;
}
#info .contents ul#info_txt > li.notes dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}


/*おすすめバナー*/

.is-bnr {
	width:100%;
	overflow:hidden;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
.is-bnr ul{ 
	width:100%; 
	box-sizing: border-box;
}
.is-bnr li img{ 
	width:100%;
}
.is-bnr li img:hover{
	opacity: 0.8;
}
.is-bnr li {
	width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
	
}

/*大満喫*/

.contents {
	width:100%;
	margin:0 auto;
}
.area-tab{
  margin: 50px auto;
  display: flex;
	width:95%;
	font-weight:bold;
}
.area-tab>li{
  width: calc((992px - 72px) / 7);
  border: 1px solid;
  font-family: var(--serif);
  font-size: 16px;
 
  text-align: center;
  padding: 16px 6px;
  margin-right: 12px;
  flex-grow: 1;
}

.area-tab>li {
	 color: #4fa8d2;
	font-size: 1.5rem;
 font-family: 'Noto Serif JP', serif;
	line-height:1.2;
}

.area-tab>li:last-child{
  margin-right: 0
}
.area-tab>li.nav_on,
.area-tab>li:hover{
  position: relative
}


.area-tab>li.nav_on,
.area-tab>li:hover{ background: #4fa8d2;
  color: #FFF;}

.area-tab>li.nav_on::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -35px;
  border: 10px solid transparent;

}

.area-tab>li.nav_on::after{
  border-top: 20px solid #4fa8d2;
	
}


.text_ss {
	font-size: 70%;
}

.product-area{
  display: none
}

.product-area.active {
	display:block;
}

.product-area {
	width:95%;
	margin:0 auto;
}

.heading--md img {
	width:100%;
	
}

.content img {
	width:100%;
}


.support {
	background:no-repeat;
}


#impresso .align-center a {
	margin-top:20px;
	background-color:#4f0101;
	color:#fff;
	max-width: 960px;
	border:2px solid  #fff;
}


.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;
}

.item_box_text{
	width:100%;
	margin:0 auto;
	margin-bottom:50px;
}

.item_box_text .ttl {
    font-size: 1.5rem;
    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: 1.1rem;
    padding: 0 0 0 5%;
    line-height:1.3;
}

.privelege .point::before {
 content: "★"; 
	display: inline-block;
	left: 0;
	position: absolute;
	font-size: 1.1rem;
	color: #ff5675;
}

.purple {
	color:#4e0e96;
}

.pink {
color:#fff;
	background-color:#f93e59;
}

.sub-title {
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	margin-bottom:20px;
}

.dmkt .grid-col1,.dmkt .grid-col2,.syokuji .grid-col2,.free .grid-col2 {
	border:1.5px solid #4e0e96;
	/* margin:0 3px; */
	width:100%;
	padding:8px;
	margin-bottom:10px;
}

.syokuji .grid-col1 {
	border:1.5px solid #f93e59;
	margin:0 3px;
	padding:8px;
	margin-bottom:10px;
}



.dmkt,.syokuji,.tokuten {
	width:100%;
	margin:0 auto;

}
.dmkt .content_pic img{
	padding:5px;
	width:50%;
	
}
.dmkt h5 img,.op h5 img {
	width:120px;
	padding:2px 5px;
	vertical-align: sub;
}
.dmkt h5 {
	color:#4e0e96;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	margin-bottom:10px;
	
}

.syokuji h5 {
	color:#f93e59;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	margin-bottom:10px;
	
}

.dmkt .grid-col1 .hue,.dmkt .grid-col1 .dad,.syokuji .grid-col1 .dad,.free .grid-col1 .dad,.op {
	display: flex;
  justify-content: space-between;
	margin:0;
}

.dmkt .grid-col1 .grid-col2,.syokuji .grid-col1 .grid-col2,.syokuji .grid-col2,.free .grid-col2,.free .op .grid-col2  {
	border:none;
	padding:0;
}

.dmkt .grid-col1 .grid-col2 h5 {
	border-bottom:none;
	text-align:left;
	font-size:1.4rem;
}

.sp_grid-row {
	display:flex;
	padding:10px;
}

.sp_grid-col2 {
	width:50% !important;
	margin:0 !important;
}

.sp_grid-col2 img {
	margin-left:5px;
}

.dad .sp_grid-row {
	width:100%;
	padding:0;
	margin:0 auto;
	

}

.dad .sp_grid-col2 img {
	padding:5px;
	margin-left:0;
}

.syokuji .grid-col3 {
	width:33.3%;
	padding: 0 4px 1px;
}

.syokuji .grid-col3 h5,.syokuji .grid-col2 .noborder {
	border-bottom:none;
	text-align:center;
	font-size:1.2rem;
}

.syokuji .grid-col3 .imgContainer--full {
	margin:3px 0;
}


/*フリー*/

.clearfix {
    zoom: 100%;
    overflow: hidden;
	width:95%;
	margin:0 auto;
	margin-bottom:50px;
}

figure {
    width: 100%;
    margin: 0;
	
}


figcaption {
    font-size: 12px;
	
}




.recommend-hotel .left02 img {
	width:100%;
	padding-bottom:5px;
}

.htl_ttl {
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
	border-bottom: dotted 2px #011c4f;
}

.cate-roominfo {
    display: inline-block;
    padding: 3px 5px;
    margin-top: 5px;
    font-size: 12px;
    background-color: #ffffff;
    color: #011c4f;
}


.txt{
	margin: 15px 0;
    font-size: 110%;
}

.enjoy {
	width:100%;
	margin: 0 auto;
}

.free h2 {
	color:#0e962e;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	
}

.free h5 {
	color:#0e962e;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px;
	width:100%;
	margin-bottom:10px;
	
}

.free .red {
	color:#ff0000;
}

.noborder h5 {
	border-bottom:none !important;
}


.enjoy h5 {
	font-size:1.3rem;
	border-bottom:none;
	margin-bottom:0;
	margin-bottom:5px;
}

.free .grid-col3 {
  width: 50%;
  padding: 0 4px 16px;
}

.free .grid-col1 {
	border:1.5px solid #0e962e;
	margin:0 3px;
	padding:8px;
	margin-bottom:10px;
}


.free .blue {
	border:1.5px solid #325ea5;

}

.free .grid-col1 .grid-col2 {
	border:none;
}

.free .grid-col1 .icon,.free .grid-col2 .icon {
	background-color:#0e962e;
	margin-right:5px;
	color:#fff;
	padding:0 5px;
	border-radius:4px;
	font-size:80%;
	line-height:2;
}

.free .blue .icon {
	background-color:#325ea5;
	
}

.free .grid-col1 .icon02 {
	border:2px solid #0e962e;
	padding:0 8px;
	margin-bottom:5px;
	font-size:1.2rem;
	font-weight:bold;
	color:#0e962e;
	border-radius:100px;
	line-height:3;
	
}

.free .grid-col1 strong {
	font-size:120%;
	line-height:1.2;
}

.free .grid-col2 {
	border:1.5px solid #0e962e;
	margin:0 3px;
	padding:8px;
	margin-bottom:10px;
}
.free .dad .grid-col2 {
	padding:0;
}

.op h5 {
	border-bottom:none;
}

.op_txt {
	margin:0 auto;
}

.dinner {
	font-size:1.2rem;
}

.op_txt2 {
	margin:30px 0;
}

.op .grid-col2 h5 {
	text-align:left;
	font-size:1.5rem
}

/*交通費support*/
.support {
	width:95%;
	margin:0 auto;
	text-align:center;
	font-size:1.5rem;
	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:2rem;
}

.support .small {
	font-size:1rem;
}

.tour{
	margin-bottom:30px;
}

.button {
	max-width:100%;
}