﻿@charset "UTF-8";

html,body{
    margin: 0;
    padding: 0;
    height:100%;
    width:100%;
}

body{
    font-family: "Sawarabi Mincho";
}

p{
font-size: 120%;
}

.pc_area{
      display:none;
}

.phone_area{
      display:block;
}

header {
    padding:10px;
    background: #a05815;
}

#nav-drawer {
    position: relative;
  }
  
  /*チェックボックス等は非表示に*/
.nav-unshown {
    display:none;
}
  
  /*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
  
  /*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #ffffff;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
  
  /*閉じる用の薄黒箇所*/
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
  
  /*メニューの中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;/*最大幅（お好みで調整を）*/
    height: 100%;
    background: #cccccc;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
  
  /*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}
  
#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
  
.header-logo-menu{
      display: flex;
      display: -moz-flex;
      display: -o-flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-direction: row;
      -moz-flex-direction: row;
      -o-flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
}
  
  /*ロゴやサイトタイトルをセンタリング*/
.logo-erea{
 text-align:center;
 margin:auto;
}

.button4 {
  display: inline-block;
  width: 230px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button4::before,
.button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button4,
.button4::before,
.button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button4 {
  background-color: #a05815;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  line-height: 50px;
  float: right;
}
.button4:hover {
  opacity: 0.5;
}

.button5 {
  display: inline-block;
  width: 230px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button5::before,
.button5::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button5,
.button5::before,
.button5::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button5 {
  background-color: #a05815;
  border-left: 10px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  line-height: 50px;
  float: right;
}
.button5:hover {
  opacity: 0.5;
}

.button6 {
  display: inline-block;
  width: 230px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button6::before,
.button6::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button6,
.button6::before,
.button6::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button6 {
  background-color: #a05815;
  border-left: 10px solid #ff7070;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  line-height: 50px;
  float: right;
}
.button6:hover {
  opacity: 0.5;
}

.button7 {
  display: inline-block;
  width: 230px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button7::before,
.button7::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button7,
.button7::before,
.button7::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button7 {
  background-color: #a05815;
  border-left: 10px solid #ffaad6;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  line-height: 50px;
  float: right;
}
.button7:hover {
  opacity: 0.5;
}

ul{
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    z-index: 20;
}

ul li {
    display: inline-block;
    padding: 26px 10px 20px 10px;
    font-size: 1.2em;
}

footer{
    background-color:#a05815;
    width:100%;
    font-size:20px;
    color:#ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.webcon{
    background-color:#502700;
    width:100%;
    font-size:15px;
}

.white{
    color:#ffffff;
}

.black{
  color:#000000;
}

.main{
	margin:10px;
}

.midashi1 {
	padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
    color: #000000; /*文字色*/
    background: #f9f7f7; /*背景色*/
    border-left: solid 4px #ff6b6b; /*左線*/
    border-bottom: solid 3px #dbd6d6; /*下線*/
    width:90%;
    margin:5px;
}

.midashi2 {
	padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
    color: #000000; /*文字色*/
    background: #f9f7f7; /*背景色*/
    border-left: solid 4px #1e59fa; /*左線*/
    border-bottom: solid 3px #dbd6d6; /*下線*/
    width:90%;
}

.midashi3 {
	padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
    color: #000000; /*文字色*/
    background: #fcf4ff; /*背景色*/
    border-left: solid 4px #d000ff; /*左線*/
    border-bottom: solid 3px #dbd6d6; /*下線*/
    width:90%;
}

.marker-P-red {
    background: linear-gradient(transparent 60%, #ffcccc 0%);
}

.marker-P-orange {
    background: linear-gradient(transparent 60%, #ffe6b3 0%);
}

.button{
	position:relative;
	display:inline-block;
	padding: .9em 4em;
	background-color:#ffa3da;
	border:2px solid #ffa3da;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	font-size:20px;
}
.button::after{
	position:absolute;
	top:50%;
	right: .2em;
	content:'';
	margin-top:-5px;
	border:7px solid transparent;
	border-top-width:5px;
	border-bottom-width:5px;
	border-left-color:#ffffff;
	transition:all .3s;
}
.button:hover{
	background-color:#ffffff;
	color:#e094e3;
}
post-contents.button01:hover::after{
	border-left-color:#ffa3da;
}

.button2{
	position:relative;
	display:inline-block;
	padding: .9em 4em;
	background-color:#897cff;
	border:2px solid #897cff;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	font-size:20px;
}
.button2::after{
	position:absolute;
	top:50%;
	left: .2em;
	content:'';
	margin-top:-5px;
	border:7px solid transparent;
	border-top-width:5px;
	border-bottom-width:5px;
	border-right-color:#ffffff;
	transition:all .3s;
}
.button2:hover{
	background-color:#ffffff;
	color:#e094e3;
}
post-contents.button01:hover::after{
	border-left-color:#897cff;
}

.button3{
	position:relative;
	display:inline-block;
	padding: .4em 2em;
	background-color:#502700;
	border:2px solid #502700;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	font-size:20px;
}
.button3::after{
	position:absolute;
	top:50%;
	right: .2em;
	content:'';
	margin-top:-5px;
	border:7px solid transparent;
	border-top-width:5px;
	border-bottom-width:5px;
	border-left-color:#ffffff;
	transition:all .3s;
}
.button3:hover{
	background-color:#ffffff;
	color:#e094e3;
}

.button8{
	position:relative;
	display:inline-block;
	padding: .9em 4em;
	background-color:#502700;
	border:2px solid #502700;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	font-size:20px;
}
.button8::after{
	position:absolute;
	top:50%;
	right: .2em;
	content:'';
	margin-top:-5px;
	border:7px solid transparent;
	border-top-width:5px;
	border-bottom-width:5px;
	border-left-color:#ffffff;
	transition:all .3s;
}
.button8:hover{
	background-color:#ffffff;
	color:#e094e3;
}
post-contents.button8:hover::after{
	border-left-color:#502700;
}

.button9{
	position:relative;
	display:inline-block;
	padding: .9em 4em;
	background-color:#502700;
	border:2px solid #502700;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	font-size:20px;
}
.button9::after{
	position:absolute;
	top:50%;
	left: .2em;
	content:'';
	margin-top:-5px;
	border:7px solid transparent;
	border-top-width:5px;
	border-bottom-width:5px;
	border-right-color:#ffffff;
	transition:all .3s;
}
.button9:hover{
	background-color:#ffffff;
	color:#e094e3;
}
post-contents.button9:hover::after{
	border-left-color:#502700;
}

.right{
  float:right
}

#photo_frame {
    background-color: #333333;
    text-align: center;
    line-height: 1.0;
    padding: 15px 0px 10px;
    height:400px;
}

div.scroll{
    height: 200px;
    overflow: scroll;
    text-align:left;
}

#pic_frame {
  text-align: center;
  margin: 20px;
}

.menu{
  display: flex;
}

.menu-pic{
  width:200px;
}

.map{
	margin:20px;
}

.glossary{
    padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
    color: #000000; /*文字色*/
    background: #fcf4ff; /*背景色*/
    border-left: solid 4px #d000ff; /*左線*/
    width:70%;
}


.matome{

	border:2px #FFB20A dashed;

}
