@charset "UTF-8";
/*
グランクラス特集
*/
img{
	width: 100%;
}

/*パンくず*/
.breadcrumb {
  padding: 75px 0 8px 10px; }
  .breadcrumb__list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .breadcrumb__item a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    text-decoration: none; }
  .breadcrumb__item span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    white-space: nowrap; }
  .breadcrumb__item + .breadcrumb__item {
    margin-left: 30px;
    position: relative; }
    .breadcrumb__item + .breadcrumb__item :before {
      display: block;
      position: absolute;
      top: 50%;
      left: -22px;
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-top: solid 1px #666;
      border-right: solid 1px #666;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: ""; }
  @media (min-width: 960px) {
    .breadcrumb {
      padding: 90px 0 15px 80px; }
      .breadcrumb__item a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1; }
      .breadcrumb__item span {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1; }
      .breadcrumb__item + .breadcrumb__item {
        margin-left: 26px; } }

.kitashiga{
	overflow: hidden;
}

.decoBox{
	/*position: absolute;*/
	/*top:680px;*/
	/*left:0;*/
	width: 100vw;
	height: 100px;
}
.decoBox_inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.decoBox_inner::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    /*transform: rotate(-30deg);*/ /* 要素を回転させる */
    transform-origin: center left; /* 回転軸を左上に設定 */
    /*position: absolute;*/
    /*top: -21%;*/
    /*left: -50%;*/ /* 微調節 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff3f0+0,f3efe3+100 */
    /*background-image: url(../images/mv_mt.png)*/
	background-color: #000;/* Old browsers */
    background: -moz-linear-gradient(bottom,  #000 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  #000 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='rgba(0,0,0,0)',GradientType=0 ); /* IE6-9 */
}

.kitashiga_mv_warp{
	/*position: relative;*/
}


.kitashiga_tl_box{
	width: 100vw;
	/*position: relative;*/
	height: 500px;
}

.kitashiga_tl_box_inner{
	position: relative;
	/*top:122px;*/
	/*left:0;*/
	/*height: 680px;*/
}

.kitashiga_tl_box_inner .kitashiga_logo{
	width: 50%;
	position: absolute;
}
.kitashiga_tl_box h2{

	/*margin-top: 52px;*/
	width: 100%; 
	/*position: absolute;*/
	/*left: 10%;*/
}
.kitashiga_img{
	/*margin: 72px 0 0 -110px;*/
	width: auto;
	position: absolute;
	/*display: contents;*/
}

.kitashiga_ancer.fixed {
  position: fixed;
  top: 0;
  right:  0;
  height: 60px;	
}


.kitashiga_ancer{
	position: absolute;
	display: flex;
/*	width: 100%;*/
	right: 0;
	z-index: 2;
}
.kitashiga_ancer li{
	list-style: none;
	width: 100%;
}

.kitashiga_ancer li a{
	background-color: #ec9F67;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.kitashiga_ancer li a::after{
	position: absolute;
    content: "";
    background-image: url(../images/tri_wh.svg);
    width: 24px;
    height: 12px;
    transform: rotatez(90deg) translateY(-12px);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -4px;
    right: 50%;

}


.kitashiga_ancer li:last-child a{
	background-color: #744E22
}
.kitashiga_ancer li:first-child a{
	background-color: #D5BF5F;
}


.section_01{
	background: #FFF6EB;
	padding: 30px 0 40px 0;
	z-index: 0;
}

.section_01 h1,.section_10 h1{
	font-size: 1.8em;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	text-align: center;
	color: #ec9f67;
	font-weight: bold;
}

.section_01 .contents{
	width: 94%;
	margin: 0 auto;
}


.section_01 h1 p{
	width: 100%;
	background: #F4F2E9;
	font-size: #ec8974;
	font-size: 0.8em;
	text-align: center;
	padding: 5px 0;
	max-width: 440px;
    margin: 0 auto 20px;
}

.section_01 .tour_list_wrap{
	background: #fff;
	width: 100%;
	max-width: 1024px;
    padding: 30px 0;
    margin: 0 auto;
	box-shadow: 0px 0px 13px 3px rgba(236,159,103,0.3);
}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp{
	border: #13768b 1px solid;
	width: 94%;
	margin: 20px auto;
}


.section_01 .tour_list_wrap .red{
	border: #13768b 1px solid;
}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp .line{
	border-bottom: 1px solid #13768b;
	text-align: center;
	color: #13768b;
	font-weight: bold;
	padding: 15px 0;
	font-size: 1.3em;
}

.section_01 .tour_list_wrap .red .line{
	color: #13768b;
	border-bottom: 1px solid #13768b;
}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp .vac{
	width: 94%;
	background: #FFF6EB;
	border: 2px solid #ec8974;
	color: #ec8974;
	text-align: center;
    padding: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px auto;
}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp .tour_ttl{
	color: #13768b;
	font-size: 1.2em;
	margin: 0 auto;
	width: 94%;
	line-height: 140%;
}

.section_01 .tour_list_wrap .red .tour_ttl{
	color: #13768b;
}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn{
	display: block;
	width: 100%;
	padding: 0 0 0 0 !important;
	position: relative;
}
.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn a{
	background: #13768b;
    width: 94%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 1.3em;
	margin: 10px auto;
	border: 2px solid #13768b;
}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn a:hover{
	background: #fff;
	color: #13768b; 
}

/*全国旅行支援*/
.section_01 .tour_list_wrap .tour_list_wrap_box_pp2{
	border: none;
	/*display: flex;*/
	width: 900px;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: #CCCCCC 1px solid;
	/*justify-content: space-between;*/
	}
.section_01 .tour_list_wrap .tour_list_wrap_box_pp2 .line2{
	border-bottom: 1px solid #ff0000;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
	padding: 15px 0;
	font-size: 1.3em;
	/*width: 170px;*/
}
.section_01 .tour_list_wrap .tour_ttl2{
	color: #ff0000;
	margin: 5px 20px;
}
/*全国旅行支援ここまで*/
/*全国旅行支援スマホ*/
@media screen and (max-width:766px) {
.section_01 .tour_list_wrap .tour_list_wrap_box_pp2{
    width:100%;
	}
.section_01 .tour_list_wrap .tour_list_wrap_box_pp2 .line2{
    width: 100%;
}
.section_01 .tour_list_wrap .tour_ttl2{
    width: 94%;
}
}
/*全国旅行支援スマホここまで*/
.section_01 .tour_list_wrap .red .btn a{
	background: #13768b;
	border: 2px solid #13768b;
}

.section_01 .tour_list_wrap .red .btn a:hover{
	background: #fff;
	color: #13768b; 
}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn a::after{
	content: "";
	background-image: url(../images/tri_wh.svg);
	width: 8px;
	height: 12px;
	position: absolute;
	right: 80px;
	top:50%;
	transform: translateY(-50%);
}
.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn a:hover::after{
	background-image: url(../images/tri_pp.svg);
}

.section_01 .tour_list_wrap .red .btn a:hover::after{
	background-image: url(../images/tri_red.svg);
}

