@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/* CSS Document */

:root {
	--bg-main-color: #b8193f;
	--bg-sub-color: #beb1aa;
	--font-main-color: #b8193f;
	--font-sub-color: #beb1aa;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	display: none;
}
img {
	display: block;
	width: 100%;
}

/*====================================

	#wp_tp

====================================*/

#wp_tp {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 0 0;
	background: #fff;
}

/*====================================

	#wp_sd

====================================*/

#wp_sd {
	padding: 100px 0 0 0;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
#wp_sd section {
	padding: 80px 30px;
}
#wp_sd section .inner {
}
#wp_sd section  .inner h3 {
    font-size: 300%;
    line-height: 1em;
    margin-bottom: 40px;
    padding: 0 0 0 .3em;
    letter-spacing: .05em;
}
#wp_sd section  .inner h3 span {
    display: block;
    font-size: 30%;
    line-height: 1em;
    padding-top: 1em;
    letter-spacing: 0em;
}

/*====================================

	page_ttl

====================================*/

.page_ttl {
}
.page_ttl h1 {
	font-size: 90%;
	line-height: 1em;
	padding: 0 30px;
	margin-bottom: 10px;
}
.page_ttl h2 {
	font-size: 250%;
	line-height: 1em;
	padding: 0 30px;
}
.page_ttl .ex {
	padding: 0 30px;
}

/*====================================

	bread

====================================*/

.bread {
	margin-bottom: 20px;
	padding: 0 20px;
	display: block;
}
.bread ul {
	width: 100%;
	margin: 0 auto;
}
.bread ul li {
	float: left;
}
.bread ul li:not(:last-of-type)::after {
	content: ">";
	margin: 0 .2em;
	color: #777;
}
.bread ul li a {
	color: #333;
	font-size: 90%;
	text-decoration: underline;
}
.bread ul li a:hover {
	text-decoration: none;
}
.bread ul li p {
	color: #333;
	font-size: 90%;
}

/*====================================

	loading

====================================*/

#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background: var(--bg-main-color);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	display: grid;
	place-items: center;
}
.spinner {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	} 100% {
		transform: scale(1.0);
		opacity: 0;
	}
}
.loaded {
	opacity: 0;
	visibility: hidden;
}

/*====================================

	header

====================================*/ 

