@charset "utf-8";
/* CSS Document */
/* ゆっくり遷移する */
html:focus-within {
	scroll-behavior: smooth;
}

body #container{
	font-family: 'Noto Sans JP','メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';	
    width: 100%;
    margin: 0;
	font-size: 15px;
	color: #443a32;
	line-height: 1.6;
	box-sizing: border-box;
}

/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.league-spartan-<uniquifier> {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

* { box-sizing: border-box; }
#container a{
	text-decoration: none;
/*	color: #333;*/
}
#container a:hover{
/*	color: #333;*/
	opacity: .6;
}
#container img{
	width: 100%;
	max-width: 100%;
    margin: 0;
    padding: 0;
	vertical-align: bottom;

}
.w1000{
	width: 1000px;
	margin: 0 auto;
}

.pc{display: block;}
.tb{display: none}
.sp{display: none;}

ul {
  list-style: none;
}


/*-- flex --*/
.flex_box {
  	display:flex;
    column-gap:20px;
}

/*--------------------page_top */
#page_top{
    position: fixed;
    z-index: 400;
    right: 20px;
    bottom: 10px;
}

#page_top a::after{
    font-family: "Material Symbols Outlined";
    content: "\e698";  
    font-weight: 600;
	font-size: 40px;
	background:rgba(33,109,54,0.70);
	border-radius: 10px;
	opacity: 0.8;
	padding: 3px 5px;
}

#page_top a{
    color: #ffffff;
}

/*--------------------パンくず */
#pankuzu{
	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: '>';
}

.bg_blue{
	background: #dff4ff;
}

.paragraph_line{
	display: flex;
    align-items: center;
}

.paragraph_line:before, .paragraph_line:after{
	   content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #006837;
}

.paragraph_line:before{
	margin-right: 1rem;
}

.paragraph_line:after {
    margin-left: 1rem;
}

#container .paragraph_line img, #container #point img,#container #tour_menu ul img{
	width:auto;
}


/*----------------------------------------------------------------------------------------------------title */
#title{
	background-image: url("../img/title_bg.webp");
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}
#title p{
	font-family: 'Shippori Mincho', serif;
	background:#216d36;
	text-align: center;
	color: #fff;
	font-size: 2.5em;
}

#title p strong{color: yellow; font-size: 1.2em;}
/*--------------------------------------------------------------------------------------------#point*/
#point{
	padding:4em 0 0 0;
	background:#ebf3d8;
	position: relative;
}

.point_tl{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.point_map{
	width:40%;
	top:-110px;
	position: relative;
}

.point_map img{
	position: absolute;
}

.point_tl dd{
	font-size: 28px;
	 font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
	color: #216d36;
	width:60%;
	padding-left: 3em;
	position: relative;
}

.point_tl dd::after{
	position: absolute;
	 content: "";
    display: inline-block;
    width: 150px;
    height: 69px;
    background-image: url("../img/point_kazari.png");
    background-position: center;
    background-size: contain;
	left:50px;
	bottom:-3em;
}

.point7{
	padding: 20px 0 50px 0; 
	font-size: 15px;
 font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h2{
	color: #006837;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
   font-family: "Noto Serif JP", serif;
   font-weight: 600;
   font-style: normal;
	text-align: center;
	padding: 0.2em 0 1em 0;
	border-bottom:1px solid #006837;
}

.point_ti{
	text-align: center;
	padding-top: 50px
}

.overall_tour_point {
	display: flex;
	flex-wrap: wrap;
	/*column-gap: 33px;*/
	column-gap: 20px;
	justify-content:center;
}

.overall_tour_point_box{
	/*width: 225px;*/
	width: calc(100%/2 - 20px);
	padding: 18px 20px;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	border-top: 1px solid #808075;
	line-height:1.4;
	color: #006837;
}
.point_number{
	 color: #ffffff;
	background: #006837;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 5px;
	font-family: "Noto Serif JP", serif;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------------------------------#ex_meeting*/
#ex_meeting{
	background: #cdf2ff;
	background-image: url("../img/ex_meeting_bg.png") ;
	background-position-x:center;
    background-position-y: bottom;
	background-repeat: no-repeat;
	padding: 80px 0 80px 0;
	border-bottom: #1d2088 3px solid;
	background-size: contain;
}

.ex_meeting_box{
	text-align: center;
}

.meeting_b{
	background: #1d2088;
	color: #ffffff;
	padding: 2px 5px;
	margin-right: 0.5em;
}

#ex_meeting h3{
  	color: #1d2088;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
   font-family: "Noto Sans JP", serif;
   font-weight: 800;
   font-style: normal;
	text-align: center;
	padding: 0.3rem 2rem;
	display: inline-block;
  border-top: 1px solid #1d2088;
  border-bottom: 1px solid #1d2088;
}

#ex_meeting h3 span{
	font-size: 0.9em;
}

