﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');

html {
 background: transparent;
 font-size: 62.5%;
}
body {
 color: #1a110f;
 font-size: 1.2rem;
 font-family: 'メイリオ', 'ヒラギノ角ゴ', sans-serif;
 letter-spacing: 0.2em;
 line-height: 180%;
}
a {
 text-decoration: none;
 transition: 0.3s;
}
h1,h2,h3,h4,nav,.time {
 font-family: 'Cormorant Garamond', 'Cinzel', serif;
}
h1 {
 font-size: 1.5em;
}
h2 {
 display: inline-block;
 padding: 0.2em 0.5em;
 margin: 0.8em 0em;
 background: #ccc8b8;
 color: #1a110f;
}
h3 {
 margin: 0.5em;
 font-size: 1.1em;
}
em {
 border-bottom: solid 1px #33231d;
}
input[type],textarea,button,select {
 padding: 0.5em;
 margin: 0.5em 0em;
 background: #ccc8b8;
 border: 0;
 color: #1a110f;
 font-family: inherit;
 font-size: 100%;
}
form {
 padding: 1em;
}
form input[type="text"] {
 width: 60%;
}
form textarea {
 width: 90%;
 height: 6em;
}

img.icon {
border: 0px;
vertical-align:  middle; }


p {
 padding: 0em 1em;
}
section {
 margin: 1em 0em;
}


main {
 display: block;
 margin: 5vh auto 10vh;
  width: 90%;
}
main a {
 color: #99867a;
}
main a:hover {
 color: #4d433d;
}

header {
 display: flex;
  justify-content: flex-end;
  align-items: center;
 height: 25vh;
 max-height: 130px;
 background: url('../../img/hd.jpg') center  / 120% no-repeat #1a110f;

}
header h1 {
 display: inline-block;
 padding: 0.5em;
 margin-right: 1em;
 color: #e6e1cf;
 text-align: center;
 transform: rotate(-10deg);
}


.menu {
 position: fixed;
 z-index: 2;
 top: 0;
 left: 0;
 color: #000;
 text-align: center;
 transform: translateX(-100%);
 transition: all 0.6s;
 width: 100%;
}

.menu ul {
 background: rgba(0,0,0,0.5);
 margin: 0 auto;
 padding: 0;
 width: 100%;
}

.menu ul li {
 font-size: 1.1em;
 list-style-type: none;
 padding: 0;
 width: 100%;
 border-bottom: 1px dotted #333;

}

.menu ul li:last-child {
 padding-bottom: 0;
 border-bottom: none;
}

.menu ul li a {
 display: block;
 color: #ffffff;
 padding: 1em 0;
}
 
.menu.active {
 transform: translateX(0%);
}

.click {
 font-size: 2.5em;
}
.click {
 display: block;
 position: fixed;
 left: 0.5em;
 top: 0.5em;
 width: 1em;
 height: 1em;
 color: #e6e1cf/*6c777f*/;
 cursor: pointer;
 z-index: 3;
 text-align: center;
}

.back {
 display: inline-block;
 position: relative;
  left: 1em;
  bottom: 1em;
 padding: 0.5em 1em;
 color: #ccc8b8;
 font-size: 1rem;
}


article {
 margin: 2em 0em;
}
.time {
 padding-left: 1em;
}

.em {
 -webkit-text-emphasis: filled dot;
text-emphasis: 	filled dot;
display: 		inline-block;
_display: 		inline;
}


section textarea {
 width: 90%;
 height: 7em;
}
.img {
 width: 90%;
 height: auto;
}

.list {
 margin: 0em 0em 0em 2.5em;
}

details {
  transition: .5s;
}

/*------ページ-------*/

ul.pagelink{
	list-style-type: none;
	margin: 0;
}

ul.pagelink li{
	float: left;
}

ul.pagelink a, ul.pagelink li.current{
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-color: #bebebe;
	border-width: 1px;
	margin-right: 5px;
	padding: 1px;
	font-size: 13px;
	border-radius: 3px;
}

ul.pagelink li.ten{
	display: block;
	width: 20px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	padding: 1px;
	font-size: 13px;
}


ul.pagelink a:hover{
	background-color: #F0F0F0;
}

ul.pagelink:after{
	display: block;
	clear: both;
	content: '';
}

ul.pagelink li.current{
	font-weight: bold;
}


#page {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}

#page ul {
	float: left;
	left: 50%;
	position: relative;
	padding: 0px;
}

#page li {
	float: left;
	left: -50%;
	position: relative;
}

/*------ページ終了-------*/

form.changeName, form.changeName fieldset,
form.changeName ul, form.changeName li,
form.changeName p
{
	margin: 0; padding: 0; border: none; background: none;
	font-weight: normal; font-style: normal;
}

form.changeName legend{
 display: none; 
}

form.changeName li label{
 display: none; 
}

form.changeName ul.process,form.changeName ul.process li,form.changeName p.process{
 display: inline; 
}

form.changeName label{
 padding-right: 1em; 
}

form.changeName .process{
 display: inline;
}

form.changeName ul, form.changeName li{
 display: inline;
 list-style: none; 
 padding-right: 1em; 
}
