@charset "utf-8";
/* CSS Document */
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%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0 0 300px;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
  overflow: hidden;
	background: url("../images/bg_page.png")no-repeat bottom center #fffff0;
	background-size: 100%;
}
#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){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	width: 80%;
	max-width: 350px;
	display:inline-block;
	margin:0 10px 20px;
  padding: 20px 0 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
  color: #FFFFFF;
}
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;
}
.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 15px auto;
}
@media (max-width:767px){
  a.godetail{
    width: 80%;
    display: inline-block;
    margin: 0 auto 15px;
    padding: 15px 0 20px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100% ;
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 16px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 12px;
	}

}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background-image:url("../images/top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 450px;
	margin-bottom: 50px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	height: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof h2{
  width:100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof img{
	max-height: 95%;
  width:auto;
}
@media (max-width:767px){
  .page_roof img{
		max-height: 90%;
    width:auto;
	}
	.page_roof {
    height: 35vh;/*スマホの画像の高さ*/
    margin-bottom: 20px;
		/*background-position: center right;*//*背景を右基準にする*/
  }
}
/*-------------信玄公生誕500年--------------*/
#anniversary {
	margin-bottom: 50px;
}
#anniversary .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
  background:url("../images/box_anniv_bottom.png")no-repeat bottom center, url("../images/box_anniv_top.png")no-repeat top;
  background-size:100%;
  padding: 50px 0 40px;
}
#anniversary .logo_title_unit{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#anniversary .logo_title_unit .logo{
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
#anniversary .logo_title_unit .logo img{
  width: 90%;
}
#anniversary .logo_title_unit .title{
  width: 75%;
}
#anniversary .logo_title_unit .title h2{
  color: #957200;
}
#anniversary .intro_photo_unit{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#anniversary .intro_photo_unit .intro{
  width: 55%;
  font-size: 110%;
  padding-top: 10px;
}
#anniversary .intro_photo_unit .photo{
  width: 43%;
}
@media (max-width:767px){
  #anniversary .inner {
    padding: 25px 0 15px;
  }
  #anniversary .logo_title_unit .logo{
    width: 100%;
    margin-bottom: 10px;
  }
  #anniversary .logo_title_unit .logo img{
    width: 40%;
  }
  #anniversary .logo_title_unit .title{
    width: 100%;
  }
  #anniversary .intro_photo_unit .intro{
    width: 95%;
    font-size: 100%;
    padding-top: 5px;
    margin:0 auto 15px;
  }
  #anniversary .intro_photo_unit .photo{
    width: 90%;
    margin: 0 auto;
  }
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin-bottom: 80px;
}
#pageTopLead .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#pageTopLead p{
	width: 80%;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.8;
	margin:0 auto 30px;
	text-align: left;
}
#pageTopLead img{
	width: 60%;
}
@media (max-width:767px){
	#pageTopLead h2{
		font-size: 160%;
	}
	#pageTopLead p{
		width: 90%;
		font-size: 100%;
	}
	#pageTopLead img{
		width: 80%;
	}
}


/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin-bottom:50px;
}
.pageContent .inner{
	width: 100%;
	max-width: 950px;
	margin:0 auto;
}
.pageContent .inner h2{
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}
.pageContent .inner h3{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
}
.maru{
	background: url("../images/bg_maru.png")no-repeat center center;
	background-size: contain;
	padding: 50px 0 50px;
  font-size: 140%;
	text-align: center;
	line-height: 1.5;
}
.title1{
	background: url("../images/bg_title1.png")no-repeat center center;
	background-size: contain;
	padding: 10px 0 15px;
}
.title2{
	background: url("../images/bg_title2.png")no-repeat bottom center;
	background-size:contain;
	padding: 0 30px 20px;
	display: inline-block;
	line-height: 1.4;
}
.title3{
	background: url("../images/bg_title3.png")no-repeat center center;
	background-size:contain;
	padding: 20px 30px 20px;
}
.obi{
	background: url("../images/bg_title_obi.png")no-repeat center center;
	background-size:contain;
	padding: 40px 100px 40px;
	display: inline-block;
}
.point{
	background: url("../images/bg_title_point.png")no-repeat center center;
	background-size:contain;
	padding: 30px 120px 40px;
	display: inline-block;
}

