@charset "utf-8";
/* CSS Document */
/* ゆっくり遷移する */
html:focus-within {
	scroll-behavior: smooth;
}

body #container{
    /*	background-color: #eefbf5;*/
	font-family: 'Noto Sans JP','メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';	
    width: 100%;
    margin: 0;
	font-size: 14px;
	color: #443a32;
	line-height: 1.6;
	box-sizing: border-box;
}

/*
.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  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: 80px;
	padding:5px 10px;
}

#page_top a{
    color: #533606;
}

/*--------------------パンくず */
#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: #443a32;
}

.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{
	/*padding-top: 3em;*/
	background-image: url("../img2026/title_bg.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img2026/title.png"); 
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100%;
	/*padding: 68% 0 0;*/
	padding: 75% 0 0;
}
#title p{
	font-family: 'Shippori Mincho', serif;
	background:#216d36;
	text-align: center;
	color: #fff;
	font-size: 2.5em;
  /*text-shadow    : 
       2px  2px 3px #513C01,
      -2px  2px 3px #513C01,
       2px -2px 3px #513C01,
      -2px -2px 3px #513C01;        /* 文字の影 */		
}

#title p strong{color: yellow; font-size: 1.2em;}
/*--------------------------------------------------------------------------------------------#point*/
#point{
	padding:4em 0 0 0;
	background: 
/*		url("../img/point_bg.png") no-repeat top center,*/
		url("../img2026/point_bg.jpg") no-repeat bottom center,#FDFFF8;
	background-size: cover;
	/*border-bottom: 5px #216d36 solid;*/
	position: relative;
}

/*#point::before{
	position: absolute;
	 content: "";
    display: inline-block;
    width: 370px;
    height: 370px;
    background-image: url("../img/map.png");
    background-position: center;
    background-size: contain;
	top:-100px;
}*/

.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("../img2026/point_kazari.png");
    background-position: center;
    background-size: contain;
	left:50px;
	bottom:-3em;
}

.point7{
	padding: 50px 0; 
	font-size: 15px;
 font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.point7 h3{
	color: #443a32;
	font-size: 28px;
   font-family: "Zen Old Mincho", serif;
   font-weight: 900;
   font-style: normal;
	text-align: center;
	padding: 0.2em 0 1em 0;
}

.overall_tour_point {
  /*display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
 grid-template-rows: repeat(auto-fill, minmax(200px, 1fr));*/
	display: flex;
	flex-wrap: wrap;
	/*column-gap: 33px;*/
	gap: 33px;
	justify-content:center;
}

.overall_tour_point_box{
	width: 225px;
	height: 200px;
	background: rgba(246,253,253,0.7);
	border-radius:7px;
	/*padding: 20px 25px;*/
	padding: 18px 20px;
	justify-items: center;
  /*align-items: center;*/
	font-size: 16px;
}

.icon{
	padding-bottom: 1.5em;
}

.text_area p{
	text-align: center;
}
/*--------------------------------------------------------------------------------------------#ex_meeting*/
#ex_meeting{
	background: #cdf2ff;
	background-image: url("../img2026/ex_meeting_bg.png") ;
	background-position-x:center;
    background-position-y: 30px;
	background-repeat: no-repeat;
	padding: 80px 0 50px 0;
	border-bottom: #1d2088 3px solid;
}

.ex_meeting_box{
	text-align: center;
}

#ex_meeting h3{
  	color: #1d2088;
	font-size: 26px;
   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_box dl{
	font-size: 18px;
	font-family: "Noto Sans JP", serif;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	line-height: 1.6;
}

.ex_meeting_et{
	padding: 50px 0;
}

.ex_meeting_et span{
	font-size: 26px;
	font-weight: 800;
}

#container .ex_meeting_et a{
	font-weight: 800;
	color: #ff5fb9;
}

.ex_meeting_box .txt{
	text-align: left;
	font-size: 16px;
	padding: 0 10em;
	margin: 0 auto;
	line-height: 1.8;
}

.reference{
	text-align: left;
	padding-top: 30px;
	line-height: 1.6;
}

.reference dd{
	padding-left: 2em;
}

.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;
}



