/* CSS Document */

:root{
	--dC-dialogBorder:#2343BC;
	--dC-topBar:linear-gradient(45deg, #0761C0,#3887DB);
	--dC-scrollBar:linear-gradient(0deg, #43e2c6, #3183d0);
}

a{
	text-decoration: none;
	color:#205FAB;
}
a:hover{
	color:#3695E3;
}

.desc{
	color:gray;
	font-size: 14px;
}
.help{
	color:white;
	background-color: #8FB9D4;
	border:none;
}

#topbar{
	background: var(--dC-topBar);
	padding: 4px;
	color:white;
}
#vmenu{
	background-color: #555555;
	position: fixed;
	height: 100vh;
	overflow: visible;
	z-index: 100;
	overflow-y: auto;
	padding: 10px;
	color:white;
	padding-top:50px;	
	width: 160px;
}
#vmenu >ol{
	padding-left: 0px;
	cursor: pointer;
}
#vmenu >ol >ol{
	padding-left: 20px;
}
#vmenu ol li{
	list-style: none;
	margin-bottom: 8px;
	color:white;
	border-radius: 3px;
	padding-left: 10px;
}
#vmenu ol a{
	text-decoration: none;
}
#vmenu ol li:hover{
	background-color: #D1D1D1;	
}
#vmenu li[aria-expanded="true"] {
	background-color: #D1D1D1;
	color:black;
}
#vmenu .active li{
	background-color: #E0F0F9;
	color:black;
}

#mainarea{
	padding: 30px;
	padding-left: 190px;
	padding-top: 50px;	
	background-color: #F8F8F8;
	width: 100%;
	position: absolute;
	min-height: 100vh;
}

.thinscrollbar::-webkit-scrollbar {
  display: none;
}
.thinscrollbar::-webkit-scrollbar-thumb {
  display: none;
}
.thinscrollbar::-webkit-scrollbar-track {
  display: none;
}

#dialog>div{
	text-align:center;
	padding: 30px;
	border: solid 2px var(--dC-dialogBorder);
	border-radius: 5px; 
	max-width: 420px;
	min-width: 420px;
	background-color: white;
	z-index: 100;	
}
@media screen and (max-width: 640px) {
#dialog>div{
	padding: 10px;
	border: solid 2px var(--dC-dialogBorder);
	border-radius: 5px;
	width:100%;
	min-width: 100vw;
	max-width: 100vw;
	position: relative;
}
}

/* */
body,#header{
    position: relative;
    height: 100vh;
	overflow: hidden;
} 

#video-area{
    position: fixed;
    z-index: 10;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video,#ocean {
    /*天地中央配置*/
    position: absolute;
    z-index:10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 133.3333vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 75vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
#ocean {
    z-index: 0;
}

#touchcatch{
	position: fixed;
	z-index: 100;
	width:100vw;
	height: 100vh;
}

#topmenu{
	display: block;
	position: fixed;
	z-index: 200;
	width:100vw;
	padding: 4px;
	font-size: 12px;
	text-align: right;
	background-color: white;
}
.topparts{
	position: fixed;
	z-index: 150;
}
#logo{
	width:30%;
	left:10%;
	top:45%;
	max-height: 250px;
	max-width: 640px;	
}
#ikuchi{
	width:7%;
	left:30px;
	top:50px;
	max-height: 300px;
	max-width: 150px;
}

#sketchpoint{
	width:50%;
	top:20px;
	left:25%;
}

#whitemap{
	position: absolute;
	width:2500px;
	left:-500px;
	top:-1300px;
	z-index:15;
	opacity: 0;
}

#mainmenu{
	position: relative;
	z-index: 300;	
	top:300px;
	text-align: center;
	display: none;
}		

