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

/*　全体の指定
---------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	width: 100%;
	font-size: 62.5%;
/*10px*/ }
body {
	margin: 0;
	padding: 0;
	color: #1a0d00;
	letter-spacing: 0.1rem;
	font-family: 'Noto Sans JP', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", Meirio, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	text-align: left;
	text-justify: newspaper;
	background: #fcf9f2;
	font-size: 1.6rem;
}
/*
#clm {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}*/
header, nav, article, aside, section, footer {
	display: block;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* ----------------------------------------
	header
---------------------------------------- */
header {
	background: rgba(255,255,255,0.8);
	width: 100%;
	position: absolute;
	z-index: 100;
}

@media screen and (max-width: 991px) {
header {
	height: 70px;
}
#logo {
	position: absolute;
	top: 5px;
	left: 1rem;
}
#logo img {
	height: 60px;
}
#gnav {
	display: none;
}
nav.menu {
	width: 25px;
	height: 30px;
	top: 25px;
	right: 2rem;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}
nav .menu1 {
	width: 25px;
	height: 2px;
	background-color: #000;
	top: 0px;
	position: absolute;
}
nav .menu2 {
	width: 25px;
	height: 2px;
	background-color: #000;
	top: 8px;
	position: absolute;
}
nav .menu3 {
	width: 25px;
	height: 2px;
	background-color: #000;
	top: 16px;
	position: absolute;
}
nav .menu1, nav .menu2, nav .menu3 {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out; /* Opera */
	-moz-transition: all 0.5s ease-out; /* Firefox */
	-webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
	-ms-transition: all 0.5s ease-out; /* IE */
}
nav .menuclick1 {
	top: 8px;
	-o-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
}
nav .menuclick2 {
	background-color: rgba(255,255,255,0);
}
nav .menuclick3 {
	top: 8px;
	-o-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
#sgnav {
	display: none;
	position: absolute;
	top: 70px;
	list-style-type: none;
	background: rgba(15,10,5,1);
	padding: 0 2rem 2rem;
	z-index: 9999;
	width: 100%;
	text-align: center;
}
#sgnav li a {
	padding: 1.5rem 0;
	display: block;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#sgnav li a {
	text-decoration: none;
}
}

@media screen and (min-width: 992px) {
#sgnav {
	display: none;
}
header {
	height: 80px;
}
#hd-inner {
	position: relative;
	z-index: 100;
}
#logo {
	position: absolute;
	top: 5px;
	left: 0;
}
#logo img {
	height: 70px;
}
#gnav {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4rem;
}
#gnav li {
	float: left;
}
#gnav li a {
	color: #000;
	padding: 0 2rem;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}
#gnav a:hover {
	color: #000;
	text-decoration: none;
}
}
/* ----------------------------------------
	content
---------------------------------------- */
/*
#topcontent {
	position: relative;
	flex: 1;
}
#content {
	flex: 1;
}*/

@media screen and (max-width: 991px) {
#content {
	padding: 70px 0 0;
}
}

@media screen and (min-width: 992px) {
#content {
	padding: 80px 0 0;
}
}
#pankuzu {
	background: #41352a;
	padding: 1rem 0;
	font-size: 1.2rem;
}
#plist li {
	display: inline;
	color: #fff;
	margin: 0 2rem 0 0;
}
#plist li a {
	color: #fff;
}
#plist li a:after {
	content: ">";
	font-weight: bold;
	padding-left: 1rem;
}
#pagetop i {
	padding-top: 6px
}
#pagetop a {
	display: block;
	z-index: 100;
	padding: 5px 0 0 3px;
	width: 65px;
	height: 65px;
	position: fixed;
	bottom: 3em;
	right: 0;
	background-color: #0f0a05;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.0rem;
}
#pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media only screen and (min-width: 992px) {
#pagetop a {
	right: 3em;
}
}
/* ----------------------------------------
	footer
---------------------------------------- */
footer {
	background: #23190f;
	color: #fff;
}
#fbox {
	padding: 3rem 0;
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
#fbox address {
	text-align: center;
}
}
#fbn {
	background: #0f0a05;
	padding: 2rem 0;
	text-align: center;
}
#fbn li {
	margin: 0 0 1.5rem;
}

@media screen and (min-width: 768px) {
#fbn li {
	display: inline;
	margin: 0 1rem;
}
}

@media screen and (max-width: 767px) {
.telbtn {
	background: #8b0800;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	font-family: 'Noto Sans Japanese', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", Meirio, Verdana, Arial, Helvetica, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align: center;
	margin: 0 0 2rem 0;
}
.telbtn a {
	display: block;
	padding: 1.5rem;
	color: #fff;
	text-decoration: none;
}
.telbtn a:hover {
	color: #fff;
	text-decoration: none;
}
.tel {
	display: none;
}
}

@media screen and (min-width: 768px) {
.telbtn {
	display: none;
}
.tel, .tel:hover {
	color: #1a0d00;
	text-decoration: none;
}

}
