@charset "utf-8";

#tabBoxes #tabBoxKinugawa, #tabBoxKamogawa, #tabBoxRyugu{
	display:none;
}

/* 採用情報 動画 */
.recruit__box{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.recruit__box .recruit__box__inner{
  background: url("../images/bg_recruit.jpg") top left / auto 100% no-repeat;
  border: 3px solid #8f82bc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.recruit__box .recruit__box__inner .video__box{
  width: 40%;
  margin-left: auto;
}
.recruit__box .recruit__box__inner .video__box .iframe__box{
  position: relative;
  padding-top: 56.25%;
}
.recruit__box .recruit__box__inner .video__box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit__box .recruit__box__inner .pht__box{
  display: none;
}
@media screen and (max-width:767px){
  .recruit__box{
    padding: 0 10px;
  }
  .recruit__box .recruit__box__inner{
    background: none;
    border: 1px solid #8f82bc;
  }
  .recruit__box .recruit__box__inner .video__box{
    width: 100%;
    margin: 0;
  }
  .recruit__box .recruit__box__inner .video__box .iframe__box{
    position: relative;
    padding-top: 56.25%;
  }
  .recruit__box .recruit__box__inner .video__box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .recruit__box .recruit__box__inner .pht__box{
    display: block;
    margin-top: 0;
    line-height: 0;
  }
  .recruit__box .recruit__box__inner .pht__box img{
    max-width: 100%;
  }
}

/* コロナ */
.bnr-corona__box{
  display: flex;
  justify-content: space-between;
  max-width: 1392px;
  width: 100%;
  margin: 0 auto 25px;
}
.bnr-corona__box a{
  line-height: 0;
}
.bnr-corona__box a img{
  max-width: 100%;
}
.bnr-corona__box a img.sp_view{
  display: none;
}
@media screen and (max-width:767px){
  .bnr-corona__box{
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .bnr-corona__box a{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .bnr-corona__box a:nth-of-type(n+2){
    margin-top: 20px;
  }
  .bnr-corona__box a img.pc_view{
    display: none;
  }
  .bnr-corona__box a img.sp_view{
    display: inline-block;
  }
}

.danang-bnr__box{
	padding: 0 10px 20px;
	text-align: center;
	line-height: 0;
}
.danang-bnr__box img{
	max-width: 100%;
}
.danang-bnr__box img.pc_view{
	display: inline-block;
}
.danang-bnr__box img.sp_view{
	display: none;
}
@media screen and (max-width:767px){
	.danang-bnr__box{
		padding: 0 10px 30px;
	}
	.danang-bnr__box img.pc_view{
		display: none;
	}
	.danang-bnr__box img.sp_view{
		display: inline-block;
	}
}

/* -------------------------------------------------------------------------------- 
.期間限定バナー
-------------------------------------------------------------------------------- */
.bnrBox{
	max-width: 1392px;
	width: 100%;
	margin: 0 auto;
}
.bnrBox figure{
	width: 100%;
}
.bnrBox figure img{
	width: 100%;
}
.caution{
}
.bnrBox .planNav{
	overflow: hidden;
	max-width: 1100px;
	width: 100%;
	margin: 20px auto 0;
}
.bnrBox .planNav li{
	float: left;
	width: 18.4%;
	margin-right: 2%;
	font-size: 15px;
}
.bnrBox .planNav li:last-of-type{
	margin-right: 0;
}
.bnrBox .planNav li a{
	display: block;
	padding: 10px 4px;
	text-align: center;
	font-weight: 600;
	letter-spacing: .06em;
	color: #fff;
	background: #e60012;
	-awebkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bnrBox .planNav li a img{
	max-width: 100%;
	width: inherit;
	margin-right: 4px;
}
@media screen and (max-width:800px){
	.bnrBox{
		background: #FFF7EE;
	}
	.caution{
		padding: 0 10px;
		color: #000;
		font-size: 13px;
	}
	.bnrBox .planNav{
		width: 96%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.bnrBox .planNav li{
		width: 49%;
		margin-right: 1%;
		font-size: 13px;
	}
	.bnrBox .planNav li:nth-of-type(even){
		margin-right: 0;
	}
	.bnrBox .planNav li:nth-of-type(n+3){
		margin-top: 2%;
	}
}
@media screen and (max-width:320px){
	.bnrBox .planNav li{
		font-size: 11px;
	}
}

/* -------------------------------------------------------------------------------- 
.mainVisual
-------------------------------------------------------------------------------- */
.mainVisualSp{display:none;}
.mainVisual{
	max-width:1392px;
	width:96%;
	margin:0px auto;
	padding:0px 0px 25px 0px;
  line-height: 0;
}
.mainVisual ul.main3c, .mainVisual ul.main2c{
	overflow:hidden;
	padding:0px 0px 10px 0px;
}
ul.main3c li{
	display:block;
	width:32%;
	float:left;
	margin-right:2%;
}
ul.main2c li{
	display:block;
	width:49%;
	float:left;
	margin-right:2%;
}
ul li:last-child{
	margin-right:0px;
}
ul li img{
	width:100%;
}
@media screen and (max-width:800px){
	.mainVisual{
		width:96%;
		margin:0px auto;
		display:none;
	}
	.mainVisualSp{
		display:block;
    line-height: 0;
    padding-bottom: 25px;
	}
	.mainVisualSp img{
		max-width: 100%;
	}
	.mainVisualSp li{
		padding:0px 0px 5px 0px;
	}
	.mainVisualSp li img{
		width:100%;
		height:auto;
	}
}

/* -------------------------------------------------------------------------------- 
section.junior
-------------------------------------------------------------------------------- */
.junior{
	margin-bottom: 85px;
}
.bannerBox{
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	background: url(../images/bg_junior.jpg) repeat;
	border-top: 6px solid #8f82bc;
	border-bottom: 6px solid #8f82bc;
}
.bannerBox .bannerInner{
	position: relative;
	max-width: 100%;
	width: 1200px;
	padding: 40px 60px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bannerBox .bannerInner .floatBox{
	width: 100%;
  display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bannerBox .bannerInner .videoBox{
  max-width: 536px;
	width: 100%;
	padding: 10px;
	background: #414141;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:6px 6px 8px -3px rgba(0,0,0,.6);
}
.bannerBox .bannerInner .videoBox .iframeBox{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.bannerBox .bannerInner .videoBox .iframeBox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bannerBox .bannerInner .btnBox{
  max-width: 664px;
  width: 100%;
	background: rgba(0,0,0,.8);
}
.bannerBox .bannerInner .btnBox .pc-only{
	display: block;
}
.bannerBox .bannerInner .btnBox .sp-only{
	display: none;
}
/*
.junior .bannerBox{
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	background: url(../images/bg_junior.jpg) repeat;
	border-top: 6px solid #8f82bc;
	border-bottom: 6px solid #8f82bc;
}
.junior .bannerBox .bannerInner{
	position: relative;
	max-width: 100%;
	width: 1400px;
	padding: 0 60px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.junior .bannerBox .bannerInner p.mainPhoto{
	max-width: 68%;
	width: 930px;
	margin: 0 0 0 auto;
	line-height: 0;
}
.junior .bannerBox .bannerInner p.mainPhoto img{
	width: 100%;
	height: auto;
}
.junior .bannerBox .bannerInner .floatBox{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 34%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.junior .bannerBox .bannerInner .videoBox{
	width: 100%;
	padding: 10px 10px 16px;
	background: #414141;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:6px 6px 8px -3px rgba(0,0,0,.6);
}
.junior .bannerBox .bannerInner .videoBox .iframeBox{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.junior .bannerBox .bannerInner .videoBox .iframeBox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.junior .bannerBox .bannerInner .btnBox{
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(0,0,0,.8);
}
.junior .bannerBox .bannerInner .btnBox .pc{
	display: block;
}
.junior .bannerBox .bannerInner .btnBox .sp{
	display: none;
}
.junior .bannerBox .bannerInner .btnBox img{
	max-width: 100%;
}
*/
@media screen and (max-width:700px){
	.junior{
		margin-bottom: 40px;
	}
  .bannerBox{
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
		background: url(../images/bg_junior.jpg) repeat;
    border-top: 3px solid #8f82bc;
    border-bottom: 3px solid #8f82bc;
  }
  .bannerBox .bannerInner{
    position: relative;
    max-width: 100%;
    width: 1200px;
    padding: 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bannerBox .bannerInner .floatBox{
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bannerBox .bannerInner .videoBox{
    max-width: 536px;
    width: 100%;
    padding: 6px 6px 6px;
    background: #414141;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:6px 6px 8px -3px rgba(0,0,0,.6);
  }
  .bannerBox .bannerInner .videoBox .iframeBox{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .bannerBox .bannerInner .videoBox .iframeBox iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bannerBox .bannerInner .btnBox{
    max-width: 664px;
    width: 100%;
    background: rgba(0,0,0,.8);
  }
  .bannerBox .bannerInner .btnBox img{
    max-width: 100%;
  }
  .bannerBox .bannerInner .btnBox .pc-only{
    display: block;
  }
  .bannerBox .bannerInner .btnBox .sp-only{
    display: none;
  }
/*
	.junior .bannerBox{
		padding: 0 0 30px;
		background: url(../images/bg_junior.jpg) repeat;
		background-size: 16% auto;
		border-top: 3px solid #8f82bc;
		border-bottom: 3px solid #8f82bc;
	}
	.junior .bannerBox .bannerInner{
		padding: 0;
	}
	.junior .bannerBox .bannerInner p.mainPhoto{
		max-width: 100%;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.junior .bannerBox .bannerInner p.mainPhoto img{
		width: 100%;
		height: auto;
	}
	.junior .bannerBox .bannerInner .floatBox{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	.junior .bannerBox .bannerInner .videoBox{
		width: 100%;
		padding: 10px;
		background: #414141;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow:6px 6px 8px -3px rgba(0,0,0,.6);
	}
	.junior .bannerBox .bannerInner .btnBox{
		width: 90%;
		margin: 20px auto 0;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		background: rgba(0,0,0,.8);
	}
	.junior .bannerBox .bannerInner .btnBox .pc{
		display: none;
	}
	.junior .bannerBox .bannerInner .btnBox .sp{
		display: block;
	}
*/
}


/* -------------------------------------------------------------------------------- 
section.plan
-------------------------------------------------------------------------------- */
section.plan{
	padding:0px 0px 85px 0px;
	background:url(../images/bg_plan.jpg) center top no-repeat;
}
section.plan .planBlock{
	width:96%;
	max-width:1494px;
	margin:0px auto;
}
.planBlock h2{
	text-align: center;
}
.planBlock .poster{
	overflow:hidden;
	background:url(../images/bg_border_yellow.jpg);
	border:5px solid #f7f7f7;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.planBlock .poster figure{
	width:70%;
	float:left;
	line-height:0;

}
.planBlock .poster figure img{
	width:100%;
}
.planBlock .poster .detail{
	width:30%;
	float:right;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	padding:35px;
}
.planBlock .poster .detail h3{
	font-size:27px;
	font-weight: 600;
	padding:0px 0px 20px 0px;
}
.planBlock .poster .detail p{
	display:block;
	width:100%;
	margin:0px auto;
	padding:15px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	background:#fff;
	line-height:1.89em;
	font-size:15px;
}
.planBlock .btn{
	padding:25px 0px 0px 0px;
}
.planBlock .btn a{
	display:block;
	padding:13px 0px;
	text-align: center;
	color:#fff;
	font-size:16px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	background:#e60012;
}
.planBlock .btn a img{
	margin-right:4px;
}
.planBlock .planList{
	overflow:hidden;
	padding:15px 0px 0px 0px;
}
.planList .planSet{
	width:18%;
	float:left;
	margin-right:2%;
}
.planList .planSet:last-child{
	margin-right:0px;
}
.planSet h4{
	text-decoration: underline;
	font-size:23px;
	text-align: center;
	padding:0px 0px 10px 0px;
}
.planSet figure{
	width:100%;
	line-height:0px;
}
.planSet figure img{
	width:100%;
}
.planSet h5{
	padding:4px 0px;
	letter-spacing: .02em;
}
.planSet h5 a{
	padding:0px 0px 0px 0px;
	font-size:15px;
	color:#185db2;
}
.planSet p{
	font-size:12px;
}

.colorKatsuura{color:#006cff;}
.colorKamogawa{color:#ad48a7;}
.colorKinugawa{color:#399956;}
.colorRyugu{color:#f08d0d;}
.colorFujimi{color:#1d3472;}

@media screen and (max-width:1530px){
	.planBlock .poster{
		width:70%;
		margin:0px auto;
	}
	.planBlock .poster figure{
		width:100%;
		float:none;
	}
	.planBlock .poster .detail{
		width:100%;
		float:none;
	}
	.planBlock .poster .detail h3 br{
		display:none;
	}
}
@media screen and (max-width:1530px){
	.planBlock .poster{
		width:96%;
	}
}
@media screen and (max-width:1000px){
	.planBlock .planList{
		width:96%;
		margin:0px auto;
	}
	.planList .planSet{
		width:48%;
		float:left;
		margin-right:4%;
	}
	.planList .planSet:last-child{
		margin-right:2%;
	}
	.planList .planSet:nth-of-type(2n){
		margin-right:0px;
	}
	.planList .planSet:nth-of-type(2n+1){
		clear:both;
	}
}
@media screen and (max-width:640px){
	section.plan{
		padding:0px 0px 30px 0px;
		background:url(../images/bg_plan.jpg) center top no-repeat;
	}
	.planBlock h2 img{
		max-width:80%;
	}
	.planBlock .poster .detail{
		padding:12px;
	}
	.planBlock .poster .detail h3{
		font-size:21px;
		padding:0px 0px 5px 0px;
	}
	.planBlock .poster .detail p{
		padding:10px;
	}
	.planBlock .btn{
		padding:10px 0px 0px 0px;
	}
	.planList .planSet{
		width:48%;
		float:left;
		margin-right:4%;
		margin-bottom:15px;
	}
	.planSet .btn a{
		padding:8px 0px;
		font-size:14px;
	}
	.planSet h4{
		text-decoration: underline;
		font-size:19px;
	}
	
}





/* -------------------------------------------------------------------------------- 
section.movie
-------------------------------------------------------------------------------- */
section.movie{
	padding:0px 0px 85px 0px;
}
section.movie .movieBlock{
	width:96%;
	max-width:1394px;
	margin:0px auto;
	overflow:hidden;
}
.movieBlock .movieBox{
	width:79.84%;
	overflow:hidden;
	float:left;
}
.movieBox .movieTitle{
	width:100%;
	position:relative;
	background:url(../images/movie_title_bg.jpg) center left repeat-x;
	padding:0px 0px 0px 0px;
}
.movieTitle h3{
	display:block;
	width:5em;
	background:#fff;
	font-size:30px;
	font-weight: 500;
}
.movieTitle span.allView{
	display:inline-block;
	position: absolute;
	right:0;
	top:0px;
}
.movieBox .movieList{
	overflow:hidden;
	padding:22px 0px 0px 0px;
}
.movieList .movieSet{
	width:18%;
	margin-right:2.5%;
	float:left;
}
.movieList .movieSet:last-child{
	margin-right:0px;
}
.movieSet figure img{
	width:100%;
}
.movieSet p{
	text-align: center;
	font-size:15px;
	font-weight: 600;
	letter-spacing: .02em;
}
.movieSet p span{
	padding:5px 0px 0px 0px;
	display:block;
	color:#8f82bc;
}

.movieBlock .flyerBox{
	width:15.99%;
	float:right;
}
.flyerBox img{
	width:100%;
	height:auto;
}
@media screen and (max-width:1200px){
	.movieBlock .movieBox{
		width:73%;
	}
	.movieBlock .flyerBox{
		width:23%;
		float:right;
	}
	.movieList .movieSet{
		width:30%;
		margin-right:3.33%;
		margin-bottom:15px;
		float:left;
	}
	.movieList .movieSet:last-child{
		margin-right:3.33%;
	}
	.movieList .movieSet:nth-of-type(3n){
		margin-right:0%;
	}
}
@media screen and (max-width:800px){
	.movieBlock .movieBox{
		width:64%;
	}
	.movieBlock .flyerBox{
		width:28%;
		float:right;
	}
	.movieList .movieSet{
		width:48%;
		margin-right:4%;
		margin-bottom:15px;
		float:left;
	}
	.movieList .movieSet:last-child{
		margin-right:4%;
	}
	.movieList .movieSet:nth-of-type(3n){
		margin-right:4%;
	}
	.movieList .movieSet:nth-of-type(2n){
		margin-right:0px;
	}
}
@media screen and (max-width:640px){
	section.movie{
		width:96%;
		margin:0px auto;
		padding:0px 0px 30px 0px;
	}
	.movieBlock .movieBox{
		width:100%;
		float:none;
	}
	.movieBlock .flyerBox{
		width:40%;
		float:none;
		margin:0px auto;
		padding:20px 0px 0px 0px;
	}
}

/* -------------------------------------------------------------------------------- 
section.hotel
-------------------------------------------------------------------------------- */
section.hotel{
	padding:0px 0px 85px 0px;
	background:url(../images/bg_hotel.jpg) center top no-repeat;
}
section.hotel .hotelBlock{
	width:96%;
	max-width:1500px;
	margin:0px auto;
	overflow:hidden;
}
.hotelBlock h2{
	text-align: center;
}
.hotelBlock .hotelBox{
	overflow:hidden;
}
.hotelBox .hotelSet{
	width:20%;
	float:left;
}
.hotelSet figure img{
	width:100%;
}
.hotelBlock .btn{
	width:90%;
	margin:0px auto;
	padding:5px 0px 0px 0px;
}
.hotelBlock .btn a{
	display:block;
	padding:13px 0px;
	text-align: center;
	color:#fff;
	font-size:16px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	background:#e60012;
}
.hotelBlock .btn a img{
	vertical-align: middle;
	margin-right:4px;
}
@media screen and (max-width:1000px){
	.hotelBox .hotelSet{
		width:50%;
		margin-bottom:15px;
		float:left;
	}
}
@media screen and (max-width:640px){
	section.hotel{
		padding:0px 0px 30px 0px;
		background:url(../images/bg_hotel.jpg) center top no-repeat;
	}
	.hotelBlock h2 img{
		max-width:70%;
	}	
	.hotelBox .hotelSet{
		width:50%;
		margin-bottom:22px;
		float:left;
	}
	.hotelBlock .btn{
		width:96%;
		margin:0px auto;
		padding:0px 0px 0px 0px;
	}
	.hotelBlock .btn a{
		padding:8px 0px;
		text-align: center;
		color:#fff;
		font-size:13px;
	}
	.hotelBlock .btn a img{
		height:0.75em;
	}
}




/* -------------------------------------------------------------------------------- 
section.sightseeing
-------------------------------------------------------------------------------- */
section.sightseeing{
	padding:0px 0px 30px 0px;
	background:url(../images/bg_sightseeing.jpg) center top no-repeat;
}
section.sightseeing .sightseeingBlock{
	width:96%;
	max-width:1356px;
	margin:0px auto;
	overflow:hidden;
}
.sightseeingBlock h2{
	text-align: center;
}
.sightseeingBlock ul#tabMenu{
	padding:25px 0px 0px 0px;
	overflow:hidden;
}
ul#tabMenu li{
	display:block;
	width:23.5%;
	margin-right:2%;
	float:left;
}
ul#tabMenu li:last-child{
	margin-right:0px;
}
ul#tabMenu li a{
	display:block;
	padding:16px 0px;
	text-align: center;
	background:#fff;
	color:#000;
	font-size:19px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}
ul#tabMenu li a.active{
	background:#f5f5f5;
	border-top:2px solid #8f82bc;
	border-right:2px solid #8f82bc;
	border-left:2px solid #8f82bc;
	background:#f5f5f5;
	color:#8f82bc;
}
#tabBoxes{
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	background:#f5f5f5;
}
#tabBoxes #tabBoxKatsuura, #tabBoxes #tabBoxKinugawa, #tabBoxKamogawa, #tabBoxRyugu{
	overflow:hidden;
}

.setBox{
	width:32%;
	background:#fff;
	padding:10px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	float:left;
	margin:0px 2% 30px 0px;
}
.setBox:nth-of-type(3n){
	margin-right:0;
}
.setBox:nth-of-type(3n+1){
	clear:both;
}
.setBox figure{
	line-height:0;
}
.setBox figure img{
	width:100%;
}
.setBox h3{
	padding:10px 0px 10px 0px;
	font-size:17px;
	font-weight: 500;
}
.setBox p{
	font-size:13px;
	line-height:1.88em;
	color:#333;
}
@media screen and (max-width:800px){
	.setBox{
		width:48%;
		background:#fff;
		padding:10px;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		float:left;
		margin:0px 4% 30px 0px;
	}
	.setBox:nth-of-type(3n){
		margin-right:4%;
	}
	.setBox:nth-of-type(3n+1){
		clear:none;
	}
	.setBox:nth-of-type(2n){
		margin-right:0;
	}
	.setBox:nth-of-type(2n+1){
		clear:both;
	}
}
@media screen and (max-width:640px){
	section.sightseeing{
		padding:0px 0px 30px 0px;
		background:url(../images/bg_sightseeing.jpg) center top no-repeat;
	}
	.sightseeingBlock h2 img{
		max-width:45%;
	}	
	ul#tabMenu li a{
		font-size:14px;
	}
	.setBox{
		width:100%;
		float:none;
		margin:0px 0% 20px 0px;
	}
	.setBox:nth-of-type(3n){
		margin-right:0%;
	}
	.setBox:nth-of-type(3n+1){
		clear:none;
	}
	.setBox:nth-of-type(2n){
		margin-right:0;
	}
	.setBox:nth-of-type(2n+1){
		clear:both;
	}
}




/* -------------------------------------------------------------------------------- 
section.news
-------------------------------------------------------------------------------- */
section.news{
	padding:80px 0px 85px 0px;
	background:url(../images/bg_news.jpg) center top no-repeat;
}
section.news .newsBlock{
	width:96%;
	max-width:1254px;
	margin:0px auto;
}
.newsBlock .newsBox{
	width:45.13%;
}
.newsBlock .floatLeft{float:left;}
.newsBlock .floatRight{float:right;}
.newsBox h2{
	font-size:28px;
	font-weight: 600;
	text-shadow:1px 1px 1px #fff;
	padding:0px 0px 25px 0px;
	text-align: center;
}
.newsBox article{
	padding:10px;
	background:#fff;
	margin-bottom:20px;
	position:relative;
}
.newsBox article span.icon{
	display:inline-block;
	position:absolute;
	top:-12px;
	left:-12px;
}
.newsBox article figure{
	width:28%;
	float:left;
}
.newsBox article figure img{
	width:100%;
}
.newsBox article .detail{
	width:70%;
	float:right;
}
.newsBox article .detail h3 a{
	padding:0px 0px 6px 0px;
	color:#185db2;
}

@media screen and (max-width:1000px){
	section.news{
		padding:80px 0px 80px 0px;
		background:#E6E3DE url(../images/bg_news.jpg) center top no-repeat;
	}
	.newsBox h2{
		font-size:29px;
		text-shadow:1px 1px 1px #fff;
		padding:0px 0px 25px 0px;
	}
	section.newsBlock{
		width:90%;
		margin:0px auto;
	}
	.newsBlock .floatLeft{float:none;}
	.newsBlock .floatRight{float:none;}
	.newsBlock .newsBox{
		width:100%;
		padding:0px 0px 25px 0px;
	}
	.newsBox article .detail{
		width:70%;
		float:right;
	}
}

@media screen and (max-width:640px){
	section.news{
		padding:80px 0px 0px 0px;
		background:#E6E3DE url(../images/bg_news.jpg) center top no-repeat;
	}
	.newsBox h2{
		font-size:21px;
		text-shadow:1px 1px 1px #fff;
		padding:0px 0px 18px 0px;
	}
	section.newsBlock{
		width:90%;
		margin:0px auto;
	}
	.newsBlock .newsBox{
		width:100%;
		padding:0px 0px 25px 0px;
	}
	.newsBox article .detail{
		width:70%;
		float:right;
	}
	.newsBox article .detail p{
		font-size:13px;
	}
	.newsBox article span.icon{
		display:inline-block;
		position:absolute;
		top:-7px;
		left:-7px;
	}
}

.accessInfo{
	overflow: hidden;
	background: #fff;
}
.accessInfo figure{
	float: left;
	width: 48.5%;
	padding: 10px;
	line-height: 0;
	box-sizing: border-box;
}
.accessInfo figure img{
	width: 100%;
}
.accessInfo .textInfo{
	float: right;
	width: 51.5%;
	padding: 10px;
	box-sizing: border-box;
}
.accessInfo .textInfo h3{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
}
.accessInfo .textInfo p{
	margin: 12px 0 0;
	line-height: 1.4;
	letter-spacing: -.02em;
}
@media screen and (max-width:640px){
	.accessInfo .textInfo{
		padding: 8px;
	}
	.accessInfo .textInfo h3{
		font-size: 14px;
	}
	.accessInfo .textInfo p{
		margin: 6px 0 0;
		font-size: 12px;
	}
}




/* -------------------------------------------------------------------------------- 
modal
-------------------------------------------------------------------------------- */

div.modal {
	font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho";
	position: absolute;
	display:none;
	z-index:99999;
	max-width:646px;
	max-height:480px;
	left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	padding:0;
	text-align:center;
}
div.modal .pr_box {
	max-width:720px;
	height:auto;
	box-shadow:10px 10px 10px rgba(0,0,0,0.4);
	padding:46px 30px;
	background: url("../images/bg_wt.jpg") repeat;
}
div.modal .pr_box .tit{
	font-size: 18px;
	font-weight: 900;
	color: #D90003;
}
div.modal .pr_box .copy{
	text-align: justify;
	font-size: 15px;
	line-height: 1.96;
	letter-spacing: 0;
}
div.modal .pr_box .name{
	margin-top: 22px;
	text-align: right;
	font-size: 13px;
}
div.modal .pr_box .name span{
	display: block;
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: .1em;
}
.pr_box img {
	max-width:100%;
	margin:0 auto;
}
.close_modal2 {
	width:160px;
	margin:10px auto;
	border-radius:4px;
	background-color: #3E908F;
}
.close_modal2 a {
	display:block;
	padding: 6px 0;
	border-radius:4px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
}
.close_modal2 a:hover {
	opacity: .6;
}

@media (max-width: 667px) {
div.modal {
	width:96%;
	height:auto;
}
div.modal .pr_box {
	max-width:100%;
	height:auto;
	padding:26px 15px;
	background: url("../images/bg_wt.jpg") repeat;
}
div.modal .pr_box .tit{
	font-size: 16px;
	font-weight: 900;
	color: #D90003;
}
div.modal .pr_box .copy{
	text-align: justify;
	font-size: 13px;
	line-height: 1.96;
	letter-spacing: 0;
}
div.modal .pr_box .name{
	margin-top: 22px;
	text-align: right;
	font-size: 13px;
}
div.modal .pr_box .name span{
	display: block;
	margin-top: 8px;
	font-size: 15px;
	letter-spacing: .1em;
}
}


.bg_overlay{
	cursor: pointer;
}
.modal .btnBox{
	position: relative;
	width: 100%;
	text-align: left;
}
.modal label{
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: middle;
}
.modal label img{
	pointer-events: none;
}
.modal label:hover{
	opacity: 0.6;
}
.modal input:hover{
	opacity: 0.6;
}
.modal .checkbox {
	display: none;
}
.modal .checkbox-icon {
	margin-right: 8px;
}
.modal input.checkbox + .checkbox-icon:before {
	position: relative;
	content: "\f372";
	font-family: "Ionicons";
	font-size:32px;
}
.modal input.checkbox:checked + .checkbox-icon:before {
	position: relative;
	content: "\f373";
	font-family: "Ionicons";
	font-size:32px;
}
.modal .btnBox .closeBtn{
	position: absolute;
	top: 0;
	right: 0;
}
.modal .btnBox .closeBtn:hover img{
	opacity: .55;
}














