@charset"UTF-8";

/*すべてのWEBページに適用される*/


.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
	margin: 0 0 0 0;
	padding: 0 auto 0 auto;
	color: #374151;
        background-color: #FFFFFF;
	font-family:Calibri;
	font-weight: 400;
	font-style: normal
}

sotowaku{
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;

}
.wrapper{
	margin: 0 30px 0 30px;
		
}

.keyvisual{
	margin: 0 30px 0 30px;		
}

h2 {
	color:#1F2937;
	font-size:18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #374151;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

h3 {
	color:#1F2937;
	font-size:14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #374151;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

span.br{
    display: inline-block;
}

p {
	line-height: 160%;
}
a:link {
	color: #1F2937
}
a:visited {
	color: #6B7280
}
a:hover {
	color: #4B5563
}
a:active {
	color: #E5E7EB
}
h1 {
	margin: 30px 0 30px 0;
	padding: 0 0 0 0;
	line-height: 0 ;
	text-align: center;
}
img {
	border-style: none;
}

.pic{	font-size: 12px;
	border-bottom: dotted;
	border-bottom-width: 0.5px;
	border-color: #374151;
	width: 30vw
	}

.image-vw{
	width: 30vw;
	
}

.del-line{
	text-decoration: line-through;
}

/*すべてのページに適用‐navまわり‐*/
#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
#nav {
	margin: 0 0 0 0;
	padding: 15px 30px 10px 30px;
	background-color: #374151
}

#nav li a:link {
	color: #f5f5f5;
	text-decoration: none;
}
#nav li a:visited {
	color: #f5f5f5;
	text-decoration: none;
}
#nav li a:hover {
	color: #f5f5f5;
	text-decoration: none;
}
#nav a:active {
	color: #f5f5f5;
	text-decoration: none;
}

/*すべてのページに適用‐footer‐*/
#footer{
	margin-top: 30px;
	padding: 20px 0 20px 0;
	font-size: smaller;
	color: #F6BBA7;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #442220;
}

/* about.html */
.float img {
	float: left;
	padding-right: 1em;
}
.clear {
	clear: both;
}
table.info {
	border-collapse: collapse;
	border: 1px solid #b78c5f;
}
table.info th, table.info td {
	padding: 8px 8px 8px 8px;
	border: 1px solid #d6c2b5;
	text-align: left;
	vertical-align: middle;
}
table.info th {
	background-color: #c99e73;
	color: #42220
}

/* blog.html*/
.blog_head {
	font-size:15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.blog_title {
	font-size:20px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.blog_summary {
	font-size:15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #442220;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.rss {
	font-size:15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: center;
}


table.menu_all {
	border: none;
	border-collapse: collapse;
}
table.menu_all td {
	padding: 0;
}
table.menu_all td.photo {
	padding: 0 10px 10px 0
}
.menu_right h3 {
	margin: 20px 0;
	text-align: right;
	font-size: 16px;
	color: #442220;
}
.menu_right p {
	text-align: right;
	font-size: 12px;
}
/* access.html */
div.map {
	text-align: center;
}