* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,dl,dt,dd{
  margin: 0;
  padding: 0;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

a{
  outline: none;
}

body{
  width: 100%;
}

.pc-nn{
  display: none;
}

.pc-bl{
  display: block;
}

.simg{
	margin: 0 auto;

}
img{
	vertical-align: bottom;
}

.gr{
	color: #19793a;
}

.orange {
	color: #ed6d00
}

#top {
	float: right;
	width: 113px;
	clear: right;
}
#content1{
	width: 1000px;
	margin: auto;
}

#content2{
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

#content2 img{
	width: 100%;
}

#txt_link {
	text-align: center;
	clear: left;
	float: left;
	width: 760px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 140%;
	color: #584533;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
}


p {
	margin: 0px;
	padding: 0px;
}


a {
	text-decoration: underline;
}
.bl{
	color: #01608c;
}

.bl2{
	color: #0098bc;
}

.rd{
	color: #e50011;
}

.txt_m {
	font-size: 80%;
	line-height: 140%;
}
.txt_m_interval {
	font-size: 80%;
	line-height: 160%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 100%;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 120%;
	margin-top: 8px;
}



.txt-s {
	font-size: 70%;
	line-height: 120%;
}
.txt-m {
	font-size: 80%;
	line-height: 140%;
}
.txt-l {
	font-size: 100%;
	line-height: 160%;
}
.ind {
	text-indent: -1em;
	padding-left: 1em;
}

.ind2{
	text-indent: -6em;
	padding-left: 6em;
}

.ind3{
	text-indent: -7em;
	padding-left: 7em;
}

.ind4{
	text-indent: -0.85em;
	padding-left: 0.85em;
}

.ta_c{
	text-align: center;
}

.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_50{
	margin-top: 50px;
}

.mt_70{
	margin-top: 70px;
}