header {
	position: fixed;
	width: 100%;
	padding: 10px 10px 0;
	z-index: 100;
}
header .inner {
	border: 1px solid #000;
	position: relative;
	border-radius: 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background: #fff;
}
header .logo {
	width: 120px;
}
#nav:checked + .nav-open {
    transform: rotate(45deg);
}
#nav:checked + .nav-open i {
    background: #fff;
    transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(5px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
    opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-5px) rotate(90deg);
}
#nav:checked ~ .nav-container {
    z-index: 9990;
    height: auto !important;
    opacity: 1;
}
#nav:checked ~ .nav-container ul li a {
    opacity: 1;
    transform: translateY(0);
}
.nav-container {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: 1px !important;
	overflow: hidden;
	z-index: -1;
	padding: 0 30px;
	opacity: 0;
	transition: all 0.2s ease;
}
.nav-container ul {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 20px 20px;
}
.nav-container ul li {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 8px;
}
.nav-container ul li:last-child {
	margin-bottom: 0px;
}
.nav-container ul li:nth-child(1) a {
	transition-delay: 0.2s;
}
.nav-container ul li:nth-child(2) a {
	transition-delay: 0.3s;
}
.nav-container ul li:nth-child(3) a {
	transition-delay: 0.4s;
}
.nav-container ul li:nth-child(4) a {
	transition-delay: 0.5s;
}
.nav-container ul li:nth-child(5) a {
	transition-delay: 0.6s;
}
.nav-container ul li:nth-child(6) a {
	transition-delay: 0.7s;
}
.nav-container ul li:not(:first-child) {
	margin-left: 0;
}
.nav-container ul li a {
	opacity: 0;
	font-weight: 600;
	transform: translateY(-20px);
	transition: all 0.2s ease;
	display: block;
	padding: 1.25em 0;
	font-size: 120%;
	background: #eee;
	border-radius: 30px;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.nav-container ul li.tel {
	display: none;
}
.nav-open {
	position: fixed;
	right: 20px;
	top: 22px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 9999;
	border-radius: 50%;
	background: var(--bg-main-color);
}
.nav-open i {
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	border-radius: 2px;
	margin-left: 7px;
}
.nav-open i:nth-child(1) {
	margin-top: 10px;
	background: #fff;
}
.nav-open i:nth-child(2) {
	margin-top: 4px;
	opacity: 1;
}
.nav-open i:nth-child(3) {
	margin-top: 4px;
}
header .inner .tel_sp {
	position: absolute;
	top: 18px;
	right: 50px;
	width: 120px;
}
.hidden {
  display: none !important;
}

/*====================================

	sp_tel

====================================*/

.sp_tel {
    width: 170px;
    z-index: 100;
    position: fixed;
    top: 12px;
    right: 110px;
}

/*====================================

	.bg_color

====================================*/

.bg_color {
	background: var(--bg-main-color);
    border-radius: 80px;
    position: relative !important;
    z-index: 1;
    display: block;
    outline: 10px solid var(--bg-sub-color);
    margin: 40px 0;
}

/*====================================

	#wp_access

====================================*/

#wp_access {
	padding: 60px 30px;
	display: none;
}
#wp_access .inner {
	border: 1px solid #000;
	border-radius: 30px;
	background: #eee;
	padding: 30px 20px;
}
#wp_access .inner h3 {
    font-size: 200%;
    line-height: 1em;
    margin-bottom: 20px;
    padding: 0 0 0 .3em;
    letter-spacing: .05em;
    border-left: 1px solid #000;
}
#wp_access .inner h3 span {
    display: block;
    font-size: 30%;
    line-height: 1em;
    padding-top: 1em;
    letter-spacing: 0em;
}
#wp_access .inner ul {
}
#wp_access .inner ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border: 1px solid #000;
	margin-bottom: 10px;
	border-radius: 20px;
	padding: 10px;
}
#wp_access .inner ul li .ph {
	width: 20%;
}
#wp_access .inner ul li .text {
	flex: 1;
	padding-left: 20px;
}
#wp_access .inner ul li .text h5 {
	font-size: 110%;
}
#wp_access .inner ul li .text p {
	font-size: 90%;
}

/*====================================

    .mdl_nav

====================================*/

.mdl_nav {
    margin-bottom: 20px;
}
.mdl_nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mdl_nav ul li {
    width: 32%;
    border: 1px solid #ccc;
    margin-bottom: 6px;
    border-radius: 10px;
    overflow: hidden;
}
.mdl_nav ul li a {
    width: 100%;
    align-items: center;
    text-decoration: none;
    padding: 10px 4px;
    color: #000;
    display: block;
    background: #fff;
    height: 100%;
}
.mdl_nav ul li a .ph {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 10px;
}
.mdl_nav ul li a p {
    width: 100%;
    flex: 1;
    text-align: center;
    font-size: 90%;
    line-height: 1.5em;
}

/*====================================

    pagetop

====================================*/

.pagetop {
    display: flex;
    justify-content: flex-end;
    padding: 20px 30px;
}
.pagetop a {
    width: 40px;
    display: block;
}
.pagetop a:hover {
}

/*====================================

	#footer

====================================*/