.ex_meeting_box dl{
	font-size: 1.4vw;
	font-family: "Noto Sans JP", serif;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	line-height: 1.6;
	padding-bottom: 0.2em;
}

.ex_meeting_et{
	padding: 20px 0;
}

.ex_meeting_et span{
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-weight: 800;
}

.ex_meeting_et  dd span{
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

#container .ex_meeting_et a{
	font-weight: 800;
	color: #ff5fb9;
}

.ex_meeting_box .txt{
	text-align: left;
	font-size: 16px;
	padding: 1em 10em 1em 10em;
	margin: 0 auto;
	line-height: 1.8;
}

.reference{
	text-align: left;
	padding-top: 30px;
	line-height: 1.2;
}

.reference dd{
	padding-left: 2em;
	width:45%;
}

.reference span{
		font-size: 26px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
}

.reference .yoyaku{
	font-size: 20px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
}
.reference .yoyaku_web{
width: 100%;
    text-align: center;
    background: #1d2088;
    position: relative;
    margin: 20px auto 20px auto;
    border-radius: 10px;
    transition-property: opacity;
    transition-duration: 0.5s;
	color: #ffffff;
	font-size: 17px;
}

.reference .yoyaku_web a{
	color: #ffffff;
	display: block;
    color: #ffffff;
    padding: 10px 0;
}

.reference .yoyaku_web a:after {
    box-sizing: border-box;
    display: block;
    padding: 5px 3px;
    position: absolute;
    right: 15px;
    top: 5px;
    font-family: 'Material Symbols Outlined';
    content: "\f46a";
    font-size: 20px;
    transition: right .3s;
}
/*--------------------------------------------------------------------------------------------オーロラ説明*/
#aurora_ex{
	background: #F4DAE0;
background: linear-gradient(355deg,rgba(244, 218, 224, 1) 0%, rgba(227, 238, 255, 1) 96%);
	padding: 5em 0;
}

#aurora_ex h3{
	color: #662d80;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 2em;
	text-align: center;
}

.aurora_ex_box{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.aurora_ex_box dl{
	width: calc(100%/2 - 20px);
}

.aurora_ex_box dd{
	font-size: 1.14em;
	font-family: "Noto Sans JP", sans-serif;
	padding: 0.5em;
	line-height: 1.5;
}
/*--------------------------------------------------------------------------------------------main*/
#main, #hotel{
	background: #f6f6f6;
}

#main h3{
    display: inline-block;
    position: relative;
    color: #004d19;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-weight: 500;
}

.charter h3::after, .fromtheground h3::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #004d19;
}

.charter, .fromtheground{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5em 0;
}


.charter h3::before{
	 content: url(../img/day.png);
    position: absolute;
	display: block;
    visibility:visible;
	z-index: 5;
	top:-10px;
	left:-4em;
}

.charter h4, .fromtheground h4{
	color: #228073;
	font-size: 1.42em;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	width:100%;
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
}