@media (max-width:767px){
	.pageContent {
		width: 100%;
		margin-bottom:20px;
	}
	.pageContent .inner h2{
		font-size: 140%;
	}
	.pageContent .inner h2 .title2{
		font-size: 6vw;
	}
	.pageContent .inner h2 .title3{
		padding: 0 30px;
   	font-size: 90%;
	}
	.pageContent .inner h3{
		font-size: 110%;
	}
	.point{
		width: 95%;
		margin: 0 auto;
		background: url("../images/bg_title_point.png")no-repeat center center;
		background-size:contain;
		padding: 15px 30px 20px;
	}
}
/*-------------intro--------------*/
#intro h2 {
	text-align: center;
	font-size: 200%;
	margin-bottom: 0;
}
#intro p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 110%;
}
#intro .info{
	background: #FFFFFF;
	width: 55%;
	padding: 10px 10px;
	margin: 20px auto;
	border: 2px solid #BFA59D;
	border-radius: 20px;
}
#intro dl{
	width: 100%;
	display: flex;
  flex-wrap: wrap;
  padding: 10px 5px 10px;
  margin-bottom: 5px;
}
#intro dl.nittei{
	border-bottom: 1px dotted #BFA59D;
	margin-bottom: 10px;
}
#intro dl.nittei dd{
  text-align: left;
}
#intro dl.daikin{
  flex-direction: column;
}
#intro dl dt{
	padding: 0 20px;
	font-size: 120%;
}
#intro dl dd{
	font-size: 120%;
  text-align: center;
  flex-grow: 1;
}
#intro .price{
	font-size: 180%;
	font-weight: bold;
	line-height: 1.2;
  margin-top: 5px;
}
#intro .en{
	font-size: 80%;
	font-weight: bold;
	margin-left: 5px;
}
#intro p.attention{
	font-size: 90%;
	text-align: left;
	margin-left: 10%;
	width: 85%;
}
#intro .case{
	font-size: 110%;
	line-height: 1.2;
}

#intro .bus{
	text-align: center;
	margin-bottom: 40px;
}
#intro .bus img{
	width: 10%;
	min-width: 100px;
}
@media (max-width:767px){
	#intro .info{
		width: 90%;
	}
	#intro .bus{
		text-align: center;
		margin-bottom: 20px;
	}
	#intro dl{
		width: 100%;
		display: block;
		padding: 10px;
	}
	#intro dl dt{
		padding: 0 20px 10px;
		font-size: 100%;
		text-align: center;
		font-weight: bold;
	}
	#intro dl dd{
		font-size: 100%;
	}
  #intro dl.nittei dd{
    text-align: center;
  }
  #intro .case{
    font-size: 100%;
  }

}
/*------------itinerary--------------*/
#itinerary h2{
	font-size: 200%;
	margin-bottom: 20px;
}
#itinerary .attention{
	width: 90%;
	margin: 0 0 10px 5%;
}
/*-----見どころ-----*/
#point h2{
	margin-bottom: 30px;
}
#point .point_box{
	width: 85%;
	margin:0 auto 40px;
	background: #FFFFFF;
	padding:0 20px;
	position: relative;
	border: 2px solid #DBD1CE;
	border-radius: 50px 20px 20px 20px;
}
#point .point_box h2{
	margin:10px auto 30px;
  color:#802000;
}
#point .point_box h2 img{
	width: 40%;
}
#point #point3.point_box h2 img{
	width: 60%;
}
@media (max-width:767px){
	#point .point_box{
    width: 90%;
		padding: 10px 10px 20px;
	}
 	#point .point_box h2{
    font-size: 140%;
    margin: 10px 0 20px;
	}
	#point .point_box h2 img{
		width: 70%;
	}
  #point #point3.point_box h2 img{
    width: 100%;
  }
}
#point .point_box .icon_point{
	position: absolute;
	top:-25px;
	left: -20px;
	width: 20%;
}
#point .point_box .icon_point img{
	width: 100px;
}
#point .point_box .lead{
	width: 80%;
	margin: 0 auto 20px;
}
#point .point_box .lead.box{
	margin: 0 auto 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