/*--------------------------------------------------------------------------------------------#tour_menu*/
#tour_menu{
		background: url("../img2026/tour_bg.jpg") repeat bottom center,#faf6ec;
	padding: 50px 0;
}

#tour_menu h3{
	color: #443a32;
	font-size: 28px;
   font-family: "Zen Old Mincho", serif;
   font-weight: 900;
   font-style: normal;
	text-align: center;
	padding: 0.2em 0 1em 0;
}

#tour_menu ul{
	color: #ffffff;
	font-size: 15px;
   font-family: "Zen Old Mincho", serif;
   font-weight: 900;
   font-style: normal;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap:30px;
	justify-content:center;
}

#tour_menu li{
	position: relative;
}

#tour_menu ul li a{
	width:320px;
	display: flex;
	color: #ffffff;
}

#tour_menu ul li p{
		padding: 10px 10px 20px 10px;
}

#tour_menu ul .pink{
	background: #e85382;
}

#tour_menu ul .purple{
	background: #924898;
}

#tour_menu ul .skyblue{
	background: #20aee5;
}

.tour_name{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	line-height: 1.4;
}

.yajisita_icon{
    /*position: fixed;*/
    z-index: 400;
	position: absolute;
    /*right: 20px;*/
    bottom: -25px;
	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:40%;
}

.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{
color: #ffffff;
    display: block;
    color: #ffffff;
    padding: 20px 0;
}

.dejipan a:hover{
	background: #5ABFFF;
}

.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;
}
	
/*--------------------------------------------------------------------------------------------#tour*/
#tour_all{
background:#ecf4d9;
	/*background-size: 100%;*/
	padding: 0 0 5em 0;
	font-size: 16px;
}

.tour_main{
	position: relative;
}

#container .tour_txt img{
	width:auto;
}

.tour_txt{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom :20px;
	flex-direction:column;
}

.tour_txt dt{
	display: flex;
	flex-wrap: wrap;
	letter-spacing:-0.1em;
}

#container .tour_txt dt img{
	padding-right: 0.5em;
}

.tour_txt_cap{
	color: #216d36;
	font-size: 20px;
   font-family: "Zen Old Mincho", serif;
   font-weight: 900;
   font-style: normal;
	  text-shadow    : 
       2px  2px 3px #ffffff,
      -2px  2px 3px #ffffff,
       2px -2px 3px #ffffff,
      -2px -2px 3px #ffffff,
       2px  0px 3px #ffffff,
       0px  2px 3px #ffffff,
      -2px  0px 3px #ffffff,
       0px -2px 3px #ffffff;        /* 文字の影 */	
}

.tour_txt dd{
	font-size: 14px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	text-shadow    : 
       2px  2px 3px #ffffff,
      -2px  2px 3px #ffffff,
       2px -2px 3px #ffffff,
      -2px -2px 3px #ffffff,
       2px  0px 3px #ffffff,
       0px  2px 3px #ffffff,
      -2px  0px 3px #ffffff,
       0px -2px 3px #ffffff;        /* 文字の影 */	
}

.tour1 .tour_title{
	background: #e85382;
}

.tour2 .tour_title{
	background: #924898;
}

.tour3 .tour_title{
	background: #20aee5;
}
.tour4 .tour_title{
	background: #20aee5;
}

.tour5 .tour_title{
	background: #924898;
}


#tour_all h2{
	font-size: 1.6em;
	font-weight: 800;
	text-align: center;
	color: #604C3F;
  text-shadow    : 
       2px  2px 3px #ffffff,
      -2px  2px 3px #ffffff,
       2px -2px 3px #ffffff,
      -2px -2px 3px #ffffff,
       2px  0px 3px #ffffff,
       0px  2px 3px #ffffff,
      -2px  0px 3px #ffffff,
       0px -2px 3px #ffffff;        /* 文字の影 */	
}

.tour_title dl{
	 font-family: "Zen Old Mincho", serif;
   font-weight: 900;
   font-style: normal;
	font-size: 18px;
	padding-left: 2em;
}

.tour_title dl dt{
	 font-family: "Zen Old Mincho", serif;
   font-weight: 900;
   font-style: normal;
	font-size: 20px;
	padding-left: 2em;
}

.tour1 .tour_title dt{
	color: #e85382;
	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;
}