.charter .txt, .fromtheground .txt{
	font-size: 1.14em;
	font-family: "Noto Sans JP", sans-serif;
	padding: 0 0.5em 0 0.5em;
}

.charter_ex_box, .fromtheground_ex_box{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	padding-top: 3em;
}
.charter_ex_box dl, .fromtheground_ex_box div{
	width: calc(100%/2 - 20px);
	padding-bottom:1em;
}

.charter_ex_box dd{
	font-size: 1.28em;
	font-family: "Noto Serif JP", serif;
	padding: 0.5em 0 0 0;
	line-height: 1.5;
	color: #004d19;
	font-weight: 600;
}

/*--------------------------------------------------------------------------------------------#best_condition*/
#best_condition{
		background: #F4DAE0;
background: linear-gradient(355deg,rgba(244, 218, 224, 1) 0%, rgba(227, 238, 255, 1) 96%);
}
#best_condition h3{
	color: #662d80;
	/*font-size: 2.1em;*/
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 1em;
	text-align: center;
}

.best_condition_box{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.best_condition_box_left{
	width:48%;
	background:url(../img/tour_09.jpg) no-repeat center center;
	background-size: cover;
}

#container .best_condition_box_left img{
	width: auto;
}

.best_condition_box dl{
	width:48%;
	padding: 3em 0;
	display: flex;
	flex-wrap: wrap;
	align-content:space-between;
	justify-content: center;
}

.best_condition_box dd{
	font-size: 1.14em;
	/*font-size:clamp(0.938rem, 0.849rem + 0.44vw, 1rem);*/
	font-family: "Noto Sans JP", sans-serif;
	padding: 0 1em;
}

.best_condition_box dd:nth-of-type(2){
	text-align: center;
	padding-top: 2em;
}

#container .best_condition_box dd img{
	width:auto;
}

/*--------------------------------------------------------------------------------------------#hotel*/
.hotel_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5em 0;
}


 #hotel h3 {
    display: inline-block;
    position: relative;
    color: #2e3180;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-weight: 500;
}

.hotel_box h3::before {
    content: url(../img/hotle_icon.png);
    position: absolute;
    display: block;
    visibility: visible;
    z-index: 5;
    top: -20px;
    left: -4em;
}

.hotel_box h3::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #2e3180;
}

.hotel_ex_box{
	display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    padding-top: 3em;
	justify-content:center;
}


.hotel_box .txt{
	font-size: 1.14em;
    font-family: "Noto Sans JP", sans-serif;
	width:94%;
}

.hotel_ex_box div{
    width: calc(100% / 2 - 20px);
    padding-bottom: 1em;
}


/*--------------------------------------------------------------------------------------------#businessclass*/
#businessclass{
	background: url("../img/busines_bg.jpg") repeat;
}
 #businessclass h3 {
    display: inline-block;
    position: relative;
    color: #231815;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-weight: 500;
	 padding-bottom:2em;
}

.businessclass_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5em 0;
	}

.businessclass_box h3::before {
    content: url(../img/air_icon.png);
    position: absolute;
    display: block;
    visibility: visible;
    z-index: 5;
    top: -20px;
    left: -5em;
}

.businessclass_waku{
	border: #e50012 1px solid;
	padding: 0 0 3em 0;
}

.businessclass_tl{
	background: #e50012;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-weight: 500;
	text-align: center;
	padding: 0.2em 0;
}

.businessclass_box .businessclass_photo{
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	padding: 1em;
	justify-content:center;
}

#container  .businessclass_box dl dd:first-of-type img{
	width:100%;
}

#container  .businessclass_box dl dd:first-of-type p{
	flex-basis:32%;
}

.businessclass_box .txt{
	   font-size: 1.14em;
    font-family: "Noto Sans JP", sans-serif;
}

.businessclass_waku .txt{
	padding: 0 1.5em;
}

.businessclass_waku .txt dl{
	padding-top: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
}

.businessclass_waku .txt dd{
	color: #e50012;
	font-size: 1.5em;
	font-weight: 600;
}