#point .rewine_logo{
	width: 40%;
  max-width: 200px;
  display: block;
	margin:-20px auto 0;
}
#point h3{
	text-align: center;
}
@media (min-width:768px){
  #point .sdgs_icon{
    position: absolute;
    top:10px;
    right: 20px;
    width: 50%;
    text-align: right;
  }
  #point .sdgs_icon img{
    width: 50px;
    margin-left:5px;
  }
  #point .point_box .icon_point img{
    width: 100px;
  }
}
#point .point_box .experience{
	width: 85%;
	margin-left: 10%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#point .point_box .experience dt{
	width: 30%;
}
#point .point_box .experience dd{
	width: 70%;
}
#point .point_box ul li{
	background: url("../images/icon_fish.png")no-repeat top 10px left;
	background-size: 20px;
	padding-left: 25px;
	margin-bottom: 5px;
	font-size: 120%;
}
#point .point_box .preparation{
	width: 80%;
	margin:0 auto 10px;
	background: url("../images/box_left.png")no-repeat left center,url("../images/box_right.png")no-repeat right center;
	background-size:contain;
	padding: 30px 40px 20px;
}
#point .point_box .preparation dl{
	width: 100%;
	margin: 0 auto 10px;;
	display: block;
}
#point .point_box .preparation dt{
	display: inline-block;
	width: 15%;
	white-space: nowrap;
	vertical-align: top;
}
#point .point_box .preparation dd{
	display: inline-block;
	width: 85%;
}
#point .point_box .preparation dd p{
	display: inline-block;
	margin-right: 10px;
}
#point .point_box .attention{
	text-align: left;
	margin:-5px 0 15px 12%;
}
@media (max-width:767px){
	#point .point_box .lead{
		width: 90%;
	}
	#point .point_box .experience{
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}
	#point .point_box .experience dt{
		width: 100%;
	}
	#point .point_box .experience dd{
		width: 90%;
		margin-left: 5%;
	}
	#point .point_box ul li{
		background: url("../images/icon_fish.png")no-repeat top 10px left;
		background-size: 15px;
		padding-left: 20px;
		margin-bottom: 5px;
		font-size: 110%;
	}
	#point .point_box .preparation{
		width: 100%;
		margin:0 auto 10px;
		background: url("../images/box_left.png")no-repeat left top,url("../images/box_right.png")no-repeat right bottom;
		background-size:auto 100%;
		padding: 10px 10px;
	}
	#point .point_box .preparation .inner{
		width: 100%;
		padding: 5px;
	}
	#point .point_box .preparation dl{
		width: 100%;
		margin: 0 auto 10px;
		display: block;
	}
	#point .point_box .preparation dt{
		width: 100%;
		white-space: nowrap;
		vertical-align: top;
	}
	#point .point_box .preparation dd{
		width: 100%;
	}
	#point .point_box .preparation dd p{
		display: inline-block;
		margin-right: 5px;
	}
	#point .point_box .attention{
		margin-left: 6%;
	}
  #point .sdgs_icon{
    position: relative;
    text-align: right;
    width: 50%;
    margin: 0 10px 0 auto;
  }
  #point .sdgs_icon img{
    width: 40px;
    margin-left:3px;
  }
}
#point .photo_unit{
  width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 20px auto 10px;
}
#point .photo_unit .icon{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20%;
}
#point .photo_unit img{
	width: 100%;
}
@media (max-width:767px){
	#point .photo_unit{
    width: 95%;
		display: block;
	}
	/*<!--#point .photo_unit .photo_box{
		width: 100%;
	}-->*/
}
#point .intro_sailer {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 20px;
}
#point .intro_sailer dd {
	width: 55%;
}
#point .intro_sailer dd h3{
	text-align: left;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 10px;
}
#point .intro_sailer dd p{
	margin-bottom: 10px;
}
#point .intro_sailer dd a{
	font-size: 90%;
}
#point .intro_sailer dt {
	width: 43%;
}
#point .intro_sailer dt img{
	width: 100%;
}
@media (max-width:767px){
	#point .intro_sailer {
		width: 100%;
		border: 1px solid #CCCCCC;
		padding: 20px;
		margin-bottom: 10px;
	}
	#point .intro_sailer dd {
		width: 100%;
		padding-bottom: 10px;
	}
	#point .intro_sailer dd h3{
		font-size: 110%;
	}
	#point .intro_sailer dt {
		width: 100%;
	}
}

/*-----協力団体-----*/
#cooperation{
	width: 60%;
  margin: -20px auto 40px;
  text-align: center;
	border: 1px dotted #CCCCCC;
	background: rgba(255,255,255,0.8);
	padding: 5px 0 5px;
}
#cooperation h3{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
#cooperation p{
	display: inline-block;
  margin: 0 10px 5px 0;
}
@media (max-width:767px){
	#cooperation{
		width: 80%;
	}
}
/*-----予約-----*/
.yoyaku {
	width: 100%;
	max-width: 950px;
  margin: 30px auto 0;
  text-align: center;
}
.yoyaku .yoyaku_unit{
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	width: 100%;
  margin: 0 auto;
}
.yoyaku h2{
	font-size: 130% !important;
	margin-bottom: 20px;
}
@media (max-width:767px){
	.yoyaku {
		width: 90%;
	}
}
/*-----注記ボックス-----*/
.caution{
	width: 60%;
  margin: 15px auto 40px;
  text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	border:5px double #B20202;
}
.caution h2{
	font-size: 200%;
  color: #B20202;
}
.caution p{
	font-size: 130%;
}

@media (max-width:767px){
	.caution{
		width: 90%;
	}
  .caution h2{
	  font-size: 160%;
  }
  .caution p{
	  font-size: 110%;
  }
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
	padding-bottom: 35px;
}
@media (max-width:767px){
	.swiper-container{
		padding-bottom:30px;
	}
}
.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%;
	}
}