#footer {
	background: #999;
	outline: 10px solid #ccc;
	padding: 80px 30px 120px 30px;
	border-radius: 80px 80px 0 0;
}
#footer .inner {
	width: 100%;
	margin-bottom: 20px;
}
#footer .inner .footer_info {
	width: 100%;
	margin-bottom: 40px;
}
#footer .inner .footer_info h5 {
	width: 240px;
	background: #fff;
	margin-bottom: 40px;
	border-radius: 50px;
	border: 1px solid #000;
	padding: 0px 30px;
}
#footer .inner .footer_info .tel {
	width: 50%;
	margin-bottom: 20px;
}
#footer .inner .footer_info .list {
	margin-bottom: 40px;
}
#footer .inner .footer_info .list dl {
	border-top: 1px solid rgba(255, 255, 255, .3);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 6px 0;
}
#footer .inner .footer_info .list dl:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#footer .inner .footer_info .list dl dt {
	width: 80px;
	color: #fff;
}
#footer .inner .footer_info .list dl dd {
	color: #fff;
	flex: 1;
}
#footer .inner .footer_info .list dl dd a {
	color: #fff;
	text-decoration: underline;
}
#footer .inner .footer_info .time_table {
}
#footer .inner .footer_info .time_table table {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .3);
	border-collapse: collapse;
	margin-bottom: 10px;
}
#footer .inner .footer_info .time_table table tr:first-child,
#footer .inner .footer_info .time_table table tr td:first-child {
	background: rgba(0, 0, 0, .1);
}
#footer .inner .footer_info .time_table table tr {
	color: #fff;
}
#footer .inner .footer_info .time_table table td {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	border-collapse: collapse;
	padding: 6px 3px;
	text-align: center;
}
#footer .inner .footer_info .time_table table td:nth-child(1) {
	width: 30%;
}
#footer .inner .footer_info .time_table table td:not(:nth-child(1)) {
	width: 10%;
}
#footer .inner .footer_info .time_table table td span {
	font-size: 70%;
}
#footer .inner .footer_info .time_table .cap {
}
#footer .inner .footer_info .time_table .cap p {
	font-size: 80%;
	color: #fff;
}
#footer .inner .footer_map {
	width: 100%;
}
#footer .inner .footer_map img {
	border-radius: 20px;
	overflow: hidden;
}
#footer .inner .footer_map iframe {
	width: 100%;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
}
#footer .cautionary {
}
#footer .cautionary p {
	font-size: 80%;
	line-height: 1.5em;
	color: #fff;
	padding-left: 1em;
	text-indent: -1em;
}
#footer .copywright {
}
#footer .copywright p {
	width: 100%;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 80%;
	color: #fff;
}

/*====================================

	#ft_reserv

====================================*/

#ft_reserv {
	display: none;
}

/*====================================

	#ft_reserv_sp

====================================*/

#ft_reserv_sp {
	position: fixed;
	left: 0px;
	bottom: 1px;
	z-index: 100;
	width: 100%;
	padding: 0 10px 10px 10px;
}
#ft_reserv_sp .inner {
	width: 100%;
}
#ft_reserv_sp .inner .list {
}
#ft_reserv_sp .inner .list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ft_reserv_sp .inner .list ul li {
	width: 32.5%;
}
#ft_reserv_sp .inner .list ul li a {
}
#ft_reserv_sp .inner .list ul li a img {
	height: 100%;
}

/*====================================

    #side_line

====================================*/

.side_line {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    mix-blend-mode: difference;
}
.side_line .side_list_left,
.side_line .side_list_right {
	padding: 2px 0;
}
.side_line .side_list_left {
    position: absolute;
    top: 0;
    left: 2px;
}
.side_line .side_list_right {
    position: absolute;
    top: 0;
    right: 2px;
}
.side_line .side_list_left li,
.side_line .side_list_right li {
	padding: 10px 2px;
	width: 14px;
}


/*====================================

    .animate

====================================*/

.animate {
	opacity: 0;
	transform: translateY(30px);
	transition: all 2.0s;
}
.animate.show {
	opacity: 1;
	transform: translateY(0);
}
.animate.show:nth-of-type(1) {
	transition-delay: 0s;
}
.animate.show:nth-of-type(2) {
	transition-delay: 0.1s;
}
.animate.show:nth-of-type(3) {
	transition-delay: 0.2s;
}
.animate.show:nth-of-type(4) {
	transition-delay: 0.3s;
}
.animate.show:nth-of-type(5) {
	transition-delay: 0.4s;
}
.animate.show:nth-of-type(6) {
	transition-delay: 0.5s;
}
.animate.show:nth-of-type(7) {
	transition-delay: 0.6s;
}
.animate.show:nth-of-type(8) {
	transition-delay: 0.7s;
}
.animate.show:nth-of-type(9) {
	transition-delay: 0.8s;
}