.hayawari120{
	padding-top: 6em;
}

#container .hayawari120 img{
	width:auto;
}
.hayawari120_box{
	border: #005bab 2px solid;
	border-radius: 10px;
	margin-top: 5em;
	}

#container .hayawari120_box img{
	width:auto;
}

.hayawari120_box dt{
	background: #005bab;
	display: flex;
	padding: 5px 10px; 
}

.hayawari120_box dt p{
	color: #fff000;
	padding-left: 1em;
	font-size: 20px;
	font-weight: 600;
	}

.hayawari120_box dd{
	background: #ffffff;
	padding: 1em;
	border-radius: 10px;
	font-size: 1.1em;
}

.day521{
	color: #e50012;
}

.bothadults_children{
	font-size: 0.8em;
}
.hayawari_price{
	color: #e50012;
	font-size: 1.8em;
	font-weight: 700;
	padding-left: 0.5em;
}



.yajisita_icon{
    /*position: fixed;*/
    z-index: 400;
	position: absolute;
    /*right: 20px;*/
    bottom: -10px;
	color: #ffffff;
}

.yajisita_icon::after{
    font-family: "Material Symbols Outlined";
    content: "\e69b";  
    font-weight: 400;
	font-size: 24px;
}
/*--------------------------------------------------------------------------------------------#デジパン*/
.dejipan_bg{
	background:#cdf2ff;
	padding: 20px 0;
}

.dejipan_box{
	margin: 30px auto 30px auto;
	width:60%;
}

.dejipan{
    text-align: center;
    background: #1d2088;
    position: relative;
    border-radius: 10px;
    transition-property: opacity;
    transition-duration: 0.5s;
    color: #ffffff;
    font-size: 17px;
	font-family: "Zen Old Mincho", serif;
	padding: 20px auto 20px auto;
}

.dejipan a{
    display: block;
    color: #ffffff;
    padding: 20px 0;
}

.dejipan a:hover{
	background: #5ABFFF;
	border-radius: 10px;
}

.dejipan a:after {
    box-sizing: border-box;
    display: block;
    padding: 5px 3px;
    position: absolute;
    right: 15px;
    top: 12px;
    font-family: 'Material Symbols Outlined';
    content: "\f46a";
    font-size: 20px;
    transition: right .3s;
}

/*--------------------------------------------------------------------------------------------#youtube*/
.youtube{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	padding: 2em 0;
}
	
/*--------------------------------------------------------------------------------------------#tour*/
#tour_all{
background:#fcf9f5;
	/*background-size: 100%;*/
	padding: 3em 0 0 0;
	font-size: 16px;
}

#tour_all h3{
	color: #443a32;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
   font-family: "Noto Serif JP", serif;
   font-weight: 600;
   font-style: normal;
	text-align: center;
	padding: 0.2em 0 1em 0;
}

 .tourarea_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	column-gap: 30px;
	 padding-bottom: 80px;
}

.tourarea_link ul{
	width:40%;
	background: #216d36;
	margin-top: 5px;
	text-align: center;
	 border-radius: 10px;
}

.tourarea_link a{
	display: block;
	height: 100%;
	width:100%;
	 font-family: "Noto Serif JP", serif;
	color: #ffffff;
	padding: 1em 3em;
	position: relative;
	    border-radius: 10px;
}

.tourarea_link  a:after{
    box-sizing: border-box;
    display: block;
    padding: 5px 3px;
    position: absolute;
    right: 30px;
    top: 15px;
	font-family: 'Material Symbols Outlined';
  	font-weight:  600;
 	content:  "\f46a";
	font-size: 20px;
	transition: right .3s;
}

#tour_all .tourarea_link a:hover{
	background: #41b75d;
}

.tourarea_link a:hover:after{
    right: 25px;
}


/*--------------------contact */
#contact{
	background: #ecf4d9;
	padding: 30px 0;
	/*margin-top: 80px;*/
}

