@charset "UTF-8";
/*
Theme Name: Replace with your Theme's name.
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: You
Author URI: Your website address.
*/
/* CSS Document */
/*font-family: 'Gupter', serif;
font-family: 'Merriweather', serif;
font-family: 'Noto Serif', serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Gothic', sans-serif;
font-family: 'Zen Old Mincho', serif;*/
body{
	background-color: white;
}
.header {
	float: right;
	padding: 16px;
	max-width: 40%;
	height: auto;
}
h1{
	font-family: 'Merriweather', serif;
	font-size: 50px;
	color: #0075A9;
	top: -5px;
	left: 45%;
	z-index: 10;
	position: absolute;
}
.logo{
	position: absolute;
	width: 100px;
	height: auto;
	z-idex: 10;
}
#container{
	top:90px;
	position: relative;
}
image{
	top: 90px;
}
p{
	font-family: 'Gupter', serif;
	font-family: 'Zen Old Mincho', serif;
	font-size: 20px;
	color: black;
	text-align: center;
	top: 0px;
}
p1{
	font-family: 'Gupter', serif;
	font-family: 'Zen Old Mincho', serif;
	font-size: 20px;
	color: black;
	text-align: left;
	top: 0px;
}
.dropbtn {
	background-color: transparent;
	padding: 16px;
	float: right;
	border: none;
	cursor: pointer;
}
.dropdown {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index:10;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color:#DE80D;
	min-width: 108px;
	
}
.dropdown-content a {
	color: #0075A9;
	padding: 16px;
	text-decoration: none;
	font-family: 'Noto Serif', serif;
	font-family: 'Noto Serif JP', serif;
	display: block;
	background: white;
	transition: background 2s;
}
.dropdown-content a:hover {
	background-color: lightgoldenrodyellow;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: gray;
}
.graybox {
	background-color: #D65759;
	margin: 0 auto;
	margin-top: 10%;
	max-width: 80%;
	height: auto;
	padding: 5%;
}
.transbox{
	width: 20%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 200px;
	transform:translate(-50%);
	background-color: rgba(255,255,255,0.46);
	padding: 10px;	
}
.piccon1{
		top: 90px;
	height: 400px;
	background-image: url("02.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.tagline1{
	text-align: center;
	background-color: rgba(255,255,255,0.55);
	color: #0075A9;
	padding: 10px;
	font-family: 'Gupter', serif;
	font-family: 'Zen Old Mincho', serif;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 80px;
	transform: translate(-50%,-50%);
}
/* Slideshow container */
.slideshow-container {
	max-width: 1200px;
  width: 100%;
  position: relative;
	top: 90px;
  margin: auto;
}


/* Caption text */
.text {
  font-family: 'Noto Serif', serif;
  font-family: 'Noto Serif JP', serif;
  color: gray;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-top: 50px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*contact*/
h2{
	font-family: 'Noto Serif', serif;
	font-family: 'Noto Serif JP', serif;
	color: white;
	top: 65px;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #75B8D6;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #0075A9;
}

/* Style the container/contact section */
.container {
	top:90px;
	position: relative; 
	border-radius: 5px;
	background-color: #75B8D6;
	padding: 10px;
}

.column {
  float: left;
  width: 40%;
  margin-top: 6px;
  padding: 15px;
}
.row{
	position: center;
}
.col{
	font-size: 20px;
	text-align: left;
	float: left;
	width: 45%;
	top: 10px;
	padding: 10px;

}
@media screen and (max-width: 600px) {
	h1{
	font-family: 'Merriweather', serif;
	max-font-size: 40px;
	color: #0075A9;
	top: -5px;
	left: 35%;
	z-index: 10;
	position: absolute;
	}
	.caption span.border {
  background-color: rgba(42,188,194,1.00);
  color: #fff;
  padding: 10px;
  font-size: 10px;
  letter-spacing: 10px;
}
	.dropbtn, .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
	.text{
		font-size: 20px;
	}
}