@charset "utf-8";
/* CSS Document */
#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;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
}
#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;
  }
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #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: 90%;
	max-width: 500px;
	display: block;
	margin: 15px 2%;
  padding: 20px 5px 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size:100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
}
a.godetail.red{
	background: url("../images/button_red.png") no-repeat center bottom;
	background-size:100% ;
}
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;
}
a.gotop{
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
a.gotop:hover{
	opacity: 0.8;
}
@media (max-width:767px){
  a.godetail{
    padding: 15px 10px 20px;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
	width: 45%;
	margin: 0 auto 0 0;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  max-width:100%;
  max-height:95%;
}
@media (max-width:767px){
  .page_roof {
    height: 25vh;
  }
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
nav {
	background: url("../images/bg_menu.png") repeat-x top ;
	background-size: auto 100%;
	width: 100%;
}
nav ul a,
nav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
}

@media (min-width:768px){
	nav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		color: #FFFFFF;
		display: flex;
		flex-wrap:nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	nav ul a{
		flex-grow:1;
		padding-bottom: 10px;
		height: 80px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	nav ul li p.point{
		background: #FFFFFF;
		color: #ba1e1e;
		border-radius: 15px;
		font-size: 70%;
		padding: 1px 3px 1px 5px;
		margin-bottom: 3px;
	}
}
@media (max-width:767px){
	nav ul {
		width: 100%;
		display: flex;
		flex-wrap:nowrap;
		justify-content: space-between;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	nav ul a{
		flex-grow:1;
		padding-bottom: 10px;
		height: 70px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	nav .point{
		display: none;
	}
}
nav ul a:first-child{
	background: url("../images/menu_line.svg") no-repeat center left,
		url("../images/menu_line.svg") no-repeat center right;
	background-size: 1px;
}
nav ul a:after{
	font-family: "Font Awesome 5 Free";
  	content: "\F107";
	font-weight: 900;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
/*-------------トップリード   --------------*/
.paddingTop{/*----メニューバーを固定したとき余白追加----*/
	padding-top: 80px;
}
#pageTopLead {
	background: #eeeeee;
	margin: 0;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
@media (max-width:767px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
}
.pageContent > .inner {
	width: 80%;
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.pageContent .point_curtain {
	background: url("../images/point.png") no-repeat center top ;
	background-size:200px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto ;
	text-align: center;
	font-size: 110%;
	line-height: 40px;
	padding-bottom: 10px;
}
.pageContent h2 {
	font-size: 240%;
	font-weight: bold;
}
.pageContent h2 .deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media (max-width:767px){
  .pageContent h2 {
    font-size: 160%;
    font-weight: bold;
  }
  .pageContent h2 .deco{
    font-weight: normal;
    display: inline-block;
    padding: 0 25px;
    background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
    background-size: 15px;
  }
}
.pageContent .pamph{
  width: 100%;
  margin-bottom: 40px;
}
.pageContent .point_roof h2 {
	font-size: 120%;
	font-weight: bold;
	margin: -15px 0 10px;
}
.pageContent .point_roof p {
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 30px;
}
.pageContent .point_roof img {
	width: 100%;
	margin-bottom: 20px;
}
.pageContent .table_unit1 li{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}
.pageContent .table_unit1 li .photo{
	display: table-cell;
	width: 30%;
}
.pageContent .table_unit1 li .photo img{
	display: table-cell;
	width: 100%;
}
.pageContent .table_unit1 li .introduction{
	display: table-cell;
	width: 70%;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
.pageContent .table_unit1 a{
	color: inherit;
	text-decoration: none;
}
.pageContent .price{
	color: #B20202;
	font-size: 120%;
	font-weight: bold;
}
.pageContent .price span{
	border-bottom: 1px solid #B20202;
}
.pageContent .yoyaku{
	text-align: right;
	margin-top: -10px;
}
.pageContent .yoyaku a{
	color:#B20202;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
}
.pageContent .yoyaku::after{
	line-height: 30px;
	font-family: "Font Awesome 5 Free";
	content: "\F105";
	font-weight: 900;
	color: #FFFFFF;
	background: url("../images/maru.svg") no-repeat center center;
	background-size: 30px;
	padding: 15px;
}
.pageContent dl dd.hotel h3{
	color:#333333; 
}
.pageContent dl dd h3 span{
	color:#333333; 
	font-size: 80%;
	font-weight: bold;
}
.pageContent dl dd h3 span:after{
	content:"\A";
	white-space: pre;
}
.pageContent dl dt img {
	width:100%;
	margin: 0;
}
.pageContent dl dd h3{
	color:#b91e1e; 
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}
.pageContent .gopdf{
  font-size: 130%;
  padding:5px 30px;
  text-align: center;
  color: inherit;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  width: 20%;
  margin:0 auto 30px;
}

.pageContent .movie{
  margin-top: 50px;
}

.pageContent iframe{
  width: 560px;
  height: 315px;
}
@media (max-width:767px){
  .pageContent iframe{
  width:90vw;
  height: 55vw;
}

}
@media (min-width:768px){
	.pageContent dl.horizon {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 1%;
	}
	.pageContent dl.horizon dt {
		width:49.5%;
		margin: 0;
	}
	.pageContent dl.horizon dd {
		width:49.5%;
		background: #FFFFFF;
		text-align: left;
		padding: 20px 25px;
		margin: 0;
	}
	.pageContent .vertical_unit {
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 20px;
	}
	.pageContent .vertical_unit dl.vertical {
		width: 49.5%;
		margin-bottom: 1%;
		background: #FFFFFF;
	}
	.pageContent dl.vertical dd {
		width:100%;
		text-align: left;
		padding: 20px 25px;
		margin: 0;
	}
}
@media (max-width:767px){
	.pageContent > .inner {
		width: 90%;
	}
	.pageContent h1 {
		font-size: 180%;
		font-weight: bold;
	}
	.pageContent h1 .deco{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
	.pageContent .point_roof h2 {
		font-size: 110%;
		font-weight: bold;
		margin: -15px 0 10px;
	}
	.pageContent .point_roof p {
		margin: 0 30px 30px;
	}
	.pageContent dl.horizon {
		display: flex;
		flex-wrap:wrap;
		width: 90%;
		margin: 0 auto 15px;
	}
	.pageContent dl.horizon dt {
		width:100%;
		margin: 0;
	}
	dl.horizon.reverse {
		flex-direction: column-reverse
	}
	.pageContent .vertical_unit dl.vertical {
		width: 100%;
		background: #FFFFFF;
		margin-bottom: 20px;
	}
	.pageContent dl dd {
		width:100%;
		background: #FFFFFF;
		text-align: left;
		padding: 20px 25px;
		margin: 0;
	}
	.pageContent dl dd h3 span:after{
		content:"\A";
		white-space: pre;
	}
}
.pageContent dl dd p{
	font-family: 'Noto Sans JP', sans-serif;
}
.pickup ul{
	width: 100%;
	margin-top: 10px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pickup li{
	width:32.5%;
	font-family: 'Noto Sans JP', sans-serif;
}
.pickup li img{
	width:100%;

}
.pickup li p{
	margin: 8px 0;
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
	padding: 40px 0 10px;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	border: 1px solid #CCC;
	width: 80%;
	margin-bottom: 5px;
}
.swiper-container .swiper-slide p{
	margin-bottom: 20px;
}
.swiper-container .swiper-pagination {
	bottom: 0;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after{
	font-size:30px;
	color: #333;
}
.swiper-container .swiper-button-prev{
	left:5px;
	top:45%;
}
.swiper-container .swiper-button-next{
	right:5px;
	top:45%;
}
.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
	bottom: 0;
}
.swiper-pagination-bullet-active{
	background: #B20202;
}
/*-----スライドswiper pc カスタマイズ--------------------*/
.swiper-container_pc_root{
	width: 100%;
	margin:0 auto;
	padding: 5px 0 10px;
	position: relative;
}
.swiper-container_pc{
	width: 100%;
	overflow: hidden;
}
.swiper-container_pc .swiper-slide{
	text-align: center;
}
.swiper-container_pc .swiper-slide img{
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 5px;
}
.swiper-container_pc .swiper-slide p{
	margin-bottom: 20px;
}
.swiper-container_pc_root .swiper-button-prev:after,
.swiper-container_pc_root .swiper-button-next:after{
	font-size:30px;
	color: #333;
}
.swiper-container_pc_root .swiper-button-prev{
	left:-35px;
	top:35%;
}
.swiper-container_pc_root .swiper-button-next{
	right:-35px;
	top:35%;
}

/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

@media (max-width:767px){
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height:300px;
		background: linear-gradient(rgba(237,233,231,0) 0%,rgba(237,233,231,1) 60%) ;
		padding-top:160px;
	}
	.btnOpen span{
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin:0 auto;
		border: 2px solid #333; 
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
	}
	.btnOpen span::before {
	  content: "詳しく見る";
	}
	.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}
	.panel-trigger:checked + .btnOpen {
		width: 100%;
		height:100px;
		background: none;
		padding-top:0;
	}	
	.panel-trigger:checked + .btnOpen span::before {
	  content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	.panel-trigger:checked + .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel-trigger:checked ~ .panel{
	  height: auto;/*チェックされていたら、高さを戻す*/
	  opacity: 1; 
	 }
}

/*--------トリパ-------------*/
#tripa {
	width: 100%;
	background: #f2f2f2;
}

/*-------画像中央配置--------*/
.adjust {
	width:100%;
	position:relative;
	padding-top:66.6%;
	overflow:hidden;
	border: 1px solid #E2E2E2;
	background: #FFF;
}
.adjust img{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height:100%;
	width:auto !important;
	background: #FFF;
}
/*-------モデルコース--------*/
#modelcourse {
	width: 100%;
	padding: 30px 0;
	background: #eeeeee;
}
.modelcourse_content {
	background: url("../images/brokenline.svg") left 29px top repeat-y;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}

.nthday {
	background: url("../images/maru.svg") no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	line-height:60px;
	font-size: 110%;
	text-align: center;
}
.action {
	background: url("../images/pointline.svg") no-repeat left 22px center;
	margin-bottom: 20px;
}
.action > .inner {
	background: #e7e3e0;
	padding: 20px 30px;
	margin-left: 100px;
}
.action h3{
	font-size: 120%;
	font-weight: bold;
}
.action p{
	font-size: 100%;
}
.action .box{
	background: #f0f0f0;
	padding: 15px 15px;
}
.action ul{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
}
.action ul li{
	width: 49%;
}
.action ul li img{
	width:100%;
	margin-bottom: 5px;
}
@media (max-width:767px){
	.modelcourse_content {
		background: url("../images/brokenline.svg") center top repeat-y;
	}

	.nthday {
		background: url("../images/maru.svg") no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		margin: 20px auto;
		color: #FFFFFF;
		line-height:60px;
		font-size: 110%;
		text-align: center;
	}
	.action {
		background: none;
		margin-bottom: 20px;
	}
	.action > .inner {
		background: #e7e3e0;
		padding: 20px 30px;
		margin-left: 0;
	}
	.action ul li{
		width: 100%;
		margin-bottom: 10px
	}
}
/*-------ご予約--------*/
#reservation {
	width: 100%;
	padding: 30px 0;
	background: #e8e5e2;
}
#reservation .yoyaku_unit{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
/*-------電話でのご予約--------*/
.yoyaku_tel p.deco{
  font-size: 120%;
  margin-bottom: 20px;
}
.yoyaku_tel p.deco span{
	padding: 0 25px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
.yoyaku_tel h2{
  font-size: 140%;
  text-align: center;
}
.yoyaku_tel .address {
  width: 95%;
  max-width: 530px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 110%;
}
.yoyaku_tel a.telno{
  font-size: 150%;
  text-decoration: none;
}
.yoyaku_tel .attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
/*---問い合わせBOXタブ切り替え---*/
#toiawase_box_tab{
  width: 100%;
	padding: 30px 0;
}
#toiawase_box_tab ul{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}
#toiawase_box_tab ul li{
  width: 50%;
  text-align: center;
  font-size: 120%;
  padding: 15px 0;
  cursor: pointer;
}
#toiawase_box_tab ul li.selected{
  width: 50%;
  background: rgba(243,243,243,1.00);
}
#toiawase_box_tab .disnon{
  display: none;
}
#toiawase_box_tab .yoyaku_tel {
  width:90%;
  max-width: 700px;
  background: rgba(243,243,243,1.00);
	padding: 20px;
	margin:0 auto;
	border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
#toiawase_box_tab .yoyaku_tel p.deco{
  display: none;
}
/*---問い合わせBOX横並び---*/
#toiawase_box_yoko{
  width: 100%;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#toiawase_box_yoko #toiawase_tab{
  display: none;
}

#toiawase_box_yoko .yoyaku_tel {
  width:48%;
	max-width: 470px;
  background: rgba(243,243,243,1.00);
	padding: 20px 10px;
	margin:0 1%;
	border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
@media (max-width:767px){
  #toiawase_box_tab ul li{
    font-size: 100%;
  }
  .yoyaku_tel h2{
    font-size: 120%;
    font-weight: bold;
  }
	#toiawase_box_yoko .yoyaku_tel {
		width:90%;
		margin:0 auto 15px;
	}
}

/*------中止のお知らせ------*/
.caution {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 20px;
	padding: 0 5px;
}
.caution p{
	color:red;
	text-align: left;
	font-size: 120%;
}