.tour2 .tour_title dt{
	color: #924898;
}

.tour3 .tour_title dt{
	color: #20aee5;
}

.tour4 .tour_title dt{
	color: #20aee5;
}

.tour5 .tour_title dt{
	color: #924898;
}

.tour_title dt p{
	padding: 0em 0.5em;
	background: #ffffff;
	display: inline-block;
	margin: 0.8em 1em 0 0;
}

.tour_title dd p:first-of-type{
		padding-top: 10px;
}

.tour_title dd p{
	font-size: 20px;
	color: #ffffff;
	line-height: 1.3;
}

.tour_title dd h4{
	color: #ffffff;
	padding-bottom: 0.8em;
	position: relative;
	line-height: 1.2;
	padding-top: 0.3em;
	font-size: 34px;
}

.tour_title dd h4:after{
	position: absolute;
	 content: "";
    display: inline-block;
    width: 144px;
    height: 86px;
    background-image: url("../img2026/tour_tl_kazari.png");
    background-position: center;
    background-size: contain;
	right:50px;
	bottom:1em;
}

.tour1_pont_box, .tour2_pont_box, .tour3_pont_box, .tour4_pont_box, .tour5_pont_box{
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
	column-gap:20px;
}

.tour_point1{
	background:#fdf2f5;
	border: #e95383 1px solid;
	font-family: "Zen Old Mincho", serif;
   font-weight: 800;
   font-style: normal;
	font-size: 16px;
	padding: 1em 0.8em 0.5em 1em;
	line-height: 1.2;
	width:52%;
}

 .tour_point2, .tour_point5{
	background:#f4eef6;
	border: #924898 1px solid;
	font-family: "Zen Old Mincho", serif;
   font-weight: 800;
   font-style: normal;
	font-size: 16px;
	padding: 1em 0.8em 0.5em 1em;
	line-height: 1.2;
	width:52%;
}

.tour_point3,  .tour_point4{
	background:#f1f8fd;
	border: #20aee5 1px solid;
	font-family: "Zen Old Mincho", serif;
   font-weight: 800;
   font-style: normal;
	font-size: 16px;
	padding: 1em 0.8em 0.5em 1em;
	line-height: 1.2;
	width:52%;
}


.tour_point_map{
	width:46%;
}

.tour_point1 p{
	text-align: center;
	color: #e85382;
}

.tour_point2 p, .tour_point5 p{
	text-align: center;
	color: #924898;
}

.tour_point3 p, .tour_point4 p{
	text-align: center;
	color: #20aee5;
}

.tour_point1 li, .tour_point2 li, .tour_point3 li, .tour_point4 li, .tour_point5 li{
	padding-bottom: 10px;
}

.tour_point1 li span{
	color: #e85382;
}

.tour_point2 li span, .tour_point5 li span{
	color: #924898;
}

.tour_point3 li span, .tour_point4 li span{
	color: #20aee5;
}

#container .tour_point_map img, #container .tour_photo img{
	width:auto;
}

.tour1_pont_box .tour_point p, .tour1_pont_box .tour_point li span{
	color: #e95383;
}

.tour_photo{
	display: flex;
	flex-wrap: wrap;
	justify-content :space-between;
	column-gap: 20px;
}

.tour_photo dl{
	/*flex: 1; */
	/*min-width: 490px;*/
	flex-basis:49%;
	padding-bottom: 50px;
}

.tour_photo dd:first-of-type{
	font-family: "Zen Old Mincho", serif;
   font-weight: 800;
   font-style: normal;
	font-size: 20px;
	color: #216d36;
	padding: 0.8em 0 0.3em 0;
	letter-spacing: -0.05em;
}


.tour_photo dd{
	line-height: 1.3;
}

#tour_all h3{
	color: #443a32;
	font-size: 20px;
   font-family: "Zen Old Mincho", serif;
   font-weight: 900;
   font-style: normal;
	text-align: center;
	padding: 0.2em 0 1em 0;
}

 .tourarea_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	column-gap: 30px;
	 padding-bottom: 80px;
}

.tourarea_link ul{
	width:40%;
	background: #216d36;
	margin-top: 5px;
	text-align: center;
}