.mt_100{
	margin-top: 100px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_50{
	margin-bottom: 50px;
}
.ml_1{
	margin-left: 1em;
}

.m_a{
	margin: 0 auto;
}

.pt_100{
	padding-top: 100px;
}

.txt_box{
	padding: 0 15px;
}

.lh-1{
	line-height: 1.5;
}

.bigt{
	font-size: 1.5em;
	font-weight: bold;
}
.cont-box{
	width: 300px;
	margin: 0 auto;
}
.cont-box2{
	width: 800px;
	margin: 0 auto;
}
.cont-box3{
	width: 600px;
	margin: 0 auto;
}

.cont-box2 li,.cont-box3 li{
		line-height: 1.8;
}

.big{
	font-size: 1.3em;
	font-weight: bold;
}

.sml{
	font-size: 0.7em;
}
.mdl {
	font-size: 0.9em;
}


.dlb a{
	width: 261px;
	height: 0px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 51px;
	background-image: url("../img/dl_btn.jpg");
	background-repeat: no-repeat;
}

.dlb a:hover{
	background-image: url("../img/dl_btnh.jpg");
}

.warn{
	width: 580px;
	padding: 10px 10px;
	background-color: #EA5532;
	color: #fff;
}

h5{
	margin: 0;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 120%;
}

.mb_10{
	padding-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}



.fs_b{
	font-size: 100%;
	font-weight: normal;
}


.flex1{
	isplay:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex2{
	isplay:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: auto;
    -webkit-align-items: center;
	align-items: center;
}

.flex3{
	isplay:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex4{
	isplay:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ta_l{
	text-align: left;
}

.ta_r{
	text-align: right;
}

.ac_c{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


hr{
	width: 80%;
	margin: 40px auto;
	align: center;
}

.cont1{
	position: relative;
	margin-top: 50px;
}

.caution{
	color: #e50011;
	border: 1px solid #e50011;
	text-align: center;
	padding: 5px 0;
	margin-top: 20px;
}

.price{
	margin-top: 50px;
}

.price .price-tit{
	color: #fff;
	background-color: #0098bc;
	width: 10%;
	padding: 2px 0;
	text-align: center;
	font-size: 1.3em;
	margin-right: 10px;
}

.price h2{
	width: 85%;
}

.price li{
	margin-top: 10px;
	line-height: 1.5;
}


.subbox1{
	margin-bottom: 50px;
}

.subbox1 h2{
	background-color: #0098bc;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding: 5px 0;
	margin-bottom: 20px;
}

.contbox3 ul h2{
	font-size: 1.1em;
	color: #0098bc;
	margin-bottom: 10px;
	margin-top: 5px;
}

.sight-box:after{
	content: "";
	width: 320px;
}

.sight-box>li{
	width: 320px;
	position: relative;
	padding-top: 50px;
}

.sight-box p{
	line-height: 1.5;
}


.sight-box>.dining{
	/* width: 660px; */
	width: 100%;
	position: relative;
	padding-bottom: 60px;
	padding-top: 50px;
}

.sight-box>.dining>div{
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.floor-1f{
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 745px;
}

.floor-1f:after{
    content: "";
    width: 235px;
}


.sight-box>.dining>.floor-3f:after{
	content: "";
	width: 235px;
}

.sight-box>.dining>.floor-2f:after{
	content: "";
	width: 235px;
}

.sight-box>.dining .topbox{
	width: 260px;
}

.sight-box>.dining h3{
	background: #0098bc;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	padding: 2px 0;
}

.sight-box>.dining .shop h4{
	color: #0098bc;
	font-size: 1em;
	margin-top: 5px;
}

.sight-box>.dining .shop1{
	/* width: 210px; */
	width: 235px;
	margin: 0 0 15px;
}

.hp-btn a{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	margin-top: 20px;
	text-decoration: none;
}

.sight-box ul{
	margin-top: 10px;
}

.sight-box ul li{
	margin-top: 5px;
	line-height: 1.5;
}

.last li{
	margin-top: 10px;
}

.first{
	background-color: #f4e560;
	padding: 20px;
}


.e-btn{
	text-align: center;
	margin: 50px;
}

.e-box h2{
	width: 580px;
	line-height: 1.1;
}

.bt_1{
	border-top: 1px solid #0099BD;
}

.subbox1 h3{
	background-color: #0098bc;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding: 5px 0;
	margin-bottom: 20px;
}

.table-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.subbox1 table{
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 0 auto 30px;
	align-self: flex-start;
}

/* .subbox1 table td,.subbox1 table th{
	border: 1px solid #221814;
} */

.subbox1 table th{
	padding: 5px;
	background: #EEEFEF;
	font-weight: normal;
	text-align: center;
}

.subbox1 table td{
	width: 200px;
	padding: 5px 10px;
	text-align: center;
}

.tri td:nth-of-type(1){
	position: relative;
}

.tri td:nth-of-type(1):after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #0098bc;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translate(0,-50%);
}

.subbox1 table td.ta_c{
	text-align: center;
}

.subbox1 table td.stop{
	background: #fadbd9;
	border: 4px solid #e50011;
}

.stop-txt{
	color: #e50011;
	margin-left: 420px;
}


.train-ct{
	font-size: 0.9em;
	letter-spacing: -1px;
}

.subbox1 .wifi{
	border: 4px solid #0098bc;
	padding: 10px;
}

.subbox1 .wifi p:nth-of-type(1){
	margin-right: 20px;
}

.contbox1 .cal-btn{
	margin-bottom: 5px;
}

.cal-btn li a{
	text-decoration: none;
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 164px;
	font-weight: bold;
}

.cal-btn li a:hover{
	background: #0098bc;
}

.sub-tit{
	text-align: center;
	color: #0099bd;
	border-bottom: 1px solid #0099bd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	font-size: 1.4em;
}

.access>p{
	width: 460px;
}

.access-txt-box{
	width: 510px;
}

.access-txt:nth-of-type(1){
	margin-bottom: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.icon{
	width: 12%;
}

.acs-txt{
	width: 85%;
}

.last{
	margin-top: 30px;
}

.en-btn a{
	display: block;
	width: 400px;
	text-align: center;
	background: #0099bd;
	text-decoration: none;
	color: #fff;
	padding: 15px 0;
	margin: 0 auto 50px;
	position: relative;
}

.en-btn a::after{
	content: "";
	display: block;
	width: 16px;
	height: 8px;
	position: absolute;
	background: url(../img/bottom.png) no-repeat center center / contain;
	top: 50%;
	right: 10px;
	transform: translate(-50%,-50%);
}


#key-en{
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px solid #0099bd;
}

.ano-sight-access{
	width: 55%;
	align-self: center;
}

.price2 p{
	color: #fff;
	background-color: #0098bc;
	width: 25%;
	padding: 2px 0;
	text-align: center;
	font-size: 1.3em;
	margin-right: 10px;
}

.price2 h3{
	background: none;
	color: #000;
	width: 72%;
	margin: 0;
	text-align: left;
}

.price2 p,.price2 h3{
	align-self: center;
}

.price2+p{
	margin-top: 5px;
}

.sight-img{
	width: 40%;
	text-align: center;
}

.subbox1 .sub-tit{
	text-align: center;
	color: #0099bd;
	border-bottom: none;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 50px;
	font-size: 1.2em;
	background: none;
	position: relative;
}

.subbox1 .sub-tit::before{
	content: "";
	display: block;
	width: 20px;
	height: 5px;
	position: absolute;
	background: #0098bc;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ano-sight-box li{
	width: 320px;
}

.ano-sight-box li h2{
	background: none;
	color: #000;
	text-align: left;
	font-size: 1em;
	margin-top: 5px;
	letter-spacing: 0;
	text-align: center;
}

.topico-shop{
	color: #0098bc;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #0098bc;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.floor-txt{
	width: 100%;
	color: #0098bc;
	font-weight: bold;
	margin-bottom: 10px;
}

.ano-sight-tit{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #0098bc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 5px solid #f2cd00;
}

.spot-table-box{
	width: 100%;
	margin-top: 50px;
}

.subbox1 .spot-table-box td{
	width: 160px;
}

.subbox1 .spot-table-box table{
	margin-top: 0;
	border-collapse: collapse;
	font-size: 0.9em;
}

.subbox1 .spot-table-box table td:nth-of-type(1){
	vertical-align: middle;
}

.model-couse{
	margin-top: 30px;
}

.en-sight-btn{
	margin-top: 30px;
	text-align: center;
}

.en-sight-btn a{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	width: 500px;
	margin: 10px auto 0;
	text-decoration: none;
}

.ano-access{
	width: 500px;
	margin-top: 10px;
}

.cal-txt{
	width: 250px;
	margin: 0 auto;
}

.cal-txt p{
	position: relative;
}

.cal-txt p:nth-of-type(1)::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%,-50%);
	border: 1px solid #000;
	background: #ffbe57;
}

.cal-txt p:nth-of-type(2)::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%,-50%);
	border: 1px solid #000;
	background: #9fa0a0;
}


.event{
	background: #fff9c6;
	padding: 20px;
	width: 750px;
	margin: 50px auto 0;
}

.event figure{
	width: 300px;
	margin: 0;
}

.event>div{
	width: 380px;
	align-self: center;
}

.event>div .big{
	color: #0098bc;
	text-align: center;
}

@media screen and (max-width:780px){

	#header{
	  display: inline-block;
	  vertical-align: middle;
	}

	.sp-nn{
	  display: none;
	}

	.sp-bl{
	  display: block;
	}

	#header .top,#header .bottom,.ab-item{
	  display: none;
	}

	.sp-logo{
	  width: 215px;
	  margin: 0 auto;
	  padding: 10px 0;
	}

	.sp-logo img{
	  vertical-align: bottom;
	}

	body{
	  min-width: 100%;
	}

	body,#content1,#content2,#content1 #title,.aid > div{
	  width: 100%;
	}

	#wrapper{
		max-width: 780px;
		width: 100%;
		margin-top: 0;
	}

	#content1 #title{
		margin-top: 0;
	}

	.sp-img{
	  width: 100%;
	}

	.sp-img90{
	  width: 90%;
	}

	.sp-img80{
	  width: 80%;
	}

	.sp-img70{
	  width: 70%;
	}

	.sp-mt_3{
		margin-top: 3%;
	}

	.sp-mt_5{
		margin-top: 5%;
	}

	.sp-mb_5{
		margin-bottom: 5%;
	}

	.sp-m_a{
		margin: 0 auto
	}

	img{
		width: 100%;
	}

	.tabs{
	  width: 100%;
	}

	table{
	  width: 1000px;
	}

	h2{
		margin-bottom: 5%;
	}

	.content1{
	  overflow: auto;
	  height: 1100px;
	}

	.contbox1,.contbox2,.contbox3{
	  width: 90%;
	  margin: 0 auto;
	}

	.cont1{
		margin-top: 20px;
	}

	.hp-btn,.hp-btn2{
	  width: 100%;
	  font-size: 1.0em;
	  margin: 5% auto;
	}

	.hp-btn a,.hp-btn2 a{
		margin-top: 0;
	}

	.tabs label,.tabs input{
	  width: 30%;
	}

	.hp-btn-box{
	  width: 90%;
	  margin: 0 auto;
	}

	.hp-btn-box .hp-btn,.hp-btn-box .hp-btn2{
	  width: 100%;
	  margin: 0;
	}

	.hp-btn a,.hp-btn2 a{
		width: 100%;
	}

	.caution{
		text-align: left;
		padding: 5%;
	}

	.sp-tit{
	  margin: 0 auto 30px;
	  padding-bottom: 10px;
	  border-bottom: 4px solid #fff78a;
	  text-align: center;
	  width: 90%;
	}

	.course1 .big{
		font-size:1em;
	}

	.course1>div>div>p:nth-of-type(2){
		margin-top: 5%;
	}

	.cel-sp{
		width: 100%;
	}

	.cel-3{
		width: 360px;
	}

	.cel-4{
		width: 480px;
	}

	.cel-3en{
		width: 500px;
	}

	.cel-4en{
		width: 620px;
	}

	.subbox1 h3{
		font-size: 5vw;
	}

	.subbox1 .table-box,.subbox1 .spot-table-box{
		overflow-x: scroll;
	}

	.subbox1 .table-box table:nth-of-type(2){
		margin-bottom: 0;
	}

	.spot-table-box {
		flex-direction: column;
	  }

	.subbox1 .spot-table-box table:nth-of-type(2){
		margin-top: 10%;
	}

	.access>p,.sight-box > li,.sight-box > .dining .shop1,.sight-box > .dining,.en-btn a,.price .price-tit,.price h2{
		width: 100%;
	}

	.price .price-tit{
		margin-bottom: 10px;
		margin-right: 0;
		font-size: 5vw;
		font-weight: bold;
		padding: 5px 0;
	}

	.access-txt-box{
		width: 100%;
		margin-top: 5%;
	}

	.icon{
		width: 12%;
	}

	.subbox1 h2{
		font-size: 5vw;
	}

	.sub-tit{
		font-size: 1.2em
	}

	.sight-box > .dining{
		padding-bottom: 0;
	}

	.sight-box > .dining .shop1{
		margin-bottom: 10%;
	}

	.sight-box > .dining .shop1:nth-last-child(1){
		margin-bottom: 10%;
		padding-bottom: 0;
	}

	#key-en{
		margin-top: 10%;
		padding-top: 10%;
	}

	.ano-sight-access,.sight-img,.ano-sight-box li,.price2 p,.price2 h3{
		width: 100%;
	}

	.ano-sight-access{
		margin-bottom: 5%;
	}

	.price2 p{
		margin-right: 0;
		margin-bottom: 10px;
		position: relative;
		padding-bottom: 10px;
		background: none;
		color: #0098bc;
		font-size: 1em;
		font-weight: bold;
	}

	.price2 p::after{
		content: "";
		display: block;
		width: 20px;
		height: 5px;
		position: absolute;
		background: #0098bc;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.subbox1 .sub-tit{
		font-size: 1em;
		margin-top: 10%;
	}

	.sight-box > li{
		padding-top: 10%;
	}

	.topico-shop{
		text-align: center;
	}

	.ano-sight-box li:nth-last-child(1) h2{
		margin-bottom: 0;
	}

	.model-couse{
		margin-top: 5%;
	}

	.sight-box:after{
		width: 100%;
	}

	.sight-box>.dining>.floor-3f:after,.sight-box>.dining>.floor-2f:after{
		width: 100%;
	}

	.en-sight-btn{
		text-align: left;
	}

	.en-sight-btn a{
		width: 100%;
	}

	.ano-access{
		width: 100%;
		margin-top: 20px;
	}

	.calender .cal-box{
		overflow-x: auto;

	}

	.cal-box p{
		width: 700px;
	}
	
	.cal-txt{
		max-width: 250px;
		width: 90%;
	}

	.event{
		padding: 20px;
		width: 100%;
		margin-top: 10%;
	}
	
	.event figure{
		width: 100%;
		margin: 0;
	}
	
	.event>div{
		width: 100%;
	}
	
	.event>div .big{
		text-align: left;
		margin-top: 5%;
		font-size: 1.2em;
	}

	.event .hp-btn{
		margin-bottom: 0;
	}


}