.contact_flex{
	display: flex;
	flex-wrap: wrap;
	margin-inline: auto; 
	column-gap:40px;
	justify-content:center;
	margin-inline:auto;
	max-width: 1000px;
	
}

.circle_bg{
	width:20%;
	font-size: 16px;
	font-weight: 700;
	color: #216d36;
	position: relative;
}

.circle_box{
	position: absolute;
	top:35%;
	left:20%;
}
.circle_bg {
	width:180px;
	height: 180px;
	background: #ffffff;
	border-radius: 100px;
	text-align: center;
}

.circle_box span:nth-of-type(2){
	font-size: 18px;	
}

.infoBox{
	width:350px;
	font-size:16px;
}


.infoBox dt{
	font-size:clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem);
	font-weight: 700;
	line-height: 1.2;
}

.infoBox dt span{
	font-size: 18px;
}

.info_tel{
	font-size: 32px;
	font-weight: 700;
}

.infoBox{
	width:350px;
	font-size: 16px;
}

.infoBox dd span{
	padding-right: 1em;
}

.infoBox .material-symbols-outlined{
	padding-right: 0;
}

.infoBox a, .infoBox a:link{
	color: #216d36;
}


#tour1 {
	background-image: url("../img/bg01.webp");
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 15vw;
}








.tour1 .tour_title dt{
	position: relative;
}

.tour1 .tour_title dt::before {
    content: url(../img/kakutei_icon2.png);
    position: absolute;
	display: block;
    visibility:visible;
	z-index: 5;
	top:-20px;
	left:-150px;
}

.hayawari{
	background: #fdf2f5;
	margin: 50px auto 0 auto;
	padding: 1em;
	font-size: 18px;
	width:80%;
	text-align: center;
}

.hayawari span{
	font-weight: 800;
	color: #e85382;
	font-size: 22px;
}





/*---------------------------------------------------------------------------------------------link*/
.soon{position: relative;}
.soon::before{
	content: "2/1発売";
	color:#FFED00;
	background: rgba(255,255,255,0.50);
	width:100%;
	height: 100%;
	text-shadow: 2px 2px 2px #000;
	font-size: 2.2em;
	text-align: left;
	line-height: 2.5;
	text-indent: .5em;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
}
.soon a{position: absolute; z-index: 1;}


/*---------------------------------------------------------------------------------------------hajimete_guid*/
footer img{width: auto!important;}


/************************************************************
					min770px－max999px
************************************************************/
@media screen /*and (min-width: 770px) */and (max-width: 1000px){

#container, .w1000 {
	min-width: 100%;  
	width: 100%;
	margin: 0;
	
	overflow: hidden;
}
.w1000{
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
	
.pc{display: none;}
.tb{display: block}
.sp{display: none;}
	
	


	#container .businessclass_box dl dd:first-of-type p{
		flex-basis:30%;
	}	
	
.circle_bg{
	width:100%;
	border-radius:0;
	height: auto;
	}	
	
.circle_box	{
	text-align:center;	
	position: relative;
	top:inherit;
	left: inherit;
	}
	
	.infoBox{
		width:40%;
	}
	.infoBox dt{
		padding-top: 1em;
	}	
	
	.info_time span{
		display: block;
	}	
}

/************************************************************
					タブレット対応
************************************************************/
@media screen /*and (min-width:600px)*/ and (max-width:769px)  {

/* 非表示指定 */
.pc{display: none;}
.tb{display: block}
.sp{display: none;}
#pankuzu{display: none;}

	.point_map{
		top:-10px;
	}	
	
	.reference dd{
		width:80%:
	}	
	
	.businessclass_box{
		padding: 8em 0 5em 0;
	}
	
	.businessclass_box h3::before{
		top:-100px;
		left:5em;
	}	
		
}

