@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&display=swap&subset=japanese');

:root{
    --font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    font-family: 'Noto Serif JP', serif,"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}


.font01{
     font-family: 'Noto Serif JP', serif;
}

body { line-height: 140% }

.lh18 {
	line-height:180%;
}

a:hover img {
     opacity: 0.7;
     filter: alpha(opacity=70);
     -ms-filter: "alpha( opacity=70 )";
}

a:link {
	color: "#917b00";
}

.tel {
	color:"#917b00";
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.3em;
	text-align:right;
	padding-right:15px;
	height:40px;
}

.pd5 {
	padding:5px;
}

.pd15 {
	padding:15px;
}

.textF {
	color:#FFF;
}

.pos_b {
	position: absolute;
	bottom: 90px;
	right: 60px;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb45 {
	margin-bottom: 45px;
}

.mt-30 {
	margin-top: -30px;
}

.img-border {
	border:1px rgba(90,89,89,1.00) solid;
}
.text14 {
	font-size:14px;
}

.r {
	text-align: right;
	color:#736357;
}

figcaption {
	font-size: 13px;
	margin-top: 5px;
}

.menu {
	font-size: 21px;
	color:#E57C29;
	font-style: italic;
}

.or {
	color:#E57C29;
}

.sp {
	color:#D38272;
}

.t18 {
	font-size: 18px;
}

.t16 {
	font-size: 16px;
}

.square {
	border: 1px;
	border-color: #736357;
	padding: 15px;
	background-color:#f5f5f5; 
}