@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
a{transition: .3s;}
a:link,
a:visited{color: #0952a4;}
a:hover{opacity: 0.7;}
.search_kokunaiBar .serchBox > ul li.select {background: #039!important;}
.search_kokunaiBar .serchBox > ul {border-bottom: 2px solid #039!important;}
body { background: #F0F5FA;}
main { background: #fff;}

section:nth-of-type(odd){/*background-color:#fff7f0;*/
background-image:url("../images/bg_img02.jpg")}
section:nth-of-type(even){/*background-color:#fff;*/
background-image:url("../images/bg_img01.jpg")}

section:nth-of-type(even) dl.area_box {background: #fff7f0;}
section:nth-of-type(odd) dl.area_box {background: #fff;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
.spnone{display:none;}
#dirPathBlock,#anchorLinkBlock { background: #F0F5FA;}
#dirPathBlock p,#anchorLinkBlock a{
	font-size: 10px;
	margin: 0 1%;
	padding: 10px 0;
}

.inner {
	width: 98%;
	margin: 0 1%;
	padding: 5% 0;
}
/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
	text-align: 
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
	font-size:1.1em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*footer*/
#footer {background-color: #F0F5FA;}
#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}
#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}
#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}
#footer .inner ul li:last-child {border-right: none;}
#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}
	
	
/*title*/	
.title {
	width: 100%!important;
	text-align: center;
}
    .title img {
        width: 100%;
    }
	
	

	
	.nav_area{
		padding: 0;
		background-color: #000000;
	}
	
	.nav_area ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 1080px;
		margin: 0 auto;
	}
	
	.nav_area ul li{
		width: 50%;
		border-right: #cccccc dotted 1px;
		border-bottom: #cccccc dotted 1px;
	}
	
	
	.nav_area ul li a{
		position: relative;
		display: block;
		text-align: center;
		color: #ffffff;
		padding: 10px 0 20px;
		font-size: 18px;
		 -webkit-transition: all .3s;
 		 transition: all .3s;
	}
	
	.nav_area ul li a::after{
		content: "";
		position: absolute;
	width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #cccccc;
        border-right: 2px solid #cccccc;
        transform: rotate(135deg);
        position: absolute;
        bottom: 16%;
        right: 48%;
		
		
	}
	
	.nav_area ul li:nth-of-type(2n){
		border-right: none !important;
	}
	
	.nav_area ul li:nth-of-type(n+3){
		border-bottom: none !important;
		border-right: none !important;
	}
	
	.nav_area ul li a:hover{
		color: #F56300 !important;
	}
	
	.nav_area ul li a:hover::after{
		 border-top: 2px solid #F56300;
        border-right: 2px solid #F56300;
	}
	
.commonarea{
		padding: 50px 0 50px 0;
	}
	
	
	h2 {
	font-size: 24px;
    text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	margin: 0px 0 0px 0;
}
/*h2 span:before{
	content: "";
    width: 70px;
    height: 70px;
    position: absolute;
	top: -70px;
    left: 50%;
}*/
h2 span:before{
content: ''; /* 空文字を指定 */
display: inline-block; /* サイズ指定可能にする */
width: 2em; /* 幅 */
height: 1.4em; /* 高さ */
background-size: contain; /* 縦横比を維持して収める */
background-repeat: no-repeat; /* 繰り返し防止 */
	margin-right: 10px;
background-image: url('../images/deco_left.png'); /* 画像パス */
position:absolute;
top:0;
    left:3%;
}
h2 span:after{
content: ''; /* 空文字を指定 */
display: inline-block; /* サイズ指定可能にする */
width: 2em; /* 幅 */
height:1.4em; /* 高さ */
background-size: contain; /* 縦横比を維持して収める */
background-repeat: no-repeat; /* 繰り返し防止 */
	margin-left: 10px;
background-image: url('../images/deco_right.png'); /* 画像パス */
position:absolute;
top:0;
    right:3%;
}
h3 {
	font-size: 22px;
	padding: 15px;
    text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	margin: 0px 0 0px 0;
	font-family :"游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
h3.demo {
  width: 96%;
  margin: 0 2% 0px;
  padding: 10px 0;
  color:#a91803;
}
.heading {
  margin: 10px 0
}
h3.demo3 .heading {
  color: #a91803;
  text-align: center;
  overflow: hidden;
}
h3.demo3 .heading span {
  display: inline-block;
  position: relative;
}
h3.demo3 .heading span:before,
h3.demo3 .heading span:after {
  content: "";
  border-bottom: 2px solid #a91803;
  width: 45px;
  margin: 0 15px;
  position: absolute;
  bottom: 13px;
}
h3.demo3 .heading span:before {
  right: 100%;
}
h3.demo3 .heading span:after {
  left: 100%;
}

h4 {
	font-size: 21px;
    text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	margin: 0px 0 15px 0;
	font-family :"游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
h4 small{
	z-index: 1;
	position: sticky;
}
	
.box {
	width:96%;
	margin:0 2%;
}

.text {
	width:100%;
	margin:10px 0 15px;
	font-size: 18px;
}

.pict {
  width: 100%;
}

.pict img {
  width: 100%;
  height:auto;
}
.pict p {
  width: 100%;
	text-align: right;
	margin-top:5px;
	font-size: 12px;
}
	
	
/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 0 auto;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin:0 5% 0 0;
    flex: 0 0 80%;
	text-align: center;
	word-break: break-all;
	max-width: 400px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;

}

.slide-box img {
	padding: 2% 0;
	width: 100%;
}
	
.boxtit{
		margin: 0 0 10px 0;
		font-size: 18px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.iconarea{
		display: flex;
		justify-content: flex-start;
	}
	
	.hotel_icon{
		padding: 10px;
		font-size: 16px !important;
		margin: 0 5px 0 0;
		width: 50%;
		text-align: center !important;
		color: #ffffff;
		font-weight: bold;
	}
	
	.hotel_icon span{
		display: block;
		font-size: 12px;
	}
	
	.hotel_icon1{
		background-color: #FF0004;
	}
	
	.hotel_icon2{
		background-color: #0054FF;
	}

.slide-box p {
	text-align: left;
	font-size: 16px;
	padding-top: 2%;
}

.slide-box p span {
	font-weight: bold;
}
	
.slide-box p.cap {
  font-size: 12px;
	text-align: right;
	margin-top:0px;
}

.slide-box p.point {
	/*background: #FCE9DF;*/
	padding: 2%;
	margin-top: 1%;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box p.detail {
	line-height: 1.5;
	font-size: 16px;
}

.slide-box .detail dl {
	font-size: 16px;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dl span {
	font-size: 14px;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}
	
/*btn*/
.btn01 li a {
	/*width: 88%;*/
    display: block;
    margin: 0 auto 3%;
    padding: 8px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #000 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 16px;
}
.btn01 li.no-plan a {
	width: 88%;
    display: block;
    margin: 0 auto 3%;
    padding: 8px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    font-size: 16px;
	background-color: #808080;
}
	
/*サブテキスト*/
p.sub_text {
	font-size:16px;
	text-align:center;
	padding-bottom: 20px;
}
.list_bg {
		background: #fff;
		margin:50px 0 50px 0;
		padding: 30px 0 0px 0;
	}
	
/* =========================================================
◆横並び
========================================================= */
.itemList4 {
	width: 100%;
	margin: 0 0 0 0;
	overflow: hidden;
	_zoom: 1;
	display: flex;
	box-sizing: border-box;
	padding: 0 2%;
	flex-wrap: wrap;
	box-sizing: border-box;
	background: #fff;
}

.itemList4 .photo {
	width: 47%;
    display: block;
    margin: 0 2% 10%;
	box-sizing: border-box;
}
.itemList4 .photo:nth-child(2n) {
    margin-left: 0;
}

.itemList4 .photo dl dt {
	margin-top: 10px;
	text-align: center;
}

.itemList4 .photo dl dd {
	margin-top: 10px;
	font-size: 108%;
}
	.itemList4 .photo img {
		width:100%;
		height: auto;
	}
	
	
.infointro{
		margin: 0 0 30px 0;
	}
	
	.infointro p{
		font-size: 16px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.infointro p:last-of-type{
		margin: 0 0 0 0;
	}
	.attention {
	font-size: 14px;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

	
	.pointbox{
		margin: 0 0 30px 0;
	}
	
	.pointbox:last-of-type{
		margin: 0 0 0 0;
	}
	
.pointarea{
		padding: 20px;
		background-color: #ffffff;
		border: 4px solid #0a549d;
		margin: 0 0 30px 0;
	}	
	
	
	.pointtit{
		text-align: center;
		font-size: 18px;
		background-color: #0a549d;
		color: #ffffff;
		padding: 20px 0;
		font-weight: bold;
	}
	
	
	.pointarea ul li{
		font-size: 16px;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: dotted 2px #cccccc;
		 text-indent: -1em;
  padding-left: 1em;
		line-height: 1.5;
	}
	
	.cpimg{
		max-width: 1280px;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.cpimg img{
		width: 100%;
	}
	
	.cpdetail{
		margin: 0 0 20px 0;
	}
	
	.cpdetail p{
		font-size: 16px;
	}
	
	.pointarea ul li:last-of-type{
		border: none;
		padding: 0 0 0px 0;
		margin: 0 0 0px 0;
		text-indent: -1em;
        padding-left: 1em;
	}
	

	
	.koyo_areabox{
		margin: 0 0 30px 0;
	}
	
	.koyo_areabox:last-of-type{
		margin: 0 0 0 0;
	}
	
	  /*ボタン通常*/
.camp_btnL{
		width: 90% !important;
		margin: 0 auto 20px !important;
		max-width: 970px !important;
	}
	
.camp_btn{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #0a549d; /* 背景色 */
  border: 2px solid #0a549d;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	
}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

	
.camp_btn2{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #ffffff; /* 背景色 */
  border: 2px solid #000000;
  padding: 1em 2em;
  font-weight: bold;
  color: #000000 !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	
}
	
.camp_btn2::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #000000; /* 矢印の色 */
  border-right: 2px solid #000000; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.camp_btn2:hover {
    opacity: 0.8;
}
.camp_btn2 i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn2 a,
.camp_btn2 a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

	

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}
	
	.banner {
		text-align: center;
	}
	.banner img {
		width:90%;
		margin:0 5%;
	}
	
	
}

/*760px以上*/
@media screen and (min-width: 760px),print {
.pcnone{display:none;}
#dirPathBlock,#anchorLinkBlock{ background: #fff;}
#dirPathBlock p,#anchorLinkBlock a {
	display: block;
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
}

.inner {
	width: 970px;
	margin: 0 auto;
	padding: 25px 0;
}

/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*footer*/
#footer {background-color: #F0F5FA;}
#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}
#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}
#footer .inner ul li:last-child {border-right: none;}
#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}
	
	
/*title*/	
.title {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg.jpg?date=20241106) no-repeat center 0;
}
	
/*navarea*/
	
	.nav_area{
		padding: 20px 0;
		background-color: #000000;
	}
	
	.nav_area ul{
		display: flex;
		justify-content: center;
		max-width: 1080px;
		margin: 0 auto;
	}
	
	.nav_area ul li{
		width: 24%;
		border-right: #cccccc dotted 1px;
	}
	
	.nav_area ul li a{
		position: relative;
		display: block;
		text-align: center;
		color: #ffffff;
		padding: 10px 0 20px;
		font-size: 18px;
		 -webkit-transition: all .3s;
 		 transition: all .3s;
	}
	
	.nav_area ul li a::after{
		content: "";
		position: absolute;
	width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #cccccc;
        border-right: 2px solid #cccccc;
        transform: rotate(135deg);
        position: absolute;
        bottom: 10%;
        right: 48%;
		
		
	}
	
	.nav_area ul li:last-of-type{
		border: none !important;
	}
	
	.nav_area ul li a:hover{
		color: #F56300 !important;
	}
	
	.nav_area ul li a:hover::after{
		 border-top: 2px solid #F56300;
        border-right: 2px solid #F56300;
	}
	
.commonarea{
		padding: 70px 0 30px 0;
	}
	
h2 {
	font-size: 34px;
    text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	margin: 0px 0 30px 0;
	font-family :"游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
h2 span:before{
content: ''; /* 空文字を指定 */
display: inline-block; /* サイズ指定可能にする */
width: 83px; /* 幅 */
height: 50px; /* 高さ */
background-image: url('../images/deco_left.png'); /* 画像パス */
background-size: contain; /* 縦横比を維持して収める */
background-repeat: no-repeat; /* 繰り返し防止 */
	margin-right: 50px;
}
h2 span:after{
content: ''; /* 空文字を指定 */
display: inline-block; /* サイズ指定可能にする */
width: 83px; /* 幅 */
height: 50px; /* 高さ */
background-image: url('../images/deco_right.png'); /* 画像パス */
background-size: contain; /* 縦横比を維持して収める */
background-repeat: no-repeat; /* 繰り返し防止 */
	margin-left: 50px;
}
h2 small{
	z-index: 1;
	position: sticky;
}
	
h4 {
	font-size: 28px;
    text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	margin: 0px 0 30px 0;
	font-family :"游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
h4 small{
	z-index: 1;
	position: sticky;
}
	
h3 {
	font-size: 30px;
	padding: 15px;
    text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	margin: 0px 0 30px 0;
	font-family :"游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
h3.demo {
  width: 500px;
  margin: 0 auto 30px;
  padding: 10px 0;
  color:#a91803;
}
.heading {
  margin: 10px 0
}
h3.demo3 .heading {
  color: #a91803;
  text-align: center;
  overflow: hidden;
}
h3.demo3 .heading span {
  display: inline-block;
  position: relative;
}
h3.demo3 .heading span:before,
h3.demo3 .heading span:after {
  content: "";
  border-bottom: 2px solid #a91803;
  width: 45px;
  margin: 0 15px;
  position: absolute;
  bottom: 13px;
}
h3.demo3 .heading span:before {
  right: 100%;
}
h3.demo3 .heading span:after {
  left: 100%;
}
	
	
/* 横並び */	
	
.box {
  display:flex;
}

.text {
	width:450px;
	font-size: 18px;
}

.pict {
  width: 470px;
  margin-right: 20px;
}

.pict img {
  width: 100%;
  height:auto;
}
.pict p {
  width: 100%;
	text-align: right;
	margin-top:5px;
	font-size: 12px;
}
	

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0 0 60px 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
 /* display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: flex-start;*/
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
	
	.slide-wrap02 {
		grid-template-columns: repeat(2, 1fr)!important;
	}

.slide-box {
        width: 97%;
        padding: 10px;
        word-break: break-all;
        background-color: #ffffff;
        border: 1px solid #000000;
        margin: 20px 3% 20px 0;
}

.slide-box:nth-child(3n){
  margin-right: 0;
}
.slide-box02{
  margin-right: 0!important;
	}
.slide-box03{
  margin-right: 3%!important;
}
/*
.slide-box:nth-child(-n+4){
  margin-top: 0;
}*/

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
	
.slide-box p {
  font-size: 16px;
}

.slide-box p span {
	font-weight: bold;
}
.slide-box p.cap {
  font-size: 12px;
	text-align: right;
	margin-top:5px;
}

.slide-box p.point {
	/*background: #FCE9DF;*/
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}
	
	.boxtit{
		margin: 0 0 10px 0;
		font-size: 18px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.iconarea{
		display: flex;
		justify-content: flex-start;
	}
	
	.hotel_icon{
		padding: 10px;
		font-size: 16px !important;
		margin: 0 5px 0 0;
		width: 100%;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
	}
	
	.hotel_icon span{
		display: block;
		font-size: 12px;
	}
	
	.hotel_icon1{
		background-color: #FF0004;
	}
	
	.hotel_icon2{
		background-color: #0054FF;
	}
	
/*btn*/
	.btn01 {
		width: 100%;
	}
.btn01 li {
	margin: 0 1%;
}
.btn01 li a {
	width: 100%;
    display: block;
    margin: 0px 0 10px;
    padding: 10px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #000 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 16px;
    text-decoration: none !important;
    letter-spacing: 1px;
}
.btn01 li.no-plan a {
	width: 315px;
    display: block;
    margin: 0px 5px 10px;
    padding: 10px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none !important;
    letter-spacing: 1px;
	background-color: #808080;
}
.btn01 a:hover{
	text-decoration:none!important;
	background:#f00 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	transition: 0.2s;
}
	
/*サブテキスト*/
p.sub_text {
	font-size:16px;
	text-align:center;
}
	
	.list_bg {
		background: #fff;
		margin:50px 0 50px 0;
		padding: 50px 0 40px 0;
	}
	
/* =========================================================
◆横並び
========================================================= */
.itemList4 {
	width: 975px;
	margin: 20px auto 0;
	overflow: hidden;
	_zoom: 1;
}

.itemList4 .photo {
	float: left;
	width: 300px;
	margin: 20px 15px 0 0;
}
.itemList4 .photo:nth-child(1),
.itemList4 .photo:nth-child(4),
.itemList4 .photo:nth-child(7) {
	margin: 20px 15px 0 15px;
}

.itemList4 .photo:nth-child(3n) {
	margin: 20px 0 0 0;
}

.itemList4 .photo dl dt {
	margin-top: 20px;
	font-family :"游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	text-align: center;
	font-size: 24px;
}

.itemList4 .photo dl dd {
	margin-top: 10px;
	font-size: 108%;
}
	
.infointro{
		margin: 0 0 30px 0;
	}
	
	.infointro p{
		font-size: 18px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.infointro p:last-of-type{
		margin: 0 0 0 0;
	}
	
	.attention {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}
	
	
	.pointarea{
		padding: 20px;
		background-color: #ffffff;
		border: 4px solid #0a549d;
		margin: 0 0 30px 0;
	}	
	
	.pointtit{
		text-align: center;
		font-size: 24px;
		background-color: #0a549d;
		color: #ffffff;
		padding: 20px 0;
		font-weight: bold;
	}
	
	.pointarea ul li{
		font-size: 18px;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: dotted 2px #cccccc;
		 text-indent: -1em;
  padding-left: 1em;
		line-height: 1.5;
	}
	
	
	.cpimg{
		max-width: 1280px;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.cpimg img{
		width: 100%;
	}
	
	.cpdetail{
		margin: 0 0 20px 0;
	}
	
	.cpdetail p{
		font-size: 16px;
	}	
	
		.camp_btnL{
		width: 80% !important;
		margin: 0 auto !important;
		max-width: 970px !important;
	}
.camp_btn{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #0a549d; /* 背景色 */
  border: 2px solid #0a549d;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 20px;
	
}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}
	
.camp_btn2{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #FFFFFF; /* 背景色 */
  border: 2px solid #000000;
  padding: 1em 2em;
  font-weight: bold;
  color: #000000 !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 20px;
	
}
	
.camp_btn2::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #000; /* 矢印の色 */
  border-right: 2px solid #000; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.camp_btn2:hover {
    opacity: 0.8;
}
.camp_btn2 i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn2 a,
.camp_btn2 a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

	.koyo_areabox{
		margin: 0 0 30px 0;
	}
	
	.koyo_areabox:last-of-type{
		margin: 0 0 0 0;
	}
	
	

ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

	.banner {
		text-align: center;
	}
	.banner img {
	}
	
}