/************************************************************
						スマホ対応
************************************************************/
@media screen and (max-width:599px)  {
	/* 非表示指定 */
.pc {display: none;}
.tb{display: none;}
.sp{display: block;}	

/*br{display: none}*/
/*----------------------------------------------------------------------------------------------------title */
#title .w1000{
	padding-left: 0;
	padding-right: 0;
}

	h1 span{	margin-top: -1.5em;}		

#title{
	padding-top: 1.5em;
	background-image: url("../img/bg_sp.webp");
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#title p{
	font-size: 5vw;
    line-height: 1.3;
    padding: 0.2em 0;	
}	
/*--------------------------------------------------------------------------------------------#point*/
#point{
		padding:1.5em 0 0 0 ;
	}
	
#container #point .paragraph_line img{
		width:30%;
	}
	
#container #point .point_ti img{
		width:70%;
	}	
	
.point7 h3{
		font-size:1.5em;
		padding: 0.2em 0 0.5em 0;
	}	
	
.overall_tour_point{
		column-gap:10px;
	}	
	
.overall_tour_point_box{
		width:100%;
		display: flex;
		padding:10px 5px;
		height:auto;
		align-items:center;
	}	
	
.text_area{
		font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
		width:80%;
		line-height:1.4;
		padding-left: 1em;
	}	
	

#container #point .overall_tour_point_box .icon img{
		width:70%;
	}	
	
#point h2{
	padding: 1em 0 0.5em 0;
	width:100%;
	height: auto;
	font-size:  clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	}	
	
.point_tl dd::after{
		background-repeat: no-repeat;
		width:40%;
		left:0;
		bottom:-9em;
	}
	
	.point_number{
		text-align: center;
		line-height: 1.1;
	}	

/*--------------------------------------------------------------------------------------------#説明会*/	
#ex_meeting h3{
		font-size: 1.4em;
	}
	
.ex_meeting_et{
		padding:20px 0;
	}	
	
#ex_meeting{
		background-size: contain;
	}	
	
.ex_meeting_box dl{
		font-size: 16px;
	}
	
.ex_meeting_et span{
		font-size: 22px;
	}	
	
	.ex_meeting_box .txt{
		font-size: 16px;
		padding: 0 0.8em;
		line-height:1.5;
	}
	
.reference dd{
		padding-left:0;
		font-size:0.9em;
	width:90%;
	}
	
.reference .yoyaku_web{
	font-size: 16px;
	}	
	
.reference .yoyaku_web a{
		padding:10px 35px;
	}	
	
.reference .yoyaku_web a:after{
		top:2px;
	}
	
	.reference_line{
	position: relative;
    display: inline-block;
    padding: 0 55px;
}

.reference_line:before, .reference_line:after{
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #1d2088;
}

.reference_line:before{
	left: 0;
}

.reference_line:after {
    right: 0;
	}

/*--------------------------------------------------------------------------------------------オーロラ説明*/
	#aurora_ex h3{
		font-weight: 800;
	}	
	
.aurora_ex_box dl{
	width: 100%;
	padding-bottom: 1em;
}	
	
	.aurora_ex_box dd{
		font-size: 1.067em;
	}	
/*--------------------------------------------------------------------------------------------main*/
	#main h3{
		font-weight: 800;
	}	
	
.charter .txt, .fromtheground .txt{
	font-size: 1.067em;
	}
	
.charter_ex_box dl, .fromtheground_ex_box div{
	width: 100%;
	padding-bottom:1em;
}	
	
	.charter, .fromtheground{
		padding:8em 0 1em 0;
	}	
	
.charter h3::before{
	 content: url(../img/day.png);
    position: absolute;
	display: block;
    visibility:visible;
	z-index: 5;
	top:-100px;
	left:3em;
}
	
	.charter h4, .fromtheground h4{
		padding-bottom: 1em;
	}	
/*--------------------------------------------------------------------------------------------#best_condition*/	
	#best_condition h3{
		font-weight: 800;
	}
	.best_condition_box dl{
		width:100%;
	}	

	.best_condition_box dd{
		font-size: 1.067em;
	}
	
