﻿@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:block;
}
.phone_area{
      display:none;
}

header{
    height: 100px;
    background: url(../pic/top.jpg) center / cover;
    width: 100%;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 0px;
}

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%;
}

.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;

}
