@charset "utf-8";

/*
Theme Name: toi yashunari
Theme  URL: localhost/wordpress/
Description: test
Author: mano
Author:localhost/wordpress/
Version:1.0.0
Tags:
License:
License URL:
*/

* {
	font-family: tbchibirgothicplusk-pro,"Roboto","Helvetica Neue","Hiragino Kaku Gothic Pro","Meiryo, Yu Gothic","YuGothic","Arial",sans-serif;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
}

#header-logo,
.page-logo {
	background-image: url('images/1.png');
	background-color: rgba(255, 255, 255, 0.3);
	background-blend-mode:lighten;
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}

.page-logo {
	background-image: url('images/1.png');
	background-color: rgba(255, 255, 255, 0.3);
	background-blend-mode:lighten;
	background-size: cover;
	background-position: top;
	height: 60vh;
	position: relative;
}

.page-logo p {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
}

.logo-test {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
}

.name {
	text-align: center;
	width: 100%;
}

.name,
.logo-name {
	animation: fadein 3s;
}

@keyframes fadein {
	0% { 
		opacity: 0;
		transform: translateY(50px);
	 }
	 100% {
	 	opacity: 1;
	 	transform: translateY(0);
	 }
}

.circle {
	display: inline-block;
	width: 200px;
	height: 200px;
	border: solid 10px #333;
	border-radius: 5%;
	text-align: center;
	line-height: 200px;
	color: rgb(50, 50, 50);
	margin: 0 10px;
}

.circle p {
	font-size: 70px;
	font-weight: bold;
}

.logo-name {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: rgb(50, 50, 50);
}

#global-nav {
	height: 15vh;
	background-color: #00552e;
}

#global-nav ul {
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#global-nav i {
	color: #fff;
	margin: 0 5px;
}

#global-nav a {
	padding: 20px 30px;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#global-nav a:hover {
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
}

article {
	width: 100%;
	max-width: 1100px;
	margin: 50px auto;
	display: flex;
}

#content h1 {
	text-align: center;
}

.icon {
	margin-top: 150px;
	margin-left: 30px;
}

.icon:hover {
	display: inline-block;
	animation: squash .5s infinite;
}

@keyframes squash {
    0% {transform: scale(1) translate(0, 0);}
  50% {transform: scale(3, .5) translate(0, 150px);}
  100% {transform: scale(1) translate(0, 0);}
}

.side {
	width: 25%;
	padding: 0 10px;
}

.side h1 {
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 20px;
}

.side-icon {
	text-align: center;
	padding: 10px;
}

.side-text {
	padding-bottom: 20px;
}

.side-text h2 {
	font-size: 23px;
	padding-bottom: 20px;
	text-align: center;
}

.side-text p {
	padding: 9px;
	border-bottom: solid 2px #333;
}

.main {
	width: 75%;
	margin-left: 20px;
}

.main-area {
	width: 80%;
	margin: 20px auto;
}

.page-area {
	width: 95%;
	margin: 20px auto;
}


.new {
	position: relative;
	border: solid 5px #333;
	border-radius: 10px;
	padding: 30px;
	margin: 20px 0;
}

.new p {
	border-bottom: solid 1px #333;
	margin: 10px 0;
}

.new a {
	color: #696969;
}

.new-year {
	width: 25%;
}

.new-title {
	width: 75%;
}

.profile {
	border: solid 5px #333;
	border-radius: 10px;
	padding: 30px;
	margin: 50px 0;
}

.profile p {
	margin: 20px auto;
	width: 100%;
}

.calendar {
	margin-right: 10px;
}

.calendar-border {
	padding-bottom: 10px;
	border-bottom: 2px dashed #696969;
}

.image {
	display: flex;
}

.image-sub {
	width: 40%;
}

.image-main {
	width: 60%;
	height: 80%;
}

.caption {
	text-align: center;
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
    padding: 10px 15px;
    font: bold 22px/1.2;
    color: #fff;
    background: #96514d;
}

.caption:before {
	content :"<";
	position: absolute;
	top: middle;
	left: -10px;
	font-size: 25px;
	line-height: 1.0;
	color: #c96;
}

.caption:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -10px;
	border: #600 solid 2px;
	height: 130%;
	border-radius: 2px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.gallery {
	width: 70%;
	max-width: 1100px;
	margin: 20px auto;
	border: solid 5px #333;
	border-radius: 10px;

}

.gallery-title {
	width: 80%;
	margin: 0 auto;
}

.gallery-main {
	width: 75%;
	margin: 0 auto;
}

.gallery-sub {
	padding: 10px;
}

.page-duties {
	border: solid 5px #333;
	border-radius: 10px;
	padding: 30px;
	margin: 50px 0;
}

.duties-area {
	border-bottom: 2px solid #696969;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.page-duties h2 span {
	font-size: 15px;
}

.page-duties h2,
.page-duties h3,
.page-duties p {
	padding-left: 50px;
}

.duties-area h3 {
	font-weight: normal;
}

.page-duties p {
	padding-top: 10px;
}

footer {
	background-color: #00552e;
	color: #fff;
}

.footer-sub p {
	padding: 5px 0;
}

.footer-sub a {
	color: #fff;
}

#copy {
	text-align: center;
	padding: 20px;
}

#copy a {
	color: #fff;
	padding-left: 5px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #696969;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.previou {
	display: flex;
}

.previou p a {
	color: #696969;
}

.next {
	text-align: right;
}

.archive-area {
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}

.archive-area a {
	color: #696969;
}

.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 5px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

#form-area {
	margin: 20px 0;
}

.page-form {
	border: solid 5px #333;
	border-radius: 10px;
	padding: 30px;
}

.items {
	display: flex;
	padding: 10px;
}

.label {
	width: 25%;
	margin-right: 20px;
}

.label-icon {
	margin-left: -15.9px;
}

.item-area {
	width: 40%;
}

.text-area {
	width: 50%;
}

.text-input {
	width: 100%;
	height: 100px;
}

.inputs {
	width: 100%;
	height: 30px;
}

.submit {
	text-align: center;
	margin: 20px 0;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: solid 1px #aaa;
	border-radius:5px;
	padding:10px;
	font-size: 15px;
}

input[type="submit"],
input[type="reset"] {
	font-size: 15px;
	background-color: #aaa;
	padding: 10px 20px;
	margin: 0 10px;
	cursor: pointer;
}

.page-numbers {
	display: flex;
	justify-content: center;
}

.page-numbers li {
	padding: 10px;
	margin: 0 5px;
}

.page-numbers li a {
	color: #696969;
}

.current {
	color: #333;
}






















