@charset "UTF-8";

body{
	font-family: source-serif-pro, "Noto Serif SC", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	-webkit-font-smoothing: antialiased;
	font-size: 11pt;
	letter-spacing: 2px;
	width: 100%;
	overflow-x: hidden;
	background-image: url("../img/bg03.jpg");
	line-height: 24px;
	color: #3A3836;
}
.scroll_icon {
	padding-top: 70px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
}
.scroll_icon span {
  	position: absolute;
  	top: 0;
  	left: 50%;
  	width: 24px;
  	height: 24px;
  	margin-left: -12px;
  	border-left: 1px solid #fff;
  	border-bottom: 1px solid #fff;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	-webkit-animation: sdb 1.5s infinite;
  	animation: sdb 1.5s infinite;
  	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
	  -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
	  -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.hmbgr_menu {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	min-width: 0px;
}

.hmbgr_menu a {
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
}
.hmbgr_menu a:hover {
	color: #FFFFFF;
	padding-left: 10px;
}
.hmbgr_menu a:visited {
	color: #FFFFFF;
}
.hmbgr_menu .hmbgr_base-color {
	background-color: #621931;
	width: 84px;
	height: 96px;
	position: fixed;
	top: 0px;
	right: 24px;
	z-index: 1000;
}
.hmbgr_menu .hmbgr_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	top: 0;
	left: 0;
}
.hmbgr_menu .hmbgr_button {
	display: block;
	background: none;
	border: none;
	padding: 2px 0 0 0;
	width: 50px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 18px;
	right: 42px;
	z-index: 1001;
	text-align: center;
	outline: none;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar {
  width: 49px;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar1 {
  transform: rotate(30deg);
}

.hmbgr_menu .hmbgr_button.active .hmbgr_bar2 {
  opacity: 0;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar3 {
  transform: rotate(-30deg);
}
.hmbgr_menu .hmbgr_button.active .hmbgr_menu_text {
  display: none;
}

.hmbgr_menu .hmbgr_button.active .hmbgr_close {
  display: block;
}
.hmbgr_menu .hmbgr_bar {
	display: block;
	height: 2px;
	margin: 10px 0 6px;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.hmbgr_menu .hmbgr_text {
	font-family: source-serif-pro, "Noto Serif SC", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	font-size: 12px;
	letter-spacing: 4px;
	margin-left: 2px;
}
.hmbgr_menu .hmbgr_close {
  letter-spacing: 0.08em;
  display: none;
}
.hmbgr_menu .hmbgr_menu_text {
  display: block;
}
.hmbgr_menu .hmbgr_nav_wrapper {
	width: 312px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #3E2F56;
}
.hmbgr_menu .hmbgr_nav_wrapper.open {
  transform: translate(0);
}
.hmbgr_menu .hmbgr_nav {
	padding: 200px 24px 20px;
}
.hmbgr_menu .hmbgr_nav li {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 24px;
}
.hmbgr_menu .hmbgr_button {
  color: #fff;
}

.hmbgr_menu .hmbgr_button .hmbgr_bar {
  background-color: #fff;
}
#side_line {
	width: 30px;
	height: 0;
	position: fixed;
	border-left: 1px solid #c4a9a9;
	top: 0;
	left: 22px;
	z-index: 1000;
	-webkit-transition: 1s ease-out;
	transition: 1s ease-out;
}
#side_line img {
	width: 15px;
	position: absolute;
	top: 30px;
	left: 2px;
	-webkit-transition: 1s ease-out .8s;
	transition: 1s ease-out .8s;
	opacity: 0;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	padding: 44px 0;
	background-image: url(../img/bg02.jpg);
}
#footer .ttl {
	font-size: 1.4em;
}
#footer .cnt {
	margin: 16px 0;
}
#footer .tel:link {
	color: rgba(255,255,255,1.00);
	text-decoration: none; 
}
#footer .to_contact  {
	display: inline-block;
	width: 300px;
	height: 54px;
	color: #3A3836;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #fff;
}
#footer .to_contact:hover {
	background-color: rgba(51,51,51,0.00);
	border-color: #fff;
	color: #fff;
}
#footer .to_contact::before,
#footer .to_contact::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
}
#footer .to_contact,
#footer .to_contact::before,
#footer .to_contact::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#footer .to_contact::before {
	right: 0;
}
#footer .to_contact::after {
	left: 0;
}
#footer .to_contact:hover::before,
#footer .to_contact:hover::after {
	width: 0;
	background-color: #fff;
}
#copy {
	padding: 30px;
	text-align: center;
}
#pagetop {
    position: fixed;
    right: 18px;
    z-index: 3;
    font-size: 2em;
    width: 40px;
}
#pagetop a img {
    width: 100%;
}

.extend_a, .extend_a02, .extend_b, .fi, .up, .up02 {
	-webkit-transition: .7s ease-out;
	transition: .7s ease-out;
}
.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
/*----------------------------------------------------sp*/
@media (max-width : 768px ){
.one_line {
	display: inline-block;
}

.hmbgr_menu .hmbgr_base-color {
	width: 76px;
}
.hmbgr_menu .hmbgr_button {
	width: 40px;
}
.hmbgr_menu .hmbgr_text {
	letter-spacing: 0;
}
.scroll_icon {
	font-size: 0.8em;
}
#side_line {
	left: 10px;
}
#side_line img {
	width: 11px;
}
#footer {
	padding: 68px 0;
}
#footer .tel:link {
	font-size: 1.4em;
}
#footer .to_contact  {
	width: 256px;
	height: 64px;
	line-height: 60px;
}
}
