@charset "utf-8";
/* CSS Document */

html,body{overflow-x:hidden;}

#container{
/*	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';	*/
	font-family: 'Noto Serif JP', serif;
    width: 100%;
    margin: 0;
	font-size: 16px;
	color: #444444;
	line-height: 1.6;	
}
*{box-sizing: border-box;}

.w1000{
	width: 1000px;
	margin: 0 auto;
}

dl,dt,dd,ul,li,ol,li {
	margin:0;
	padding:0;
	text-decoration:none;
}

#container img {
	margin:0;
	padding:0;
	vertical-align:bottom;
}

a, a:link{background:none; text-decoration:none;}
a:hover{opacity: .8;}
th {	font-family:'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック',sans-serif;}


.mbonly{display: none;}
.pc{display: block;}
.sp{display: none;}
.flex_box{	display: flex;}
.goth{font-family: 'Noto Sans JP', sans-serif;}
.min{font-family: 'Noto Serif JP', serif;}
.kaku{font-family: 'Zen Kaku Gothic New', sans-serif;}

.s-font{font-size: .8em; margin: 0 .5em;}
.m-1em{margin-top: 1em;}
#container h2{text-align: center;}
/*-----------------------pagetop*/
#gotop{display: none;}
#pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index:50;
	width:4em;
	height:4em;
	border-radius:50%;
	overflow:hidden;
	text-align: center;
}
#pagetop a {
	position: relative;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	background-image: none;
	background-color:rgba(119,119,119,0.4);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	
}
#pagetop a:before{
	content: "▲";
	display: block;
	position: absolute;
	color: #FFF;
	font-size: 2em;
    text-indent: 0;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
#pagetop a:hover {
	text-decoration: none;
	background-color: #a5a5a5;
}
/*--------------------パンくず */
#pankuzu{
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
	margin: 15px auto;
	width: 1000px;
	font-size: .85em;
}

#pankuzu ul{
    padding: 0 0 5px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;
}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}

/******************************************************************************* COMMON */


/*------------------------------------------------------------------------------------------------------------ main */
.main{
	background: 
url(../img/main_bg_photo2026.jpg) no-repeat center top/cover;
	padding: 6.5em 0;
}
h1.sitettl{
	height: 250px;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: 		url(../img/title2026.png) no-repeat top center;
	background-size:contain;
}
.subttl{
	text-align: center;
	color          : #3D330D;
	letter-spacing : 2px;
	font-weight: 700;
	text-shadow    : 
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  0px 2px #ffffff,
       0px  3px 2px #ffffff,
      -3px  0px 2px #ffffff,
       0px -3px 2px #ffffff,        /* 文字の影 */
	   3px  3px 8px #ffffff,
      -3px  3px 8px #ffffff,
       3px -3px 8px #ffffff,
      -3px -3px 8px #ffffff,
       3px  0px 8px #ffffff,
       0px  3px 8px #ffffff,
      -3px  0px 8px #ffffff,
       0px -3px 8px #ffffff;
/*	background: rgba(255,255,255,0.4);*/
	padding: 0 0 1em 0;
	font-size: 1.2em;
}
.subttl dt{
	font-size: 1.5em;
	color: #00599A;
	margin-bottom: .7em;
}
/*------------------------------------------------------------------------------------------------------------ intro */

.intro{
	padding: 7em 0;
	background: url("../img/main_bg2_photo2026.webp")repeat center center;
	background-size: cover;
/*	font-family: 'Hina Mincho', serif;*/
}
.intro .flex_box{
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1500px;
	margin: auto;
	column-gap: 3em;
	padding: 2em;
	align-items:center;
}

#container .intro .flex_box img{
	width:100%;
}

.photo_left{
	/*width:40%;*/
	width: calc(60% - 3em);
}

.photo_right{
	/*width:50%;*/
	width: calc(40% - 3em);
	/*display: flex;
	flex-wrap: wrap;
	align-content:space-around;*/
}



/* 画像が枠からはみ出ないための共通設定 */
#container.grid-container img {
  width: 100%;
  height: auto;
  display: block;
}


/**/
.intro dt img{ padding-right: .3em!important;}
.intro dd{
	background: url("../img/intro_dd_l.png")no-repeat left bottom;
	padding-top: 0.3em;
	/*font-size: 0.7em;*/
	/*font-size: 0.9vw;*/
	/*font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);*/
	color: #c2bad7;
	width:100%;
}


/*.intro .photo_right dl:nth-child(1) dt{
		width:auto;
}*/

/*.intro .photo_right dl:nth-child(1) dd{
		width:auto;
}*/


.intro .photo_right dl:nth-child(2){
	margin-top: 2em;
}

.intro .photo_right  dl:nth-child(3){
	margin-top: 2em;
}

.credit{
	display: flex;
	justify-content :space-between;
	font-size: 0.8vw;
}

.credit span:nth-of-type(2){
	text-align: right;
	width:8em;
}

.credit span:first-of-type{
	text-align: left;
	width:calc(100% - 8em);
}