.tourarea_link a{
	display: block;
	height: 100%;
	width:100%;
	font-family: 'Noto Sans JP';
	color: #ffffff;
	padding: 1.2em 3em;
	position: relative;
}

.tourarea_link  a:after{
    box-sizing: border-box;
    display: block;
    padding: 5px 3px;
    position: absolute;
    right: 30px;
    top: 10px;
	font-family: 'Material Symbols Outlined';
  	font-weight:  900;
 	content:  "\f46a";
	font-size: 25px;
	transition: right .3s;
}

.tourarea_link a:hover:after{
    right: 25px;
}


/*---------------------------------------------------------------------------------------------preparation*/
.preparation {
	padding-top: 50px;
	padding-bottom:50px;
	font-size: 15px;
	font-family: 'Noto Sans JP';
}

.preparation h3{
	color: #443a32;
	font-size: 20px;
   font-family: "Zen Old Mincho", serif;
   font-weight: 900;
   font-style: normal;
	text-align: center;
	padding: 0.2em 0 2em 0;
}

.preparation .info{
	font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	padding-top: 1em;
}

.preparation .info span{
	font-family: 'Noto Sans JP';
	color: #ed2929;
	font-size: 15px;
	font-weight: 600;
}

.preparation .info span a, .preparation .info span a:link{
	color: #ed2929;
}

.preparation .red{
	color: #ed2929;
	font-weight: 600;
}
/*---------------------------------------------------------------------------------------------business*/
#business{
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,223,155,1) 100%);
}

.business_photo{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}

.business_photo img{
	width:auto;
}

.business_photo div:first-of-type, .business_photo div:nth-of-type(2){
	/*width:40%;*/
	width:calc((80% - 20px) /2);
}

.business_photo div:last-of-type{
	width:20%;
}

.business_txt{
	font-size: 16px;
	padding-top: 1em;
}

/*--------------------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: 900px;
}

.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 dt{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.infoBox dt span{
	font-size: 18px;
}

.info_tel{
	font-size: 32px;
	font-weight: 700;
}

.infoBox{
	width:500px;
	font-size: 16px;
}

.infoBox dd span{
	padding-right: 1em;
}

.infoBox .material-symbols-outlined{
	padding-right: 0;
}

.infoBox a, .infoBox a:link{
	color: #216d36;
}

/*---------------------------------------------------------------------------------------------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;}
	
	
.tour_point_map{
		width:44%;
	}
	
.tour_photo dl{
	flex-basis:48%;
	}	
}

/************************************************************
					タブレット対応
************************************************************/
@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;
	}	
}

/************************************************************
						スマホ対応
************************************************************/
@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;
	}
/*h1{
	text-indent: 0;
	background: none ;
	padding: 0;
	width: 100%;
}*/
	
#title{
	padding-top: 7em;
	background-image: url("../img2026/bg_sp.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 580px;
}

h1{
	padding:  0;
	width:100%;
	background: url("../img2026/title_sp.png"); 
	background-position:center;
	background-size: cover;
	padding: 85% 0 0;
}
	
#title p{
	font-size: 5vw;
    line-height: 1.3;
    padding: 0.2em 0;	
}	
/*--------------------------------------------------------------------------------------------#point*/
/*#point{		font-size: .8em;	}	*/
#point{
		padding:1.5em 0 0 0 ;
		background: 
		url("../img2026/point_bg_sp.jpg") no-repeat bottom center,#FDFFF8;
	background-size:contain;
	}
	
.point7 h3{
		font-size:1.5em;
		padding: 0.2em 0 0.5em 0;
	}	
	
.overall_tour_point{
		gap:10px;
		justify-content:flex-start;
	}	
	
.overall_tour_point_box{
		width:48%;
		display: flex;
		padding:10px 5px;
		height:auto;
		align-items:center;
	}	
	
.icon{
		padding-bottom: 0;
	}
	
.text_area{
		font-size: 13px;
		width:85%;
		line-height:1.2;
	}	
	
.point_map{
		width:45%;
		top:10px;
	}	

.point_tl dd{
		font-size: 18px;
	padding-left:0.5em;
	width:50%;
	}	
	
	
#container #point .overall_tour_point_box .icon img{
		width:70%;
	}	
	