.best_condition_box_left{
	width:100%;
	background:url(../img/tour_09.webp) no-repeat center center;
	background-size: cover;
	height: 300px;
}

/*--------------------------------------------------------------------------------------------#hotel*/
.hotel_ex_box div{
    width: 100%;
}
	
	.hotel_box{
		padding: 8em 0 5em 0;
	}
	
	.hotel_box h3::before{
		top:-100px;
		left:6em;
	}	
	
	.hotel_box .txt{
		font-size: 1.067em;
	}	
/*--------------------------------------------------------------------------------------------#businessclass*/
#container  .businessclass_box dl dd:first-of-type p{
	flex-basis:100%;
	padding-top: 1em;
}	
	
	.businessclass_waku .txt{
		font-size: 1.067em;
	}	
	
	.businessclass_waku .txt dl dt{
		width:100%;
	}	
	
	.businessclass_waku{
		padding: 0 0 2em 0;
	}
	
	.businessclass_box{
		padding: 8em 0 5em 0;
	}
	
	.businessclass_box h3::before{
		top:-100px;
		left:5em;
	}	

	.hayawari120_box dd{
	padding: 0.7em;
}

.hayawari120_box dt p{
		font-size: 18px;
	}
	
/*---------------------------------------------------------------------------------------------link*/	

#tour_all{
		padding:2em 0 2em 0;
	}	
	
#tour_all h3{
	font-size: 1.1em;
	padding:0.2em 0 0em 0 ;
	}
	
.tourarea_link{
		padding-bottom:10px;
	}	
		
.tourarea_link ul{
	width:90%;
	margin-top:20px;
	}

.tourarea_link a{
		padding:0.8em 3em ;
	}
	
.tourarea_link a:after{
		top:8px;
		font-size:20px;
}
	
#tour1{
	height: 25vw;
}

	

.tour1 .tour_title dt::before{
	 content: url(../img/kakutei_icon2_sp.png);
	position: absolute;
	display: block;
	visibility: visible;
	z-index: 10;
	top:80px;
	left:260px;
}
	
.hayawari{
	background: #fdf2f5;
	margin: 20px auto 0 auto;
	padding: 1em;
	font-size: 16px;
	width:90%;
	text-align: center;
}

.hayawari span{
	font-weight: 800;
	color: #e85382;
	font-size: 20px;
}
	/*---------------------------------------------------------------------------------------------デジパン*/
.dejipan_box{
		width:90%;
		margin: 20px auto 20px auto;
	}
	
.dejipan{
		font-size: 0.95em;
	}	

.dejipan a{
    padding: 10px 0;
}	

	/*---------------------------------------------------------------------------------------------contact*/
	.infoBox{
		width:100%;
		text-align: center;
	}
	
#contact .right{
		padding-top: 1em;
		padding-bottom: 1em;
	}
/*---------------------------------------------------------------------------------------------page_top*/
#page_top{
	right:10px;
	bottom: 70px;
	}

#page_top a{
    color: #ffffff;
	padding: 35px 5px 5px 5px;
}

#page_top a::after{
    font-family: "Material Symbols Outlined";
    content: "\e698";  
    font-weight: 600;
	font-size: 40px;
	background:rgba(33,109,54,0.70);
	border-radius: 10px;
	opacity: 0.8;
	padding: 3px 5px;
}

/*---------------------------------------------------------------------------------------------haj
	imete_guid*/
#hajimete_guid .flex_box{	display: block;}
#hajimete_guid dd{
	padding-left:0;
}
	
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 300;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
flex-wrap: wrap;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width:calc(100%/4);
   padding:0;
   margin:0;
   font-size: 11px;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   background: #216d36;
   position: relative;
}


#sp-fixed-menu li:last-child{
   background: #216d36;
	position: relative;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:5px;
	font-weight: bold;
}
	
#sp-fixed-menu li:last-of-type a{
	 position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%);
	}
	
#sp-fixed-menu li:last-of-type{
	font-size: 13px;
	}		
}