/*------------------------------------------------------------------------------------------------------------point */
.tour_box{
	padding: 5em 0;
  background:url("../img/main_box_bg.png") repeat,
  linear-gradient(90deg, #3f689e, #19437d 48%, #00104c);
}

.point h2{
	background: url("../img/point_h2a.png")	no-repeat center bottom;
	background-size: contain;
	font-size: 1.6em;
	padding-bottom: 2em;
	width: 16em;
	margin: auto;
	padding-top: 3em;
	color: #fbeecb;
}
.point_tl{
	/*background: url("../img/point_icon.png")no-repeat left 3% center ,rgba(255,255,255,0.70);*/
	/*background: #29528a;*/
	background: linear-gradient(117deg, #fdedbc, #fff9df 24%, #fbf2b7 77%, #ffe8c0 94%);
	padding: 1em 1em 1em 11em;
	margin: 2em 0;
	border-bottom: #CDC113 2px solid;
	position: relative;
}

.point_tl:first-of-type::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 129px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/point_icon1.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left:2%;
  top:20%;
}

.point_tl:nth-of-type(2)::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 129px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/point_icon2.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left:2%;
  top:25%;
}


.point p{
	font-size: 1.4em;
	font-weight: 600;
	color: #322D01;
}

/*------------------------------------------------------------------------------------------------------------tour_info */
.tour_info{
	padding: 2em 0 7em;
}
.tour_info h2{
	background:		url("../img/tour_info_h2.png")no-repeat bottom center;
	font-size: 1.8em;
	padding: 2em 0 1.6em;
	color: #fbeecb;
}
.tour_info h2 span{ 
	text-shadow: none;
	display: inline-block;
	border-bottom: #fbeecb 1px solid;
	font-size: .5em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	color: #fbeecb;
}
.tour_info ul{
	flex-wrap: wrap;
	justify-content: center; 
	margin:4em auto 0;
	column-gap: 1.6em;
}
.tour_info ul li{
	width:  calc(100% / 3 - 1.6em );
}
.tour_info ul li dl{
	background:		
		/*url("../img/tour_info_li_bg-topa.png")no-repeat top 1% center/99%,
		url("../img/tour_info_li_bg-btma.png")no-repeat bottom 1% center/99%,rgba(255,255,255,0.40);*/
		url("../img/tour_info_li_bg-top.png")no-repeat top 1% center/99%,
		url("../img/tour_info_li_bg-btm.png")no-repeat bottom 1% center/99%,linear-gradient(117deg, #fdedbc, #fff9df 24%, #fbf2b7 77%, #ffe8c0 94%);;
	padding: .1em 1.5em 1.6em;
	display: flex;
	/*flex-wrap: wrap;*/
	flex-direction:column;
	align-content:center;
	height: 320px;
}


.tour_info .combi{
	flex: 6;
	text-align: center;
	background: #FFF;
}
.tour_info .combi span{
	display: block;
	font-size: .9em;
	background-image: linear-gradient(to right, rgba(236,203,60,1) 14%, rgba(247,236,145,1) 52%, rgba(224,182,18,1) 100%);
}
.tour_info dt{
	margin: 2.5em 0 1em;
	font-weight: 600;
	width:100%;
}
.tour_info dt span{	
	color: #fff;
	background: #040E60;
	padding: 1px .5em;
	font-size: 1em;
	/*margin-right: .5em;*/
}
.tour_info dt:not(:first-child){
	margin: .5em 0 0;
	font-weight: 600;
}
.tour_info dt span.new,.new{
	color: #fff;
	font-size: 12px;
    border-radius: 3px;
    background: red;
	padding: 1px .5em;
	margin-right: .5em;
}

.tour_info dd{
	width:100%;
}


.wazuka{
	color: red;
	border: red 1px solid;
	font-size: 12px;
    border-radius: 3px;
    background: #FFFFFF;
	padding: 1px .5em;
	margin-right: .5em;
}
.tour_info .text{
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-weight: 700;
	font-size: 1em;
	color: #493E10;
	line-height: 1.4;
	padding-bottom: 1em;
	/*height: 7vw;*/
	flex-grow:1;
}
.t_cent{text-align: center;}

.tour_info .btn{
	text-align: center;
	color: #fff;
	border-radius: 3px;
	width:100%;
}

.tour_info .commingsoon{
	background: #A2A2A2;
	margin-bottom:1em;
	padding: 3px 0;
	font-size: 1.1em;
}


.tour_info small {margin-bottom: 1em; display:block;}

.tour_info .bnr{
	max-width: 550px;
	margin: 5em auto;
}
.tour_info .bnr img{width: 100%;}
/* ボタン */
.btn a {
  display: block;
  width: 100%;
/*  max-width: 100%;*/
  color: #fff;
/*  cursor: pointer;*/
 font-size: 1.2em;
  padding: 3px 0;
  background: linear-gradient(-45deg, rgba(142,120,70,1) 3%, rgba(148,132,92,1) 16%, rgba(85,70,34,1) 77%, rgba(119,105,73,1) 91%, rgba(85,70,34,1) 100%);
  text-align: center;
	text-shadow: 1px 1px 3px #000;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
	margin-bottom: 1em;
}

/* ボタンをキラッとさせる */
.btn a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn a:hover::before {
  left: 100%;
}

.hatuchi{
	color: #000000;
}




	
	
	
	
