@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

html {
  scroll-behavior: smooth;
}
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
}
#wrapper *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*--------common-------------*/
@media (min-width:768px){
   .pc_none{
    	display: none;
  }
   .sp_br{
    	display: none;
  }
}
@media (max-width:767px){
	#wrapper {
		background-size: 180%;
	}
  .sp_none{
    	display: none;
  }
  #wrapper h2,
  #wrapper h3,
  #wrapper h4,
  #wrapper h5{
    font-weight: bold;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
	font-size: 120%;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.box {
	background: rgba(243,243,243,1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 80%;
  color: #333333;
  font-size: 80%;
}
@media (max-width:767px){
	.deco{
    display: inline-block;
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 12px;
	}
}
p.credit{
  position: absolute;
  bottom: 10px;
  right:10px;
  font-size: 90%;
  color: #FFFFFF;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
a.godetail{
	width: 80%;
  max-width: 420px;
	display: block;
	margin:0 10px;
  padding: 15px 0 20px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
  line-height: 1.5;
	font-family: sans-serif;
	z-index: 10;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
@media (max-width:767px){
  a.godetail{
    margin: 15px auto;
    padding: 10px 0 15px;
    font-size: 90% ;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background:url("../images/top.png") no-repeat center center;
	background-size:cover;
  height: 450px;
  margin-bottom: 40px;
}
.page_roof h2{
	position: absolute;
	top:0;
	bottom:0;
  left:0;
  right:0;
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
	width: auto;
  height: 90%;
}
@media (max-width:767px){
  .page_roof {
    height: 35vh;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 95%;
	max-width: 950px;
	margin:0 auto;
}
/*#intro .bg{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background:url("../images/box_lt.png") no-repeat left top,url("../images/box_rb.png") no-repeat right bottom;
  background-size: 30%,30%;
  padding: 80px 80px;
}*/
#intro {
  margin-bottom:50px;
}
#intro .inner p{
  font-size: 14px;
  margin-bottom: 18px;
}
@media (max-width:767px){
  /*#intro .bg{
    padding: 30px 30px;
  }*/
}
#map .inner {
  text-align: center;
}
#map h2 {
  display: inline-block;
  font-size: 180%;
  background: url("../images/bg_line.png")no-repeat bottom center;
  background-size: contain;
  padding-bottom: 10px;
  position: relative;
}
#map h2::before {
  content: "";
  position: absolute;
  top:-20px;
  left: -50px;
  width: 50px;
  height: 100px;
  background: url("../images/icon_leaf.png") no-repeat center center;
  background-size: contain;
}
#map .map{
  width: 90%;
  margin: 0 auto 20px;
  vertical-align: top;
}
#map .map svg{
  width: 100%;
  max-width: 530px;
  height: auto;
  background: url("../images/rosenzu.svg")no-repeat center;
  background-size:100% auto;
}
#map .map svg .label:hover{
  opacity: 0.7;
}

@media (max-width:767px){
  #map h2 {
    font-size: 120%;
    background: url("../images/bg_line.png")no-repeat bottom center;
    background-size: contain;
    padding-bottom: 5px;
    position: relative;
  }
  #map h2::before {
    content: "";
    position: absolute;
    top:0px;
    left: -30px;
    width: 30px;
    height: 60px;
    background: url("../images/icon_leaf.png") no-repeat center center;
    background-size: contain;
  }
}

/*-------------コースコンテンツ   --------------*/
.courseContent {
  width: 100%;
  padding: 60px 0 40px;
}
@media (max-width:767px){
  .courseContent {
    padding: 60px 0 20px;
  }
}
.courseContent .inner{
  width: 90%;
	max-width: 950px;
	margin:0 auto;
}