#point h2{
	padding: 1em 0 0.5em 0;
	width:300px;
	height: 70px;
	}	
.point_tl dd::after{
		background-repeat: no-repeat;
		width:40%;
		left:0;
		bottom:-9em;
	}
	

/*--------------------------------------------------------------------------------------------#説明会*/	
#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: 19px;
	}	
	
.ex_meeting_box .txt{
		font-size: 16px;
		padding: 0 0.8em;
		line-height:1.5;
	}
	
.reference dd{
		padding-left:0;
		font-size:0.9em;
	}
	
.reference .yoyaku_web{
	font-size: 16px;
	}	
	
.reference .yoyaku_web a{
		padding:10px 35px;
	}	
	
.reference .yoyaku_web a:after{
		top:2px;
	}
	
/*--------------------------------------------------------------------------------------------#tour menu*/	
#tour_menu{
		padding: 20px 0 50px 0;
	}
	
#tour_menu h3{
		font-size: 1.6em;
	}

#tour_menu ul{
	row-gap:10px;
		column-gap:10px;
		justify-content:space-between;
}
	
#tour_menu li{
		width:100%;
	}

#tour_menu ul li a{
		width:100%;
	}
	
.yajisita_icon{
		right:10px;
		bottom:5px;
	}	
	
#container #tour_menu ul img{
		width:60%;
	}
	
#tour_menu ul li p{
		padding: 8px 0px;
	}	
	
	
	
.tour_title dl{
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size:0.9em;
	}	
	
.tour_title dl dt{
	font-size: 20px;
	padding-left: 0;
}
	
.tour_title dt p:nth-of-type(2){
	font-size: 0.8em;
    margin: 0.5em 1em 0 0;
	}	
	
.tour_title dd p{
	font-size: 1.2em;
	line-height:1.2;
	}	
	
.tour_title dd h4{
	font-size:1.5em;
	line-height:1.1;
	padding-top:0.3em;
	}
	
.tour_title dd h4:after{
	display: none;
	}	
	
.tour1_pont_box, .tour2_pont_box, .tour3_pont_box, .tour4_pont_box, .tour5_pont_box{
	padding-top:20px;
	padding-bottom: 30px;
	}
	
.tour_point1,	.tour_point2,	.tour_point3,	.tour_point4,	.tour_point5{
		width:100%;
	}
	
.tour_point_map{
		width:100%;
		padding-top: 1em;
	}
	
.tour_photo dl{
	flex-basis:100%;
	padding-bottom:30px;
	}
	
.tour_photo dd:first-of-type, .tour_photo dd{
		padding: 0.3em 0.5em;
	}	
	
.tour_photo dd:first-of-type{
		font-size: 1.2em;
		line-height:1.2;
	padding: 0.3em 0.3em 0 0.5em;
	}	

#tour_all{
		padding:0 0 2em 0;
	}	
	
#tour_all h3{
	font-size: 1.1em;
	padding:0.2em 0 0em 0 ;
	}
	
.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 .tour_title dt::before{
	 content: url(../img2026/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;
	}	

/*---------------------------------------------------------------------------------------------.preparation*/
.preparation{
		padding-top:20px;
	padding-bottom: 20px;
		font-size:14px;
	}
	
	.preparation h3{
		font-size: 1.3em;
		padding:0.2em 0 1em 0;
	}	

	.preparation ul{
		padding: 0 0.5em;
	}	
	
	
/*---------------------------------------------------------------------------------------------link*/

.tourarea_link{
		padding-bottom:100px;
	}	
	

	/*---------------------------------------------------------------------------------------------business_photo*/
	.business_photo div:first-of-type, .business_photo div:nth-of-type(2){
		width:100%;
	}	
	
	.business_photo{
		row-gap:10px;
	}	
	
	.business_photo div:last-of-type{
		width:100%;
	}
	
	#container .business_photo div:last-of-type img{
		width:auto;
	}
	
	/*---------------------------------------------------------------------------------------------contact*/
	/*#contact{
		margin-top:30px;
	}*/
	.circle_bg{
	width:180px;
	height: 80px;
	margin-bottom: 1em;
	border-radius:0;
	}
	
.circle_box{
	top:20%;
	}	
}
/*---------------------------------------------------------------------------------------------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;
	}		
}
