@charset "UTF-8";

html body{
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
}


div#suntory {
  margin: 5px;
margin-bottom: 0px;
	
}

div#suntory img {
  width: 70px;
}
div#toppage {
  position: relative;
	
}
div#toppage img {
	height: 97vh;
	
	}

div#toppage p {
  position: absolute;
  font-weight: bold;
	font-size: 20px;
	margin-right: 5px;
  color: white;
  bottom: 0;
  right: 0;
}
div#lankig h2 {
  text-align: center;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
}
div#lankig img {
  width: 100%;
  text-align: left;
	overflow: visible;
  /*margin: 1em;*/
}

#h2 {	
	
}

#horoyoilist{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	background: linear-gradient(#eaecc6,#2bc0e4);
}

div#horoyoilist img {
  width: 160px;
	margin: 10px;
	
}
h3 {
  text-align: center;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
}

.modal-wrapper {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 10;
  position: relative;
  width: 90%;
 
  padding: 0;
  border-radius: 0px;
	
 
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 40vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}

#link img {
	width: 30px;
	margin: 0 5px;
}

#link {
	text-align: center;
}

#link h4 {
	font-size: 10px;
	font-weight: 100;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	padding: 15 0px;
	
}

#link p {
	font-size: 10px;
	padding: 20 0 0px;
	margin: 20px;
}