.section_02{
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(252,248,237,0.7) 100%);
	/*padding-top: 40px;*/
}
.section_02 p{
	position: relative;
	text-align: center;
	font-family: 'Abril Fatface', cursive;
	color: #ec9f67;
	font-size: 1.3em;
}
.section_02 p::before{
	content: "";
	background: #ec9f67;
	height: 30px;
	width: 1px;
	position: absolute;
	top:-40px;
	left: 50%;
	transform: translateX(-50%);
}

.section_02 h1{
	color: #ec9f67;
	font-size: 1.8em;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	text-align: center;
	font-weight: bold;
}
.section_02 .txt{
	margin: 0 auto;
	text-align: center;
	color: #ec9f67;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	line-height: 220%;
	padding: 20px 0 40px 0;
	font-size: 1em;
}

.section_03 .ttl_area{
	text-align: center;
	margin:40px 0 20px 0;
}

.section_03 .ttl_area p{
	font-size: 1.3em;
	text-align: center;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

.section_03 .ttl_area img{
	width:44%;
	max-width: 258px;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}

.section_03 h1{
	color: #ec8974;
	text-align: center;
	font-size: 2em;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	padding: 5px 0;
}

.section_03 hr.kodawari{
	width: 50px;
	border: 1px solid #9B9B9B;
	margin: 20px auto;
}

.section_03 .txt{
	margin: 0 auto 40px;
	text-align: center;
	color: #333333;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	line-height: 220%;
	font-size: 1.2em;
}
.section_03 .vehicle{
	margin: 0 auto;
	background: #F4F2E9;
	border: 1px solid;
	border-radius: 4px;
	color: #ec9F67;
	text-align: center;
	padding: 10px;
    width: 94%;
	max-width: 1024px;
	font-size: 1.2em;
}

.section_03 .vehicle p{
	width: 100%;
	max-width: 100px;
/*	background: #13768b;*/
	text-align: center;
	font-size: 0.9em;
	color: #ec9F67;
	font-weight: bold;
	margin: 0 auto;
}

.section_03 .vehicle p.red{
	background: #13768b;
/*	margin: 40px 0 80px 0;*/
	color: #fff;
	width: 100%;
    max-width: 420px;
	padding: 10px 0;
}


.section_03 .vehicle p.pp{
	background: #13768b;
	color: #fff;
	width: 100%;
    max-width: 420px;
	padding: 10px 0;
}

.section_03 .anc_wrap{
	margin: 40px 0 80px 0;
}
.section_03 .anc_wrap_box{
	display: flex;
	width: 94%;
	max-width: 500px;
	margin:15px auto;
	justify-content: space-between;
}

.section_03 .anc_wrap_box a{
	width: 48%;
	display: block;
	height: 140px;
/*	background: #f00;*/
	position: relative
}

.section_03 .anc_wrap_box a::after{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ec8974+0,ec8974+48,ec8974+48,2b1f00+100&0+0,0+48,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;

}

.section_03 .anc_wrap_box a div{
	position: absolute;
	bottom:8px;
	left:8px;
	color: #fff;
	font-weight: bold;
	z-index: 1;
	width: 100%;
}

.section_03 .anc_wrap_box a div::after{
	position: absolute;
	content: "";
    background-image: url(../images/tri_wh.svg);
	width: 24px;
    height: 12px;
    transform: rotatez(90deg);
    background-size: contain;
    background-repeat: no-repeat;
   	bottom: -5px;
    right: 8px;
}

.section_03 .anc_wrap_box a.anc_01{
	background: url("../images/anc_ryuoo.jpg");
	background-size: cover;
}

.section_03 .anc_wrap_box a.anc_02{
	background: url("../images/anc_xjam.jpg");
	background-size: cover;
}
.section_03 .anc_wrap_box a.anc_03{
	background: url("../images/anc_komaruyama.jpg");
	background-size: cover;
}


.section_04{
	margin: 100px auto;
	position: relative;
    padding-bottom: 30px;
}

.section_04 .contents{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	
}

.section_04 .contents .txt{
	line-height: 200%;
	font-size: 1.1em;
	padding-bottom: 20px;
}


.section_04 h1{
	color: #ec8974;
    position: relative;
    font-size: 1.8em;
	font-weight: bold;
    height: 50px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

.section_04 h1::before{
	content: "ryuoo";
    font-size: 3.8em;
    color: #FFF3F0;
    position: absolute;
 	font-family: 'Abril Fatface', cursive;
    left: -0.15em;
    top: -85px;
    z-index: -1;
    letter-spacing: 0.03em;
}

.section_04 h2{
	color: #333333;
	font-size: 1.5em;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	margin-bottom: 10px;
}

@media screen and (max-width:766px) {
	
.section_04 .contents .txt{
	line-height: 150%;
	font-size: 0.9em;
	padding-bottom: 20px;
}


.section_04 h1{
    font-size: 1.8em;
    height: 50px;
}

.section_04 h1::before{
	content: "ryuoo";
    font-size: 3.8em;
    left: 0em;
    top: -120px;
    z-index: -1;
    letter-spacing: 0.03em;
}

.section_04 h2{
	font-size: 1.2em;
}
	

	
}



.section_04 .photo{
	position: relative;
}

.section_04 .photo img{
	width: 100%;
	position: relative;
	max-width: 1200px;
}

.section_04 .photo.photo_sp img{
	width: 110%;
	position: relative;
	max-width: 1200px;
	left: -20px;
}

.section_04 .photo div{
	position: relative;
	margin: 10px 0;
}


.section_04 .photo figcaption,.section_05 .photo figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 5px;
}


.section_04 .photo figcaption.caption_p,.section_05 .photo figcaption.caption_p{
	background: rgba(19,118,139,0.8);
}

@media screen and (max-width:766px) {
.section_04 .photo figcaption.caption_p,.section_05 .photo figcaption.caption_p{
	font-size: 0.5em;
	width: 100%;
}
	
}


.section_04 .photo figcaption.caption_r,.section_05 .photo figcaption.caption_r{
	background: rgba(19,118,139,0.8);
}


.section_04::after{
	content: "";
	bottom:0px;
	position: absolute;
	background: #FFF3F0;
	width: 100%;
	height: 300px;
	left: 0;
	z-index: -1;
}
.section_04 .point{
	background: #fff;
}
.section_04 .point p.point_ttl_01{
	color: #ec8974;
	position: relative;
	padding-left: 30px;
	font-size: 1.3em;
	display: flex;
/*    justify-content: center;*/
    align-items: center;
}

.section_04 .point p.point_ttl_01::before{
	position: absolute;
	content: "";
	width:20px;
	height: 1px;
	background-color: #ec8974;
	left: 0px;
	top: 50%;
}

.section_04 .point p.point_ttl_02{
	font-weight: bold;
	padding: 10px 0 5px 10px;
	font-size: 1.3em;
}


.section_04 .point .txt{
	padding: 10px;
}

.section_07 .food_wrap{
	position: relative;
}
.section_05 .slider{
	position: relative;
	
}

.section_05 .slider .photo_wrap{
	position: absolute;
    bottom: 0;
	/*display: flex;*/
	/*position: relative;*/
	}

.section_07 .food_wrap::before{
	content: "";
	background: #FFF3F0;
	height: 200px;
}


.section_05{
	position: relative;
    margin: 100px 0 250px 0;
}

.section_05 .contents{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}


.section_05::after{
	content: "";
	bottom:-80px;
	position: absolute;
	background: #fff3f0;
	width: 100%;
	height: 300px;
	left: 0;
	z-index: -1;
}


.section_05 h1{
	color: #ec8974;
    position: relative;
    font-size: 1.8em;
	font-weight: bold;
    height: 50px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

.section_05 h1::before{
	content: "point";
    font-size: 3.8em;
    color: #FFF3F0;
    position: absolute;
    font-family: 'Abril Fatface', cursive;
    left: -0.2em;
    top: -85px;
    z-index: -1;
    letter-spacing: 0.03em;
}
.section_05 .slider_wrap{
/*
		overflow: hidden;
		display: flex;
*/
	}


.section_05 .slider{
	background: #fff;
	width: 330px;
/*	border: 2px solid #f00;*/
	overflow: hidden;
	box-shadow: 0px 0px 7px 2px rgba(236,137,116,0.3);
	margin-left: 15px;
	margin-top: 30px;
}



.section_05 .slider h2{
	color: #ec8974;
    border-bottom: 3px solid #ec8974;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0;

}

@media screen and (max-width:766px) {
	.section_05 h1::before{
    left: 0em;
    top: -120px;
	}	
	.section_05 .slider h2{
    border-bottom: 2px solid #ec8974;
    font-size: 1.2em;
	}
	.section_05 .slider .txt{
	font-size: 0.9em;
	}
	.section_05 .photo.sp_none{
		display: none;
	}
	
}

.section_05 .photo{
	position: relative;
}





.section_06 h1{
	color: #ec9f67;
    position: relative;
    font-size: 1.8em;
    height: 50px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	margin: 30px auto;
	font-weight: bold;
}

.section_06 h1::before {
    content: "gelande";
    font-size: 3.8em;
    color: #FFF6EB;
    position: absolute;
    font-family: 'Abril Fatface', cursive;
    left: -0.2em;
    top: -120px;
    z-index: -1;
    letter-spacing: 0.03em;
}

.section_06 .contents{
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
}

.section_06 .txt_wrap{
	margin: 0 auto;
}

.section_06 .txt_area{
	width: 100%;
	max-width: 705px;
}

.section_06 h2{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	font-size: 1em;
	margin-bottom: 20px;
	text-align: center;
	padding-right: 20px;
}

.section_06 .comment{
	 font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	 line-height: 0%;
	font-size: 1em;
}

.section_06 .profile_wrap .photo{
	text-align: center;
	width: 70%;
	margin: 0 auto;
}



.section_06 .txt_wrap div{
	margin: 20px 0;
	line-height: 180%;
}

.section_06 .txt_wrap p{
	color: #ec9F67;
	font-family: Helvetica, Arial, "sans-serif";
}
.section_06 .txt_wrap p.profile_ttl{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 4px 0;

}

.section_06 dl{
	display: flex;
	font-size: 1.2em;
	border-bottom: #CCCCCC 1px solid;
	padding-bottom: 15px;
}
.section_06 dt{
	/*width: 25%;
	max-width: 145px;*/
    color: #ec9F67;
    font-weight: bold;
}
.section_06 dd{
	width: 75%;
}
.section_06 dd span{
	font-size: 0.7em;
}

.section_06 dd span.large{
	font-size: 1.3em;
}

.section_06 p.note{
	text-align: right;
	color: #707070;
	font-size: 0.8em;
}


.section_07{
	position: relative;
	margin-top: 100px;
}

.section_07::before{
	content: "";
	position: absolute;
	background: #FFF3F0;
	width: 100%;
	height: 200px;
	top:-50px;
	z-index: -1;
}

.section_07 .food_wrap_inbox{
	width: 94%;
	max-width: 320px;
	margin: 40px auto;
	font-size: 1.2em;
	color: #707070;
}
.section_07 .food_wrap_inbox div{
	line-height: 180%;
}

.section_07  p.note{
	padding-top: 10px;
	font-size: 0.8em;
	padding-left: 0.8em;
	text-indent: -0.8em;
	line-height: 160%;
}

.section_07  .profile p.note{
	text-align: right;
	color: #707070;
}
.section_07 .food_wrap_inbox img{
	width: 100%;
}

.section_07 h2{
	color: #ec9F67;
	border-bottom: 3px solid #ec9F67;
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 15px 0;
}

.section_07 .sweets_profile{
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
}

.section_07 .sweets_profile .profile{
	padding-top: 30px;
}

.section_07 .sweets_profile dl{
	display: flex;
	font-size: 1.2em;
	width: 100%;
    max-width: 700px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.section_07 .sweets_profile dt{
	width: 30%;
	color: #ec9F67;
	font-weight: bold;
}

.section_07 .sweets_profile dd{
	width: 70%;
	max-width: 550px;
}
.section_07 .sweets_profile dd span{
	font-size: 0.7em;
}
.section_07 .sweets_profile dd span.large{
	font-size: 1.3em;
}

.section_07 .sweets_profile .photo{
	width: 70%;
	margin: 0 auto;
}

.section_07 .sweets_profile .photo img{
	width: 100%;
}

.section_07 .sweets_profile p{
	color: #ec9F67;
    font-family: Helvetica, Arial, "sans-serif";
}

.section_07 .sweets_profile p.profile_ttl{
	color: #333;
    font-size: 1.2em;
    font-weight: bold;
	margin: 4px 0;
}

.section_08{
	width: 94%;
	max-width: 1024px;
	margin:100px auto;
}

.section_08 h1{
	color: #ec9f67;
	position: relative;
	font-size: 1.8em;
	height: 50px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	font-weight: bold;
	margin: 30px 0;
}



.section_08 h1::before{
	content: "lesson";
	font-size: 3.8em;
	color: #FFF6EB;
	position: absolute;
	font-family: 'Abril Fatface', cursive;
	left: -0.2em;
    top: -120px;
    z-index: -1;
	letter-spacing: 0.03em;
}
.section_08.sora h1::before{
	content: "terrace";
	font-size: 3.8em;
	color: #FFF6EB;
	position: absolute;
	font-family: 'Abril Fatface', cursive;
	left: -0.2em;
    top: -120px;
    z-index: -1;
	letter-spacing: 0.03em;
}


.section_08 img{
	width: 100%;
	margin-bottom: 15px;
}

.section_08 h2{
	color: #ec9F67;
	border-bottom: 3px solid #ec9F67;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
}

.section_08 p{
	margin-bottom: 20px;
}

.section_08 p.note{
	text-align: right;
}


.section_09{
	background: #fff3f0;
	padding: 40px 0;

}


.section_09 .anc_wrap{
	margin: 40px auto 80px;
}
.section_09 .anc_wrap_box{
	display: flex;
	width: 100%;
	max-width: 760px;
	margin:15px auto;
	justify-content: space-between;
	margin: 0 auto;
}

.section_09 .anc_wrap_box a{
	width: 33%;
	display: block;
	height: 140px;
	position: relative;
	max-width: 240px;
}

.section_09 .anc_wrap_box a::after{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ec8974+0,ec8974+48,ec8974+48,2b1f00+100&0+0,0+48,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;

}

.section_09 .anc_wrap_box a div{
	position: absolute;
	bottom:8px;
	left:8px;
	color: #fff;
	font-weight: bold;
	z-index: 1;
	width: 100%;
}

.section_09 .anc_wrap_box a div::after{
	position: absolute;
	content: "";
    background-image: url(../images/tri_wh.svg);
	width: 24px;
    height: 12px;
    transform: rotatez(90deg);
    background-size: contain;
    background-repeat: no-repeat;
   	bottom: -5px;
    right: 8px;
}

@media screen and (max-width:766px) {
.section_09 .anc_wrap_box a div{
	font-size: 0.5em;
	bottom:18px;
}

.section_09 .anc_wrap_box a div::after{
   	bottom: -20px;
}	
	
}


.section_09 .anc_wrap_box a.anc_01{
	background: url("../images/anc_ryuoo.jpg");
	background-size: cover;
}

.section_09 .anc_wrap_box a.anc_02{
	background: url("../images/anc_xjam.jpg");
	background-size: cover;
}
.section_09 .anc_wrap_box a.anc_03{
	background: url("../images/anc_komaruyama.jpg");
	background-size: cover;
}




.section_09 .main_ttl{
	text-align: center;
}

.section_09 .main_ttl p{
	color: #ec8974;
	font-family: 'Abril Fatface', cursive;
	text-align: center;
    position: relative;
	font-size: 1.3em;
}
.section_09 .main_ttl p::before{
	content: "";
    background: #ec8974;
    height: 30px;
    width: 1px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.section_09 h1{
	font-size: 1.8em;
	font-weight: bold;
    color: #ec8974;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

.main_ttl h1{
	font-size: 1.8em;
    color: #ec8974;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

.section_09 .tour_num{
	position: relative;
	color: #ec8974;
	text-align: center;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	line-height: 220%;
	margin-bottom: 50px;
}
.section_09 .tour_num.ryuoo::before{
	content: "";
	width:34%;
	border: #ec8974 1px solid;
	position: absolute;
    left: 0;
    top: 4em;
}

.section_09 .tour_num.ryuoo::after{
	content: "";
	width:34%;
	border: #ec8974 1px solid;
	position: absolute;
    right: 0;
    top: 4em;
}
.section_09 .tour_num.xjam::before{
	content: "";
	width:11%;
	border: #ec8974 1px solid;
	position: absolute;
    left: 0;
    top: 4em;
}
.section_09 .tour_num.xjam::after{
	content: "";
	width:11%;
	border: #ec8974 1px solid;
	position: absolute;
    right: 0;
    top: 4em;
}

.section_09 .tour_num.komaruyama::before{
	content: "";
	width:33%;
	border: #ec8974 1px solid;
	position: absolute;
    left: 0;
    top: 4em;
}
.section_09 .tour_num.komaruyama::after{
	content: "";
	width:33%;
	border: #ec8974 1px solid;
	position: absolute;
    right: 0;
    top: 4em;
}


.section_09 .tour_num p{
	text-align: center;
	font-size: 1.6em;
	font-family: 'Abril Fatface', cursive;
	line-height: 1.8em;
}

.section_09 .tour_num span{
	font-size: 2em;
	font-weight: bold;
	padding-top: 5px;
}

@media screen and (max-width:766px) {
	.section_09 .tour_num{
	margin-bottom: 0px;
}
	.section_09 .tour_num.ryuoo::before{
	content: "";
	width:18%;
    top: 2.5em;
	}
	.section_09 .tour_num.ryuoo::after{
	content: "";
	width:18%;
    top: 2.5em;
}
.section_09 .tour_num.xjam::before{
	width:15%;
    top: 3.5em;
}
.section_09 .tour_num.xjam::after{
	width:15%;
    top: 3.5em;
}

.section_09 .tour_num.komaruyama::before{
	width:21%;
    top: 2.5em;
}
.section_09 .tour_num.komaruyama::after{
	width:21%;
    top: 2.5em;
}
.section_09 .tour_num p{
	text-align: center;
	font-size: 1em;
}

.section_09 .tour_num span{
	font-size: 1.5em;
}
.section_09 .tour_txt{
	font-size: 0.9em;
	}	
	
}



.section_09 .tour_ttl_wrap .train_type_01{
	color: #13768b;
	border: 1px solid #13768b;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	display: flex;
    justify-content: center;
    align-items: center;
}

.section_09 .tour_ttl_wrap .type_02{
	color: #13768b;
	border: 1px solid #13768b;
}
.section_09 .tour_ttl_wrap  p.logo{
	width: 40%;
	margin: 0 auto;
	max-width: 147px;
}

.section_09 .tour_wrap{
	background: #fff;
	width: 100%;
	padding: 4%;
	margin: 0 auto 80px;
}

.section_09 .tour_wrap p.sub_ttl{
	margin: 5px 0;
}
.section_09 .tour_wrap p.ttl{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	font-weight: bold;
	font-size: 2em;
    line-height: 140%;
	padding: 5px 0;
}

.section_09 .tour_wrap .tour_price_wrap{
	line-height: 200%;
	margin: 10px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.section_09 .tour_wrap .tour_price_wrap .price_01{
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	width: 100%;
}


.section_09 .tour_wrap .tour_price_wrap .price_02{
	text-align: right;
	font-size: 1em;
	width: 100%;
}

.section_09 .tour_wrap .tour_price_wrap span.price_num{
	color: #E60000;
	font-size: 1.7em;
}

.section_09 .tour_price_wrap p.vac{
	width: 100%;
	background: #fff3f0;
	border: 2px solid #ec8974;
	color: #ec8974;
	text-align: center;
    padding: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px 0 20px 0;
}

.section_09 .tour_txt span{
	font-weight: bold;
}

.section_09 .tour_photo{
	width: 80%;
	margin: 20px auto;
}
.section_09 .tour_photo img{
	width: 100%;
}
.section_09 .tour_photo div.photo{
	position: relative;
	padding: 10px 0;
}

.section_09 .tour_photo .photo_01 .map{
	position: absolute;
	width: 65%;
	max-width: 191px;s
	height: auto;
	top: 7%;
    left: 4%;
}


.section_09 .tour_photo figcaption.caption{
	position: absolute;
	bottom: 10px;
	left: 0;
	background: rgba(19,118,139,0.8);
	color: #fff;
	padding: 5px;
}



.section_09 .btn_dep{
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	margin: 0 auto;
	
}
.section_09 .btn_dep .btn_pp{
	/*margin: 10px ;*/
    position: relative;
    width: 100%;
    /*min-width: 200px;*/
	max-width: 230px;
}

.section_09 .btn_dep .btn_pp a{
	background: #13768b;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 20px 0;
	font-size: 1.2em;
	max-width: 400px;
    margin: 0 auto;
	border: #13768b 2px solid;
}

.section_09 .btn_dep .btn_pp a:hover{
	border: #13768b 2px solid;
	color: #13768b;
	background: #fff;
}

.section_09 .btn_dep .btn_pp a::after{
	content: "";
	/*background-image: url(../images/tri_wh.svg);*/
	width: 8px;
	height: 12px;
	position: absolute;
	right: /*80px*/15px;
	top:50%;
	transform: translateY(-50%);
}
.section_09 .btn_dep .btn_pp a:hover::after{
	content: "";
	/*background-image: url(../images/tri_pp.svg);*/
	width: 7px;
    height: 12px;
    position: absolute;
    right: /*80px*/15px;
    top: 50%;
    transform: translateY(-50%);
}

.section_09 .btn_dep .red a{
	background: #13768b;
	border: #13768b 2px solid;
}

.section_09 .btn_dep .red a:hover{
	border: #13768b 2px solid;
	color: #13768b;
	background: #fff;
}

.section_09 .btn_dep .red a:hover::after{
	content: "";
	/*background-image: url(../images/tri_red.svg);*/
	width: 7px;
    height: 12px;
    position: absolute;
    right: /*80px*/15px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:766px) {
	.section_09 .tour_photo img{
	width: 330px;
}
	.section_09 .tour_photo figcaption.caption{
	font-size: 0.5em;
}
	.section_09 .btn_dep .btn_pp{
	margin: 10px;
	padding: 0 50px
	
}
	.section_09 .btn_dep .btn_pp a{
	font-size: 0.9em;
}

}

/*ゲレンデ情報*/
.section_09 .tour_wrap .gelande_info {
    /*width: 94%;*/
    margin: 0 auto 30px;
	max-width: 1024px;
}

.section_09 .tour_wrap .gelande_info dt {
    line-height: 35px;
    font-size: large;
    text-indent: 1em;
    font-weight: bold;
    color: #333;
    background: #fff;
    text-align: left;
    border: 1px solid #dbdbdb;
    margin-top: 20px;
    padding: 10px 20px 10px 0;
/*    font-size: 17px;*/
    position: relative;
    transition: ease 0.4s;
}

.section_09 .tour_wrap .gelande_info div {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3;
    width: 88%;
    /*text-indent: calc(-1em - 5px);*/
    /*padding-left: 2em;*/
}

.section_09 .tour_wrap .gelande_info dt span {
    font-family: 'Abril Fatface', cursive;
    font-weight: normal;
    font-size: 28px;
    /*margin-right: 5px;*/
}

.section_09 .tour_wrap .gelande_info dt span.plus {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff3f0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.section_09 .tour_wrap .gelande_info dt.selected span.plus {
    background: #fff3f0;
}

.section_09 .tour_wrap .gelande_info dt span.plus_inner {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

.section_09 .tour_wrap .gelande_info dt span.plus_inner::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.section_09 .tour_wrap .gelande_info dt span.plus_inner::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #333;
    position: absolute;
    right: 50%;
    top: 10px;
}

.section_09 .tour_wrap .gelande_info dt.selected {
    background-color: #ec8974;
    color: #fff;
    border: #ec8974 1px solid;
}

.section_09 .tour_wrap .gelande_info dt.selected span.plus_inner::after {
    display: none;
}

.section_09 .tour_wrap .gelande_info dd {
    margin: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px;    
	display: flex;
}
.section_09 .tour_wrap .gelande_info dd .data{
	line-height: 350%;
    text-align: left;
    font-size: 18px;
	font-weight: normal;
	padding: 0 20px;
}
.section_09 .tour_wrap .gelande_info dd .data span{
	font-weight: bold;
    display: block;
    float: left;
    width: 250px;
}
.section_09 .tour_wrap .gelande_info dd .graph{
	line-height: 250%;
    text-align: left;
    font-size: 18px;
	font-weight: normal;
	padding: 0 20px;
	border-left: 1px solid #dbdbdb;
}
.section_09 .tour_wrap .gelande_info dd .graph span{
	font-weight: bold;
    display: block;
    /*float: left;*/
    /*width: 250px;*/
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap {
	display: flex;
	width: 100%;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li {
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-1_ryuoo {
	width: 35%;
	background: #eba596;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-2_ryuoo {
	width: 40%;
	background: #ec8974;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-3_ryuoo {
	width: 25%;
	background: #eb6b50;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-4_ryuoo {
	width: 70%;
	background: #EC9785;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-5_ryuoo {
	width: 30%;
	background: #EC7A62;
}

.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-1_xjam {
	width: 40%;
	background: #eba596;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-2_xjam {
	width: 40%;
	background: #ec8974;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-3_xjam {
	width: 20%;
	background: #eb6b50;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-4_xjam {
	width: 50%;
	background: #EC9785;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-5_xjam {
	width: 50%;
	background: #EC7A62;
}

.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-1_komaruyama {
	width: 60%;
	background: #eba596;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-2_komaruyama {
	width: 24%;
	background: #ec8974;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-3_komaruyama {
	width: 16%;
	background: #eb6b50;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-4_komaruyama {
	width: 30%;
	background: #EC9785;
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li.graph-5_komaruyama {
	width: 70%;
	background: #EC7A62;
}
@media screen and (max-width:766px) {
	
.section_09 .tour_photo {
    width: 100%;
    margin: 20px auto;
	}
	
.section_09 .tour_wrap .gelande_info {
    margin: 0;
}

.section_09 .tour_wrap .gelande_info dt {
    line-height: 35px;
    font-size: large;
    text-indent: 1em;
    font-weight: bold;
    color: #333;
    background: #fff;
    text-align: left;
    border: 1px solid #dbdbdb;
    margin-top: 20px;
    padding: 10px 20px 10px 0;
/*    font-size: 17px;*/
    position: relative;
    transition: ease 0.4s;
}

	
.section_09 .tour_wrap .gelande_info div{
	font-size: 0.9em;
	line-height: 1.2;
}
.section_09 .tour_wrap .gelande_info dd{
	padding: 4%;	
	display: block;
	
}
.section_09 .tour_wrap .gelande_info dd .data{
	font-size: 0.9em;
	line-height: 250%;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px;
}
.section_09 .tour_wrap .gelande_info dd .data span{
	font-weight: bold;
    display: block;
    float: left;
    width: 150px;
}
.section_09 .tour_wrap .gelande_info dd .graph{
	font-size: 0.9em;
	line-height: 250%;
	font-weight: normal;
	margin: 0;
	border-top: 1px solid #dbdbdb;
	border-left: none;
	padding: 10px 20px;
}
.section_09 .tour_wrap .gelande_info dd .graph span{
	font-weight: bold;
    display: block;
    /*float: left;*/
    /*width: 150px;*/
}
.section_09 .tour_wrap .gelande_info dd .graph .graph-wrap li {
	height: 50px;
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9em;	
	color: #FFF;
}
	
}
	/*ゲレンデ情報おわり*/

.section_10{
	padding: 40px 0;

}


.section_10 .wrap_qa {
    width: 94%;
    margin: 0 auto 30px;
	max-width: 1024px;
}

.section_10 .wrap_qa dt {
    line-height: 35px;
    font-size: large;
    text-indent: 1em;
    font-weight: bold;
    color: #333;
    background: #fff;
    text-align: left;
    border: 1px solid #dbdbdb;
    margin-top: 20px;
    padding: 10px 20px 10px 0;
/*    font-size: 17px;*/
    position: relative;
    transition: ease 0.4s;
}

.section_10 .wrap_qa div {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3;
    width: 88%;
    text-indent: calc(-1em - 5px);
    padding-left: 2em;
}

.section_10 .wrap_qa dt span {
    font-family: 'Abril Fatface', cursive;
    font-weight: normal;
    font-size: 28px;
    margin-right: 5px;
}

.section_10 .wrap_qa dt span.plus {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff6eb;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.section_10 .wrap_qa dt.selected span.plus {
    background: #fff6eb;
}

.section_10 .wrap_qa dt span.plus_inner {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

.section_10 .wrap_qa dt span.plus_inner::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.section_10 .wrap_qa dt span.plus_inner::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #333;
    position: absolute;
    right: 50%;
    top: 10px;
}

.section_10 .wrap_qa dt.selected {
    background-color: #ec9F67;
    color: #fff;
    border: #ec9F67 1px solid;
}

.section_10 .wrap_qa dt.selected span.plus_inner::after {
    display: none;
}

.section_10 .wrap_qa dd {
    margin: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px;
    line-height: 170%;
    text-align: left;
    font-size: 17px;
}
.section_10 .wrap_qa dd span.small{
	font-size: 14px;
	text-indent: -14px;
    padding-left: 14px;
    display: block;
}

@media screen and (max-width:766px) {
.section_10 .wrap_qa dt span {
    font-size: 1em;
	line-height: 2.2;
}
.section_10 .wrap_qa dd {
    font-size: 0.9em;
}
}
/*slick*/


/*
.slick-prev {
    right: 50% 　!important;
    transform: translateX(443px)　!important;
	font-size: 0　!important;
	line-height: 0　!important;
	position: absolute　!important;
	top: -22%　!important;
	display: block　!important;
	width: 70px　!important;
	height: 70px　!important;
	padding: 0　!important;
	cursor: pointer　!important;
	color: transparent　!important;
	border: 1px solid #ec9F67　!important;
	outline: none　!important;
	background: transparent　!important;
	border-radius: 0　!important;
}



.section_05 .slick-next {
    right: 50%;
    transform: translateX(512px);
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -22%;
	display: block;
	width: 70px;
	height: 70px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 1px solid #ec9F67;
	outline: none;
	background: transparent;
	border-radius: 0;
}


.section_05 .slick-prev:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 24px;
  background-image: url(../images/tri_gl_thin.svg);
  background-size: contain;
  vertical-align: middle;
  transform: rotate(-180deg)
}


.section_05 .slick-prev:hover:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 24px;
  background-image: url(../images/tri_wh_thin.svg);
  background-size: contain;
  vertical-align: middle;
  transform: rotate(-180deg)
}

.section_05 .slick-next:hover:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 24px;
  background-image: url(../images/tri_wh_thin.svg);
  background-size: contain;
  vertical-align: middle;
}

.section_05 .slick-next:before
{
  content: '';
  display: inline-block;
  width: 15px;
  height: 24px;
  background-image: url(../images/tri_gl_thin.svg);
  background-size: contain;
  vertical-align: middle;
}
*/


.slick-next{
	width: 70px !important;
	height: 70px !important;
	border-radius: 0px !important;
	top: -22% !important;
	right: 50% !important;
	transform: translateX(510px) !important;
	border: 1px solid #ec8974 !important;
	left: auto !important;
}

.slick-prev{
	width: 70px !important;
	height: 70px !important;
	border-radius: 0px !important;
	top: -22% !important;
	right: 50% !important;
	transform: translateX(441px) !important;
	border: 1px solid #ec8974 !important;
	left: auto !important;
}


.slick-prev:before{
  content: '' !important;
  display: inline-block !important;
  width: 15px !important;
  height: 24px !important;
  background-image: url(../images/tri_gl_thin.svg)!important;
  background-size: contain!important;
  vertical-align: middle!important;
  transform: rotate(-180deg)!important;
}
.slick-prev:hover{
  background: #ec8974 !important;
}

.slick-next:hover{
  background: #ec8974 !important;
}

.slick-prev:hover:before{
  content: '' !important;
  display: inline-block !important;
  width: 15px !important;
  height: 24px !important;
  background-image: url(../images/tri_wh_thin.svg) !important;
  background-size: contain !important;
  vertical-align: middle !important;
  transform: rotate(-180deg) !important;
}

.slick-next:before{
  content: '' !important;
  display: inline-block !important;
  width: 15px !important;
  height: 24px !important;
  background-image: url(../images/tri_gl_thin.svg) !important;
  background-size: contain !important;
  vertical-align: middle !important;
}

.section_05 .slick-next:hover:before{
  content: '' !important;
  display: inline-block !important;
  width: 15px !important;
  height: 24px !important;
  background-image: url(../images/tri_wh_thin.svg) !important;
  background-size: contain !important;
  vertical-align: middle !important;
}


.slick-dots{
	width: 180px !important;
	margin: 0 auto !important;
	left: 50% !important;
    bottom: -50px !important;
	transform: translateX(-25%) !important;
}
.slick-dots li button{
	border: #ec8974 1px solid !important;
}
li.slick-active button{
	background: #ec8974!important;
	
}


br.sp{
	display: block;
}

.anc_size{
	/*padding-top: 100px;
    margin-top:-100px;*/
}

@media screen and (max-width:766px) {

.anc_size{
	padding-top: 0;
    /*margin-top:-100px;*/
}	
}


@media (max-width: 766px) {
	br.pc{
	display: none;
}
	.photo_pc{
	display: none;
	}

	.kitashiga_mv{
		display: none;
		}
	.kitashiga_ancer{
		width: 100%;
	}

	.kitashiga_mv_sp{
		/*width: 100%;
		padding-bottom: 100px;*/
		background-size: cover;
		background-repeat: no-repeat;
		height: 63vw;
		width: 100%;
	}
	.kitashiga_ancer{
		bottom:0;
	}
	.kitashiga_ancer li{
		height: 60px;
	}
	

	.section_03 .vehicle p.red{
		margin: 10px 0;
	}

	.section_04 .point p.point_ttl_01{
		padding-top: 10px;
	}

	.section_05{
		margin: 100px 0 150px 0;
	}
	.section_05 .slider{
		min-height: 450px;
	}



	.section_05 .slider .txt_area{
		padding: 10px;
	}

	.section_06 .comment{
		padding-top: 20px;
		display: flex;
	}

	.section_06 .profile_wrap .photo{
		padding: 20px 0;
	}
	.section_07 .sweets_profile{
		padding-bottom: 60px;
	}
	.section_07 .sweets_profile .photo{
		padding: 20px 0;
	}
	.section_09 .anc_wrap{
		width: 94%;
		margin: 40px auto;
	}
	.section_09 .tour_ttl_wrap p.logo{
		margin: 30px auto;
	}
	.section_09 .btn_dep{
		display: block;
	}
	.section_09 .btn_dep .btn_pp a{
	padding: 10px 0;
	}
	.section_09 .tour_wrap{
		width: 90%;
	}
	.section_09 .tour_wrap p.ttl{
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
    	font-weight: bold;
		font-size: 1.6em;
	}
	.section_09 .tour_wrap .tour_price_wrap .price_01{
		font-size: 0.9em;
	}
	.section_09 .tour_wrap .tour_price_wrap {
		line-height: 120%;
	}

	
}



/*PC*/
@media (min-width: 767px) {
	br.sp{
	display: none;
}
	.photo_sp{
	display: none;
	}
	.section_09 .slider_wrap{
	display: none;
	}
	br.pc{
	display:block;
}

.section_04 h1,.section_05 h1,.section_06 h1,.section_08 h1{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 130%;
	}
.section_04 h1::before,.section_05 h1::before,.section_06 h1::before,.section_08 h1::before,.section_08.sora h1::before{
	top: -75px;
    font-size: 200px;
	}

.section_03 .anc_wrap_box a div,.section_09 .anc_wrap_box a div	{
	font-size: 18px;
	}

p.note{
	font-size: 14px !important;
	}

.section_02 p::before,.section_09 .main_ttl p::before{
		height: 50px;
	}

.kitashiga_mv_sp{
		display: none;
		}

.kitashiga_mv{
	height: 500px;
	position: relative;
}
.kitashiga_mv_bg{
	width : 100% ;
	height: 680px;
	/*background-image: url(../images/kv03.png);
	background-size: cover;
	background-position: center;
	position: absolute;*/
	top:0;
	right: 0;
	content: " ";
    display: block;
    /*transform: rotate(-30deg);*/ /* 要素を回転させる */
    /*transform-origin: center left; *//* 回転軸を左上に設定 */
    position: relative;
    /*top: -21%;*/
    /*left: -50%;*/ /* 微調節 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff3f0+0,f3efe3+100 */
    /*background: #fff3f0;*/ /* Old browsers */
	background-image: url(../images/mv_bg.png);

}
.kitashiga_ancer{
	top:540px;
	}



.kitashiga_ancer li{
		width: 220px;
	}

/*
@media (min-width: 1300px){
	.kitashiga_mv_bg{
		width : calc(100% - 416px) ;
		width : 60% ;
	}

}
*/

/*.kitashiga_tl_box{
	position: relative;
    width: 1024px;
    margin: 0 auto;
    padding-top: 122px;

}*/

.section_01 .contents{
	margin-top: 30px;
	}

.section_01{
	position: relative;
	margin-top: 60px;
	}

.section_01::before{
	content:"";
	top:0;
	left: 0;
	background: #fff;
	position: absolute;
	height: 450px;
	width: 100%;
	z-index: -1;

	}
.section_01 h1,.section_10 h1{
		margin-bottom: 60px;
		font-size: 34px;
		font-weight: bold;
	}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp{
	border: none;
	display: flex;
	width: 900px;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: #CCCCCC 1px solid;
	justify-content: space-between;
	}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp:last-child{
	border-bottom: none;
	}
.section_01 .tour_list_wrap .tour_list_wrap_box_pp .line{
	border: 1px solid #13768b;
	width: 150px;
	height: 100px;
	font-size: 18px;
	 display: flex;
    align-items: center;
    justify-content: center;
	}

.section_01 .tour_list_wrap .red .line{
	border:1px solid #13768b !important;
	}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp div{
	width: 450px;
	}
.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn{
	width: 250px;
	}
.section_01 .tour_list_wrap .tour_list_wrap_box_pp .vac{
	width: 260px;
	margin: 0 0 10px 0;
	font-size: 14px;
	}
.section_01 .tour_list_wrap .tour_list_wrap_box_pp .tour_ttl{
	width: 100%;
	font-size: 20px;
	}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn a{
	width: 250px;
	}

.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn a::after{
	right: 10px;
	top: 50%;
    transform: translateY(-22px);
	}	

.section_02{
	min-height: 520px;
	}

.section_02 h1,.section_03 h1{
	font-size: 50px;
	}
.section_02 p,.section_09 .main_ttl p{
		font-size: 28px;
		padding-top: 20px;
		letter-spacing: 0.06em;
	}

.section_02 .txt{
	font-size: 22px;
	line-height: 66px;
	}

.section_03 .ttl_area{
	padding-top: 50px;
	}
.section_03 .ttl_area p{
	font-size: 30px;
	}
.section_03 .txt{
	font-size: 18px;
	}

.section_03 .vehicle{
	display: flex;
	margin-bottom: 70px;
	padding: 10px 25px;
	justify-content: space-between;
	align-items: center;
	}



.section_03 .anc_wrap{
	display: flex;
	width: 1024px;
    margin: 0 auto;
	justify-content: space-between;
	}

.section_03 .anc_wrap_box{
	margin: 0 0 0 0;
	}

.section_04,.section_06,.section_08{
	margin: 100px auto 150px;
	}
.section_04 .txt_wrap{
	/*display: flex;*/
	justify-content: space-between;
	position: absolute;
	}
.section_04 .txt_wrap h2{
	font-size: 24px;
	width: 480px;
	
	}
.section_04 .txt_wrap .txt{
	width: 480px;
	}

.section_04 .photo{
	/*display: flex;*/
	justify-content: space-between;
	position: relative;
	padding: 150px 0 50px;
	}

.section_04 .point{
	display: flex;
	min-height: 100px;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	}

.section_04 .point p.point_ttl_01{
	width: 100px;
	}

.section_04 .point p.point_ttl_02{
	width: 150px;
	padding: 0 0 0 0;
	}
.section_04 .point .txt{
	width: 740px;
	}


.section_05 .slider{
	width: 1024px;
	min-height: 470px;
	margin-left: 50px;
    transform: translateX(-50px);
	}

.section_05 .txt_area{
	padding: 50px;
	display: flex;
	font-size: 18px;
	width: 100%;
	/* max-width: 400px; */
}
.section_05 .txt_area .ttl{
	width: 240px;
	}
.section_05 .txt_area .ttl h2{
	font-size: 24px;
	margin: 0 0 0 0;
	}
.section_05 .txt_area .txt{
	width: 680px;
	}

.section_05 .slider .photo_wrap{
	display: flex;
/*	position: static;*/

	position: absolute;
    bottom: 0;
	}
.section_05 .slider .photo_wrap .photo_wrap_inline{
	display: flex;
	}
.section_05 .slider .photo{
	max-width: 512px;
    width: 100%;
	}
	
@media screen and (max-width:766px) {

.section_05 .txt_area .ttl h2{
	font-size: 1.2em;
	}
.section_05 .slider .photo_wrap{
	/*	position: static;*/
	/*position: absolute;*/
	position: relative;
    /*bottom: 0;*/
	display: flex;
    flex-wrap: wrap;
	}
.section_05 .slider .photo_wrap .photo_wrap_inline{
	
    justify-content: space-between;
	
	}
.section_05 .slider .photo{
	/*display: block;*/
	/*max-width: 512px;*/
    /*width: 100%;*/
	width: calc(100% / 2);
	}
	
}
	
.section_06 .profile_wrap {
    display: flex;
	justify-content: space-between;
}
.section_06 .profile_wrap .photo{
	margin: 0 0 0 0;
	}

.section_06 .txt_area{
	order: 0;
/*	width: 705px;*/
	}

.section_06 .photo{
	width: 260px !important;
	order: 1;
	}
.section_06 h2{
	text-align: left;
	}

.section_06 .txt_wrap {
	display: flex;
	justify-content: space-between;
	}

.section_06 .txt_wrap .txt{
	width: 480px;
	font-size: 16px;
	color: #707070;

	}
.section_06 .comment{
	display: flex;
	margin: 30px 0;
	font-size: 1.2em;
	}
.section_06 .comment h2{
	width: 260px;
	font-size: 20px;
	}
.section_06 .comment p{
	width: 440px;
	}

.section_06 dt,.section_07 dt{
	font-size: 24px;
	}
.section_06 dd span.large,.section_07 dd span.large{
	font-size: 24px;
	}




.section_07 .food_wrap{
		display: flex;
		width: 1024px;
		margin: 0 auto 30px;
		justify-content: space-between;
	}

.section_07 .sweets_profile_wrap{
	display: flex;
	justify-content: space-between;
	}
.section_07 .sweets_profile_wrap div{
	width: 100%;
	}
.section_07 .sweets_profile_wrap .txt{
	order: 0;
	width: 700px;
	}

.section_07 .sweets_profile_wrap .photo{
	width: 260px !important;
	margin: 0 0 0 0;
	order: 1;
	}
.section_07 .profile{
	display: flex;
	justify-content: space-between;
	}

.section_07 .profile .ttl{
	width: 240px;
	}
.section_07 .profile .txt{
	width: 740px;
	font-size: 16px;
	}

.section_08 .contents{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	}
.section_08 .contents div{
	width: 470px
	}
.section_08 .contents img{
	width: 480px;
	}
.section_08 .contents p{
	font-size: 18px;
	}
.section_09 h1 {
	font-size: 34px;
	font-weight: bold;
	}
	
 .main_ttl h1 {
	font-size: 34px;
	}


.section_09 .anc_wrap{
	display: flex;
	width: 760px;
	justify-content: space-between;
	}

.section_09 .anc_wrap_box{
	margin: 0 0 0 0;
	}

.section_09 .tour_wrap{
	max-width: 1164px;
	padding: 30px 70px 70px;
	}
.section_09 .tour_ttl_wrap{
	display: flex;
	}
.section_09 .tour_ttl_wrap .train_type_01{
	width: 160px;
	font-size: 20px;
    margin-right: 20px;
	}
.section_09 .tour_ttl_wrap .type_02{
	margin-right: 20px;
	}

.section_09 .tour_txt{
	font-size: 17px;
	margin: 0 70px;
	}
.section_09 .tour_ttl_area{
	width: 850px;
	}
.section_09 .tour_price_wrap p.vac{
	width: 260px;
	font-size: 14px;
	}

.section_09 .tour_photo{
	display: flex;
	max-width: 1024px;
	width: 100%;
	justify-content: space-between;
	}
.section_09 .tour_photo .photo_01{
	max-width: 510px;
    width: 95%;
	}
.section_09 .tour_photo .photo_02,.section_09 .tour_photo .photo_03{
	max-width: 490px;
    width: 95%;
	}
.section_09 .tour_num.ryuoo::before,.section_09 .tour_num.ryuoo::after{
	width: 31%;
	}
	
.section_09 .ttl{
		font-size: 14px;
	}
.section_09 .tour_wrap .gelande_info div{
	font-size: 22px;
	line-height: 1.8;
	}
.section_09 .tour_wrap .gelande_info dd{
	padding: 20px;
	font-size: 18px;
	line-height: 200%;
	}
	


.section_10{
	padding: 100px 0 40px 0;
	}


.section_10 .wrap_qa div{
	font-size: 22px;
	line-height: 1.8;
	}
.section_10 .wrap_qa dd{
		padding: 40px;
	font-size: 18px;
	line-height: 200%;
	}


}


/*間*/
@media (min-width:768px) and ( max-width:1024px) {
	
	.section_03 .vehicle{
		padding: 5px;
	}
	
	.section_01 .tour_list_wrap .tour_list_wrap_box_pp{
		width: 100%;
	}
	
	.section_01 .tour_list_wrap .tour_list_wrap_box_pp .line{
		width: 20%;
	}
	
	.section_01 .tour_list_wrap .tour_list_wrap_box_pp div{
		width: 40%;
		padding-left: 10px;
	}
	
	.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn{
		width: 40%;
	}
	.section_01 .tour_list_wrap .tour_list_wrap_box_pp .btn a::after{
		right: 45px;
		transform: translateY(-32px);
	}
	.section_03 .anc_wrap_box{
		margin: 0 auto;
		padding: 5px;
	}
	
	.section_04 .point{
		display: block;
	}
	.section_04 .point p.point_ttl_02{
		padding: 10px 0 30px 0;
	}
	
	.section_05 .slider{
		width: 700px;
		transform: translateX(0);
	}
	
	.section_05 .txt_area{
		display: block;
	}
	
	.section_05 .txt_area .txt{
		width: 100%;
		padding-top: 12px;
		font-size: 18px;
		line-height: 160%;
	}
	
	.section_06 .txt_area{
		width: 70%;
		padding-right: 20px;
	}
	.section_07 .food_wrap{
		width: 94%;
	}
	.section_07 .food_wrap_inbox{
		width: 30%;
	}
	.section_08 .contents img{
		width: 40%;
		padding-right: 20px;
	}
	.section_09 .anc_wrap_box{
		width: 94%;
		margin: 0 auto;
	}
	.section_09 .tour_ttl_wrap{
		display: block;
	}
	.section_09 .tour_ttl_wrap .train_type_01{
		width: 100%;
	}
	.section_09 .tour_wrap{
		padding: 50px;
	}
	

	
}

/*PC大きい*/
@media (min-width:1024px) {
	.section_09 .tour_photo .photo_01{
		width: 510px;
	}
	.section_09 .tour_photo .photo_02, .section_09 .tour_photo .photo_03{
		width: 490px;
	}
}