.menurow{
	display: inline-block;
	position: relative;
}
.mainmenu{
	cursor: pointer;
	width:35vw;
	height: 200px;
	display: inline-block;
	margin: 10px;
	background-color: white;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

.icon{
	height: 160px;	
}

#pointlist{
	position: relative;
	z-index: 300;	
	top:90px;
	text-align: center;
}
.pointrow{
	display: inline-block;
	position: relative;
}
.point{
	cursor: pointer;
	width:15vw;
	height: 170px;
	display: inline-block;
	margin: 10px;
	background-color: white;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.feetable{
	position: relative;
	top:15%;
	font-size: 26px;
	width:890px;
}
.feetable div{
	position: relative;
}
.feetable td{
	vertical-align: bottom!important;
	line-height: 100%!important;
	padding: 12px 0px!important;
}
.feetable .special{
	background-color: #9F2D49;
	color:white;
	font-size:22px;
	padding: 20px;
	line-height: 22px;
	display: inline-block!important;
	width:inherit;
	height: inherit;
}
#menuspecial{
	background-color: #9F2D49;
	color:white;
	font-size:26px;
	padding: 0px 20px;
	display: inline-block!important;
	height: inherit;
	margin-bottom: 10px;
}


.feetable .eng{
	font-size: 20px;
	color:#6A1C1D;
	margin-bottom: 3px;
}
.feecase{
	height: 530px;
	width:920px;
	overflow-y: scroll;
}
.feecase::-webkit-scrollbar {
	width:10px;	
}
.feecase::-webkit-scrollbar-track {
    background-color:#F5E5CB;
	border-radius: 5px;
}
.feecase::-webkit-scrollbar-thumb {
    background: #A36E09;
	width:8px;
	border-radius: 5px;
}


.pname{
	text-align: center;
	padding: 20px 0px;
	font-size: 24px;
	font-weight: bold;
}
.pdesc{
	margin: 0px 10px 10px;
	padding: 0px 10px;
	height: 20%;
	overflow-y: scroll;
}
.pdesc div{
	margin: 10px;
	border:solid 1px black;
	padding: 10px;
}
.paudio{
	text-align: center;	
}
.pointimage{
	width:30%;
	margin: 20px;	
}

#itemlist{
	position: absolute;
	top:20%;
	left:5%;
	width:90%;
	height: 67%;
	overflow-y: scroll;
	overflow-x: hidden;	
	padding-right: 3px;
}
#itemlist::-webkit-scrollbar {
	width:4px;	
}
#itemlist::-webkit-scrollbar-track {
    background-color:#F5E5CB;
	border-radius: 2px;
}
#itemlist::-webkit-scrollbar-thumb {
    background: #A36E09;
	width:8px;
	border-radius: 4px;
}

.item{
	width:100%;
	border-radius: 8px;
	padding: 20px;
	background-color:white;
	height: 300px;
	margin-bottom: 10px;
	position: relative;
}
.item .pic{
	height: 270px;
	width:360px;
	background-size: cover;
	position: relative;
	background-position: center center;
}
.item .text{
	position: absolute;
	left:400px;
	top:30px;
	width:540px;
	font-size: 18px;
	line-height: 140%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


#guidelist{
	position: absolute;
	top:20%;
	left:5%;
	width:90%;
	height: 67%;
	overflow-y: scroll;
	overflow-x: hidden;	
	padding-right: 3px;
	z-index: 90;
}
#guidelist::-webkit-scrollbar {
	width:4px;	
}
#guidelist::-webkit-scrollbar-track {
    background-color:#CBE8F5;
	border-radius: 2px;
}
#guidelist::-webkit-scrollbar-thumb {
    background: #084FA3;
	width:8px;
	border-radius: 4px;
}
.guide{
	width:30%;
	border-radius: 3px;
	padding: 10px;
	background-color:white;
	height: 300px;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	float: left;
	cursor: pointer;
	z-index: 90;	
}
.guide .pic{
	height: 260px;
	width:100%;
	background-size: cover;
	position: relative;
	pointer-events: none;
}
.guide .text{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.menubtn{
	background-color: #AB5408;
	border-radius: 15px;
	margin: 2px;
	z-index:1000;
}

.cafemenu{
	padding: 5px;
}
.cafemenu img{
	background-color: white;
	border-radius: 8px;
}
.secpic{
	width:25vw;
	height:25vw;
	position: absolute;
	left:5vw;
	bottom:-20px;
	background-size: cover;
}