@media (min-width:768px){
  .course {
    width: 100%;
    position: relative;
  }
  .courseContent:nth-child(even) .course .no {
    position: absolute;
    top:10px;
    left: 56%;
  }
  .courseContent:nth-child(odd) .course .no {
    position: absolute;
    top:1px;
    left: 10px;
  }
  .course .no {
    width: 40%;
    z-index: 10;
  }
  .course .no img{
    width: 80%;
  }
  .courseContent:nth-child(even) .course .photo {
    position: absolute;
    top:0;
    left: 0;
  }
  .courseContent:nth-child(odd) .course .photo {
    position: absolute;
    top:0;
    right: 0;
  }
  .course .photo{
    width: 55%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  }
  .course .photo img{
    width: 100%;
  }
  .courseContent:nth-child(even) .course .info {
    position: absolute;
    top:45px;
    right: 0;
    padding: 20px 25px 60px 45px;
  }
  .courseContent:nth-child(odd) .course .info {
    position: absolute;
    top:45px;
    left: 0;
    padding: 20px 45px 60px 25px;
  }
  .course .info{
    width: 48%;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  }
  .course .info::after{
    content: "";
    position: absolute;
    bottom:-10px;
    left:0;
    right: 0;
    width: 100%;
    height: 50px;
    background:url("../images/bg_leaves.png") no-repeat bottom center;
    background-size: 100%;
  }
  .course .info h2{
    font-family: sans-serif;
    font-size: 160%;
  }
  .course .info h3{
    font-size: 130%;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .course .info h3 span{
    display: inline-block;
    font-size:90%;
  }
  .course .info h4{
    font-size: 110%;
  }
  .course .yoyaku {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .course .yoyaku .yoyaku_unit{
    width: 90%;
    display: flex;
    margin: 15px auto 0;
    justify-content: center;
  }
  .courseContent:nth-child(even) .course .weblink {
    position: absolute;
    bottom: 190px;
    left: 0;
  }
  .courseContent:nth-child(odd) .course .weblink {
    position: absolute;
    bottom: 190px;
    right: 0;
  }
  .course .weblink {
    width: 55%;
    text-align: center;
  }
  .course .weblink a,
  .course .weblink a:hover{
    width: 70%;
    padding: 20px 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  #chubu .course{
    height: 630px;
  }
  #myokotogakushi .course{
    height: 650px;
  }
  #joshinetsu .course{
    height: 630px;
  }
  #yatsugatake .course{
    height: 650px;
  }
}
@media (max-width:767px){
  .course {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    padding-bottom: 20px;
  }
  .course .no {
    position: absolute;
    top:-35px;
    left: 0;
    width: 100%;
  }
  .course .no img{
    width: 60%;
  }
  .course .photo{
    width: 100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  }
  .course .photo img{
    width: 100%;
  }
  .course .info{
    width: 100%;
    padding: 20px 15px;
  }
  .course .info h2{
    font-family: sans-serif;
    font-size: 130%;
  }
  .course .info h3{
    font-size: 120%;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .course .info h3 span{
    display: inline-block;
    font-size:90%;
  }
  .course .info h4{
    font-size: 100%;
  }
  .course .yoyaku,
  .course .yoyaku .yoyaku_unit{
    width: 100%;
    text-align: center;
  }
  .weblink {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .course .weblink a,
  .course .weblink a:hover{
    width: 80%;
    padding: 15px 5px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
#chubu {
  background: rgba(42,124,111,0.4);
}
#chubu h2,#chubu h3,#chubu h4{
    color: rgba(42,124,111,1.00);
}
#chubu .weblink a {
    background: rgba(42,124,111,1.00);
}
#myokotogakushi {
  background: rgba(120,72,25,0.4);
}
#myokotogakushi h2,#myokotogakushi h3,#myokotogakushi h4{
    color: rgba(120,72,25,1.00);
}
#myokotogakushi .weblink a {
    background: rgba(120,72,25,1.00);
}
#joshinetsu {
  background: rgba(192,164,84,0.4);
}
#joshinetsu h2,#joshinetsu h3,#joshinetsu h4{
    color: rgba(192,164,84,1.00);
}
#joshinetsu .weblink a {
    background: rgba(192,164,84,1.00);
}
#yatsugatake {
  background: rgba(159,107,159,0.4);
}
#yatsugatake h2,#yatsugatake h3,#yatsugatake h4{
    color: rgba(159,107,159,1.00);
}
#yatsugatake .weblink a {
    background: rgba(159,107,159,1.00);
}

.weblink a{
  color: #FFFFFF;
  text-decoration: none;
	font-family: sans-serif;
}
.weblink a:hover{
  opacity: 0.8;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.slash{
  display:inline-block;
  background: url("../images/slash_left.svg")no-repeat center left,
    url("../images/slash_right.svg")no-repeat center right;
  background-size: 10px;
  padding: 0 12px;
  margin-bottom: 10px;
	font-weight: bold;
}
@media (max-width:767px){

}

@media (max-width:767px){
}


@media (max-width:767px){
}
/*-----注記ボックス-----*/
.caution{
	width: 80%;
  margin: 15px auto 40px;
  text-align: left;
	/*border: 1px dotted #CCCCCC;*/
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	border-radius: 10px;
}
.caution h2{
	font-size: 120%;
  text-align: center;
}
.caution > p{
	font-size: 100%;
  color: #B2020;
  margin-bottom: 10px;
}
.caution li{
	font-size: 100%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

@media (max-width:767px){
	.caution{
		width: 100%;
	}
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
  background: #FFFFFF;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media (max-width:767px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}



