﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.7
 * Last Up Date: 2023.1
 * Author: mick
-- -- -- -- -- -- -- -- */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

html {
	opacity: 0;
	font-size: 10px;
	>font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

html.wf-active, html.loading-delay {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

body {
	color: #35343d;
	background-color: #f4f4f4;
	-webkit-font-smoothing: antialiased;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-feature-settings : 'palt';
}

/*
FOT-TsukuARdGothic Std R
font-weight: 400;
font-family: "fot-tsukuardgothic-std", sans-serif;
font-style: normal;

FOT-TsukuARdGothic Std B
font-weight: 700;
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;

DNP ShueiYMinStd M
font-weight: 500;
font-family: "dnp-shuei-ymincho-std", sans-serif;
font-style: normal;
 */


html, body {
	height:100%;
}

body.lock {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

header,
article,
nav,
main,
section,
footer {
	display: block;
}

p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}

p {
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.6;
	font-size: inherit;
	font-weight: inherit;
	font-weight: 400;
}

a {
	color: #35343d;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
	text-underline-offset: 0.6ex;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 400;
}

small {
	font-size: 0.8rem;
}

sub,
sup {
	font-size: 0.75rem;
	line-height: 1.0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

hr {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	vertical-align: bottom;
}

.mimg img {
	width:100%;
	height:auto;
}

code,
pre {
	font-family: monospace, monospace;
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.8;
}

td {
	word-break: break-all;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.8;
}

.tbpc {
	display: none;
}

.pc {
	display: none;
}

/* entry_body
========================================================================== */
.entry_body .aligncenter {
	display: block;
	margin: 0 auto;
}

.entry_body .alignright {
	margin:0 0 0 10px;
	float: right;
}

.entry_body .alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	max-width:100%!important;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

.entry_body hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.entry_body table th,
.entry_body table td {
	padding:5px;
}

.entry_body blockquote {
	margin:0 0 15px;
	padding: 25px 15px 15px 50px;
	min-height:80px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
	position: relative;
}

.entry_body blockquote:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}

.entry_body blockquote p {
	 padding: 10px 0;
	padding: 0;
	line-height: 1.7;
}

.entry_body blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

@media screen and (min-width: 768px) {

	.entry_body table th,
	.entry_body table td {
		padding:10px;
	}

	.entry_body blockquote {
		margin:0 0 40px;
	}
}

/* Forms
========================================================================== */
input {
	border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: 400;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
	max-width: 100%;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
}

[disabled] {
	cursor: default;
}

::-webkit-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}

/* Extras
========================================================================== */
.clear:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
}

.moviebox {
	position: relative;
	padding-top: 56.25%;
}

.moviebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 80;
}

.screen_active .screen {
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
}

@keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

@-webkit-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
========================================================================== */
#wrapper {
	font-size:1.5rem;
	position: relative;
}

#wrapper::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background: url('../images/common/bgbox.webp') repeat center top;
	background-size: 400px 400px;
	width:100%;
	height:100%;
	z-index:-20;
}

#wrapper::after {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background: url('../images/common/sp_mbgbox.webp') no-repeat center top;
	background-size: 100% auto;
	mix-blend-mode: multiply;
	width:100%;
	height:100%;
	z-index:-15;
}

#wrapper.h2 {
	padding:60px 0 0;
}

.fiu {
	opacity: 0;
	transform: translateY(30px);
	transition-duration: .6s;
}

.fiu.anim_action {
	opacity: 1;
	transform: translateY(0);
}

.fir {
	opacity: 0;
	transform: translateX(30px);
	transition-duration: .6s;
}

.fir.anim_action {
	opacity: 1;
	transform: translateX(0);
}

.fil {
	opacity: 0;
	transform: translateX(-30px);
	transition-duration: .6s;
}

.fil.anim_action {
	opacity: 1;
	transform: translateX(0);
}

.block1 {
	padding:40px 15px 30px;
}

.header1 {
	padding:15px 15px 0;
	height:90px;
}

.h2 .header1 {
	display: none;
}

.header1 h1 {
	margin:0 0 10px;
	line-height:1.4;
	font-size:1.2rem;
	letter-spacing: 0.04em;
}

.header1 .logo {
	line-height:1.2;
}

.header1 .logo a {
	font-size:2.0rem;
	font-weight: 500;
	font-family: "dnp-shuei-ymincho-std", sans-serif;
	letter-spacing: 0.18em;
}

.header2 {
	position: fixed;
	top:-60px;
	left:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:15px 65px 15px 15px;
	width:100%;
	height:60px;
	z-index:100;
	transition-duration: .3s;
}

.pinned .header2,
.h2 .header2 {
	top:0;
}

.header2 .name {
	color:#35343d;
	font-size:1.5rem;
	font-weight: 500;
	font-family: "dnp-shuei-ymincho-std", sans-serif;
	letter-spacing: 0.14em;
}

.header2 .reserve {
	width:70px;
}

.active .header2 .reserve {
	display: none;
}

.header2 .reserve a {
	display: block;
	height:25px;
	line-height:23px;
	text-align: center;
	font-size:1.2rem;
	letter-spacing: 0.04em;
	border:1px solid rgba(135, 162, 177, 0.3);
	background-color: #FFF;
	border-radius: 34px;
}

header::after {
	display: none;
	position: fixed;
	top:0;
	right:0;
	content: '';
	width:100%;
	height:100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index:10;
}

header.active::after {
	display: block;
}

header .menu {
	position: fixed;
	top:9px;
	right:15px;
	width:42px;
	height:42px;
	border:1px solid rgba(135, 162, 177, 0.3);
	background-color: #35343d;;
	border-radius: 70px;
	z-index:110;
	transition-duration: .3s;
}

header.active .menu {
	border:none;
	background-color: transparent;
}

header .menu a {
	display: block;
	height: 42px;
	overflow: hidden;
	position: relative;
}

header .menu a::before,
header .menu a::after {
	position: absolute;
	content: '';
	left: 11px;
	width: 18px;
	height: 1px;
	background-color: #FFF;
	transition: .3s;
}

header.active .menu a::before,
header.active .menu a::after {
	position: absolute;
	background-color: #35343d;
}

header .menu a::before {
	top: 18px;
}

header .menu a::after {
	bottom: 18px;
}

header.active .menu a::before {
	top: 12px;
	left: 12px;
	width: 24px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(44deg);
	transform: rotate(44deg);
}

header.active .menu a::after {
	bottom: 12px;
	left: 11px;
	width: 24px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@keyframes menu-in {
	0% {display: none; opacity: 0; transform: translateX(40px);}
	1% {display: block; opacity: 0; transform: translateX(40px);}
	100% {display: block; opacity: 1; transform: translateX(0);}
}

@keyframes menu-out {
	0% {display: block; opacity: 1; transform: translateX(0);}
	99% {display: block; opacity: 0; transform: translateX(40px);}
	100% {display: none; opacity: 0; transform: translateX(40px);}
}

.pcmenu_block {
	display: none;
}

.popmenu_block {
	display: none;
}

.active .popmenu_block {
	display: block;
	position: fixed;
	top:7px;
	right:7px;
	padding:14px 7px 30px;
	width:calc(100vw - 14px);
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 16px;
	z-index:105;
}

.popmenu_header .nameinfo {
	margin:0 0 35px;
}

.popmenu_header {
	margin:0 0 35px;
}

.popmenu_header .nameinfo .lead {
	margin:0 0 12px;
	line-height:1.4;
	font-size:1.2rem;
}

.popmenu_header .nameinfo .rname {
	line-height:1.2;
	font-size:2.0rem;
	font-weight: 500;
	font-family: "dnp-shuei-ymincho-std", sans-serif;
	letter-spacing: 0.08em;
}

.popmenu_header .snsinfo ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.popmenu_header .snsinfo li {
	margin:0 35px 0 0;
	width:35px;
}

.popmenu_header .snsinfo .sns2 {
	width:33px;
}

.popmenu_header .snsinfo .sns3 {
	margin-right:0;
	width:29px;
}

.popmenu_header .snsinfo li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 35px 0 0;
	height: 0!important;
}

.popmenu_header .snsinfo .sns1 a {
	background-image: url('../images/common/sns_fb.webp');
	background-size: 35px 35px;
}

.popmenu_header .snsinfo .sns2 a {
	background-image: url('../images/common/sns_insta.webp');
	background-size: 33px 33px;
}

.popmenu_header .snsinfo .sns3 a {
	background-image: url('../images/common/sns_x.webp');
	background-size: 29px 30px;
}

.popmenu_links {
	margin:0 10px 1px;
}

.popmenu_links ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.popmenu_links li {
	margin:0 0 16px;
	width:50%;
	line-height:1.2;
	font-size:1.8rem;
	letter-spacing: 0.02em;
}

.popmenu_links li:nth-child(2n) {
	padding:0 0 0 28px;
}

.popmenu_links li a {
	background: url('../images/common/icon_arrow1.webp') no-repeat left center;
	background-size: auto 8px;
	padding:0 0 0 16px;
}

.popmenu_block .scheduleinfo_block {
	margin:0 10px 25px;
}

.popmenu_block .scheduleinfo_block .dateinfo {
	margin:0 0 6px;
	background-color: rgba(186, 204, 214, 0.28);
}

.popmenu_block .scheduleinfo_block .dateinfo table {
	width:100%;
	font-size:1.3rem;
}

.popmenu_block .scheduleinfo_block .dateinfo th {
	padding:6px 0;
	text-align: center;
	vertical-align: middle;
	color:#7a9caf;
	font-weight: 700;
	border-bottom:1px solid #88a2b1;
}

.popmenu_block .scheduleinfo_block .dateinfo th.th1 {
	width:100px;
}

.popmenu_block .scheduleinfo_block .dateinfo td {
	padding:14px 0 3px;
	line-height:1.0;
	text-align: center;
	color:#000;
	vertical-align: top;
}

.popmenu_block .scheduleinfo_block .dateinfo td.time {
	padding:16px 0 3px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.popmenu_block .scheduleinfo_block .dateinfo td span {
	font-size:1.0rem;
}

.popmenu_block .scheduleinfo_block .dateinfo td b {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
	margin:0 0 1px;
	padding: 15px 0 0;
	height: 0!important;
}

.popmenu_block .scheduleinfo_block .dateinfo td.c1 b {
	background-image: url('../images/common/icon_circle1.webp')
}

.popmenu_block .scheduleinfo_block .dateinfo td.c2 b {
	background-image: url('../images/common/icon_circle2.webp')
}

.popmenu_block .scheduleinfo_block .subline {
	line-height:1.0;
	font-size:1.3rem;/* temp */
	letter-spacing: 0.04em;
}

.popmenu_block .scheduleinfo_block .subline b {
	font-weight: 700;
}

.popmenu_block .contactinfo_block .telline {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin:0 0 10px;
}

.popmenu_block .contactinfo_block .telline .label {
	margin:0 10px 0 0;
	padding:4px 0 0;
	line-height:1.0;
	font-size:2.0rem;
	letter-spacing: 0.04em;
}

.popmenu_block .contactinfo_block .telline .tel {
	line-height:1.0;
	font-size:2.5rem;
	letter-spacing: 0.04em;
}

.popmenu_block .contactinfo_block .telline .tel b {
	line-height:26px;
	font-weight: bold;
}

.popmenu_block .contactinfo_block .telline .timeinfo {
	line-height:1.2;
	letter-spacing: 0.04em;
}

.popmenu_block .contactinfo_block .pctimeinfo {
	display: none;
}

.popmenu_block .contactinfo_block .cbtn {
	margin:0 auto;
	width:275px;
}

.popmenu_block .contactinfo_block .cbtn a {
	display: block;
	line-height:38px;
	text-align: center;
	color:#FFF;
	font-size:1.7rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #7a9caf;
	border-radius: 50px;
}

.mtitle_block {
	background-color: rgba(255, 255, 255, 0.3);
}

.mtitle_block .block1 {
	display: flex;
	align-items: center;
	padding:0 15px;
	height:80px;
}

.mtitle_block h2 {
	line-height:1.0;
	font-size:2.0rem;
	letter-spacing: 0.1em;
}

.cblock {
	position: relative;
}

.cblock::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-color: rgba(255, 255, 255, 0.3);
	width:100%;
	height:100%;
	z-index:-10;
}

.area_mtitle {
	margin:0 0 25px;
	padding:0 0 20px;
	line-height:1.0;
	text-align: center;
	font-size:1.7rem;/* temp */
	letter-spacing: 0.08em;
	position: relative;
}

.area_mtitle.en {
	font-weight: 500;
	font-family: "dnp-shuei-ymincho-std", sans-serif;
	letter-spacing: 0.04em;
}

.area_mtitle::before {
	position: absolute;
	bottom:0;
	left:calc(50% - 18px);
	content: '';
	background-color: #FFF;
	width:36px;
	height:2px;
}

.rlink {
	line-height:1.2;
}

.rlink a {
	display: inline-flex;
	align-items: center;
}

.rlink .circle {
	margin:0 10px 0 0;
	width:38px;
	height:38px;
	overflow: hidden;
	border:1px solid rgba(135, 162, 177, 0.3);
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 38px;
	position: relative;
}

.rlink .circle::after {
	position: absolute;
	top:calc(50% - 4px);
	left:calc(50% - 4px);
	content: '';
	background: url('../images/common/icon_arrow1.webp') no-repeat;
	background-size: 7px 8px;
	width:7px;
	height:8px;
}

@keyframes lanim {
	0% {left:calc(50% - 4px);}
	49.9% {left:calc(100% + 6px);}
	50% {left:-4px;}
	100% {left:calc(50% - 4px);}
}

.rlink .pline {
	line-height:1.2;
	font-size:1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}











.binfo_block {
	position: relative;
}

.binfo_block::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-color: rgba(255, 255, 255, 0.6);
	width:100%;
	height:100%;
	z-index:-10;
}

.binfo_block .block1 {
	padding-top:30px;
	padding-bottom:15px;
}

.binfo_block h3 {
	margin:0 0 25px;
	line-height:1.2;
	text-align: center;
	font-size:1.5rem;
	letter-spacing: 0.04em;
}

.binfo_block .binfo .telbox {
	margin:0 0 15px;
}

.binfo_block .binfo .telbox .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 auto 5px;
	width:310px;
	line-height:1.2;
	font-size:2.0rem;
	letter-spacing: 0.08em;
}

.binfo_block .binfo .telbox .tel b {
	margin:0 0 0 10px;
	line-height:1.0;
	font-size:3.1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.binfo_block .binfo .telbox .time {
	margin:0 auto;
	width:310px;
	padding:0 0 0 60px;
	line-height:1.4;
	letter-spacing: 0.04em;
}

.binfo_block .binfo .line {
	margin:0 0 20px;
	line-height:1.2;
	text-align: center;
	font-size:1.5rem;
	letter-spacing: 0.2em;
}

.binfo_block .binfo .rlink {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer {
	position: relative;
}

footer::before {
	position: absolute;
	bottom:15px;
	left:0;
	content: '';
	background: url('../images/common/footer_bgimage.webp') no-repeat center top;
	background-size: auto 85px;
	mix-blend-mode: multiply;
	width:100%;
	height:85px;
}

footer .block1 {
	padding-top:25px;
	padding-bottom:130px;
}

.footer_block1 {
}

.footer_block1 .rlink {
	margin:0 0 50px;
}

.footer_block1 .rlink .pline {
	font-size:1.5rem;
	font-weight: 400;
	text-decoration: underline;
}

.footer_inblock1 {
	margin:0 0 45px;
	font-size:1.5rem;
}

.footer_inblock1 .titlebox {
	margin:0 0 20px 10px;
}

.footer_inblock1 .titlebox p {
	margin:0 0 6px;
	line-height:1.4;
	letter-spacing: 0.04em;
}

.footer_inblock1 .titlebox h2 {
	line-height:1.0;
	font-size:2.1rem;
	font-weight: 500;
	font-family: "dnp-shuei-ymincho-std", sans-serif;
	letter-spacing: 0.18em;
}

.footer_inblock1 .snsbox {
	display: none;
}

.footer_inblock1 .data_block {
	margin:0 0 20px 10px;
}

.footer_inblock1 .data_block .databox {
	display: flex;
	align-items: flex-start;
	margin:0 0 6px;
}

.footer_inblock1 .data_block .databox .label {
	width:75px;
	line-height:1.4;
	letter-spacing: 0.04em;
}

.footer_inblock1 .data_block .databox .ex,
.footer_inblock1 .data_block .databox .tel {
	width:calc(100% - 75px);
	line-height:1.4;
	letter-spacing: 0.02em;
}

.footer_inblock1 .data_block .databox .tel b {
	line-height:1.0;
	font-size:1.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.footer_inblock1 .dateinfo {
	margin:0 0 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

.footer_inblock1 .dateinfo table {
	width:100%;
	font-size:1.3rem;
}

.footer_inblock1 .dateinfo th {
	padding:6px 0;
	text-align: center;
	vertical-align: middle;
	color:#7a9caf;
	font-weight: 700;
	border-bottom:1px solid #7a9caf;
}

.footer_inblock1 .dateinfo th.th1 {
	width:100px;
}

.footer_inblock1 .dateinfo td {
	padding:14px 0 3px;
	line-height:1.0;
	text-align: center;
	color:#000;
	vertical-align: top;
}

.footer_inblock1 .dateinfo td.time {
	padding:16px 0 3px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.footer_inblock1 .dateinfo td span {
	font-size:1.0rem;
}

.footer_inblock1 .dateinfo td b {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
	margin:0 0 1px;
	padding: 15px 0 0;
	height: 0!important;
}

.footer_inblock1 .dateinfo td.c1 b {
	background-image: url('../images/common/icon_circle1.webp')
}

.footer_inblock1 .dateinfo td.c2 b {
	background-image: url('../images/common/icon_circle2.webp')
}

.footer_inblock1 .dateinfo_block .subline {
	line-height:1.0;
	font-size:1.2rem;
	letter-spacing: 0.04em;
}

.footer_inblock1 .dateinfo_block .subline b {
	font-weight: 700;
}

.footer_inblock2 .map_block {
	margin:0 30px 30px;
}

.footer_inblock2 .gmap {
	margin:0 0 15px;
}

.footer_inblock2 .gmap iframe {
	width:100%;
	height:185px;
	vertical-align: bottom;
}

.footer_inblock2 .snsbox {
}

.footer_inblock2 .access {
	line-height:1.4;
	font-size:1.2rem;
	letter-spacing: 0.04em;
}

.footer_block1 .snsbox ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_block1 .snsbox li {
	margin:0 30px 0 0;
	width:31px;
}

.footer_block1 .snsbox .sns2 {
	width:30px;
}

.footer_block1 .snsbox .sns3 {
	margin-right:0;
	width:26px;
}

.footer_block1 .snsbox li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 31px 0 0;
	height: 0!important;
}

.footer_block1 .snsbox .sns1 a {
	background-image: url('../images/common/sns_fb.webp');
	background-size: 31px 31px;
}

.footer_block1 .snsbox .sns2 a {
	background-image: url('../images/common/sns_insta.webp');
	background-size: 30px 30px;
}

.footer_block1 .snsbox .sns3 a {
	background-image: url('../images/common/sns_x.webp');
	background-size: 26px 27px;
}

.footer_block2 {
	display: none;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 35px;
	overflow: hidden;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../images/common/pagetop.svg') no-repeat center center;
	background-size: 16px 8px;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 35px 0 0;
	height: 0!important;
}

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










@media screen and (min-width: 768px) {

	/*
	=================================== */
	.sp {
		display: none;
	}

	.tbpc {
		display: initial;
	}

	.pc {
		display: initial;
	}

	.flex_wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	/*
	=================================== */
	#wrapper {
		padding:130px 0 0;
		min-width:1060px;
		font-size:1.6rem;
	}

	#wrapper::before {
		background-size: 800px 800px;
	}

	#wrapper::after {
		background-image: url('../images/common/mbgbox.webp');
		background-size: 1400px 700px;
	}

	#wrapper.h2 {
		padding:130px 0 0;
	}

	.block1 {
		margin:0 auto;
		padding:90px 30px 60px;
		width:1060px;
	}

	header {
		position: fixed;
		top:0;
		right:0;
		width:100%;
		z-index:100;
	}

	.header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin:0 auto;
		padding:0 30px;
		width:1060px;
		height:130px;
		position: relative;
	}

	.header1 {
		padding:0 0 0 20px;
		width:790px;
		height:auto;
		transition-duration: .6s;
	}

	.h2 .header1 {
		display: block;
	}

	.pinned .header1 {
		opacity: 0;
	}

	.header1 h1 {
		margin:0 0 6px;
		padding:16px 0 0;
		font-size:1.7rem;
	}

	.header1 .logo a {
		font-size:2.6rem;
		letter-spacing: 0.1em;
	}

	.header2 {
		position: static;
		justify-content: center;
		padding:0;
		width:200px;
		height:70px;
	}

	.header2 .name {
		display: none;
	}

	.header2 .reserve {
		width:120px;
		transition-duration: .3s;
		transition-timing-function: ease;
	}

	.h2 .header2 .reserve,
	.pinned .header2 .reserve {
		transform: translateX(-40px);
	}

	.header2 .reserve a {
		height:34px;
		line-height:32px;
		font-size:1.6rem;
	}

	header .menu {
		display: none;
		opacity: 0;
		position: absolute;
		top:30px;
		right:30px;
		width:70px;
		height:70px;
		animation: menu-out .3s ease forwards;
	}

	header.pinned .menu {
		display: block;
		opacity: 1;
		animation: menu-in .3s ease forwards;
	}

	.h2 header .menu,
	header.active .menu {
		display: block;
		opacity: 1;
		animation: none;
	}

	header.active .menu {
		border:none;
	}

	.h2 header.pinned .menu,
	header.active.pinned .menu {
		animation: none;
	}

	header .menu a {
		height: 70px;
	}

	header .menu a::before,
	header .menu a::after {
		left: 21px;
		width: 28px;
	}

	header .menu a::before {
		top: 31px;
	}

	header .menu a::after {
		bottom: 31px;
	}

	header.active .menu a::before {
		top: 22px;
		left: 22px;
		width: 35px;
	}

	header.active .menu a::after {
		bottom: 22px;
		left: 22px;
		width: 35px;
	}

	.pcmenu_block {
		position: absolute;
		top:100px;
		right:75px;
		display: block;
		width:130px;
	}

	.h2 .pcmenu_block {
		display: none;
	}

	.pcmenu_block.close {
		right:-5000px;
		transition-delay: 1.0s;
	}

	.pcmenu_block li {
		margin:0 0 10px;
		line-height:1.4;
		text-align: right;
		font-size:1.6rem;
		letter-spacing: 0.04em;
		opacity: 1;
		transform: translateY(0);
		transition-duration: .6s;
	}

	.pcmenu_block li.en {
		font-size:1.6rem;
	}

	.pcmenu_block li:nth-child(2) {
		transition-delay: .05s;
	}

	.pcmenu_block li:nth-child(3) {
		transition-delay: .1s;
	}

	.pcmenu_block li:nth-child(4) {
		transition-delay: .15s;
	}

	.pcmenu_block li:nth-child(5) {
		transition-delay: .2s;
	}

	.pcmenu_block li:nth-child(6) {
		transition-delay: .25s;
	}

	.pcmenu_block li:nth-child(7) {
		transition-delay: .3s;
	}

	.pcmenu_block li:nth-child(8) {
		transition-delay: .35s;
	}

	.pcmenu_block li:nth-child(9) {
		margin-bottom:0;
		transition-delay: .4s;
	}

	.pcmenu_block.close li {
		opacity: 0;
		transform: translateY(-20px);
	}

	.active .popmenu_block {
		position: absolute;
		top:30px;
		right:30px;
		padding:14px 20px 30px;
		width:1000px;
		border-radius: 32px;
	}

	.popmenu_header {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin:0 0 45px;
	}

	.popmenu_header .nameinfo {
		width:760px;
	}

	.popmenu_header .nameinfo .lead {
		margin:0 0 6px;
		line-height:1.4;
		font-size:1.7rem;
		letter-spacing: 0.04em;
	}

	.popmenu_header .nameinfo .rname {
		line-height:1.2;
		font-size:2.6rem;
		font-weight: 500;
		font-family: "dnp-shuei-ymincho-std", sans-serif;
		letter-spacing: 0.1em;
	}

	.popmenu_header .snsinfo {
		width:200px;
	}

	.popmenu_header .snsinfo ul {
		justify-content: flex-start;
	}

	.popmenu_header .snsinfo li {
		margin:0 28px 0 0;
		width:28px;
	}

	.popmenu_header .snsinfo .sns2 {
		width:27px;
	}

	.popmenu_header .snsinfo .sns3 {
		width:23px;
	}

	.popmenu_header .snsinfo li a {
		padding: 28px 0 0;
	}

	.popmenu_header .snsinfo .sns1 a {
		background-size: 28px 28px;
	}

	.popmenu_header .snsinfo .sns2 a {
		background-size: 27px 27px;
	}

	.popmenu_header .snsinfo .sns3 a {
		background-size: 23px 24px;
	}

	.popmenu_links {
		margin:0 0 40px;
	}

	.popmenu_links ul {
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}

	.popmenu_links li {
		margin:0;
		width:auto;
		font-size:1.7rem;
	}

	.popmenu_links li.en {
		font-size:1.6rem;
	}

	.popmenu_links li:nth-child(2n) {
		padding:0;
	}

	.popmenu_links li a {
		background: none;
		margin:0 13px 0 0;
		padding:0 16px 0 0;
		letter-spacing: 0.02em;
		position: relative;
	}

	.popmenu_links li a::after {
		position: absolute;
		top:calc(50% - 7px);
		right:0;
		content: '';
		background-color: #88a3b1;
		width:2px;
		height:14px;
	}

	.popmenu_links li:last-child a {
		margin:0;
		padding:0;
	}

	.popmenu_links li:last-child a::after {
		display: none;
	}

	.popmenu_block .popmenu_block2 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
		padding:0 5px;
	}

	.popmenu_block .scheduleinfo_block {
		width:500px;
	}

	.popmenu_block .scheduleinfo_block .dateinfo {
		margin:0 0 10px;
	}

	.popmenu_block .scheduleinfo_block .dateinfo table {
		font-size:1.7rem;
	}

	.popmenu_block .scheduleinfo_block .dateinfo th {
		padding:5px 0;
	}

	.popmenu_block .scheduleinfo_block .dateinfo th.th1 {
		width:auto;
	}

	.popmenu_block .scheduleinfo_block .dateinfo th.th2 {
		width:50px;
	}

	.popmenu_block .scheduleinfo_block .dateinfo td {
		padding:20px 0 10px;
	}

	.popmenu_block .scheduleinfo_block .dateinfo td.time {
		padding:20px 0 3px;
	}

	.popmenu_block .scheduleinfo_block .dateinfo td span {
		font-size:1.5rem;
	}

	.popmenu_block .scheduleinfo_block .dateinfo td b {
		background-size: 20px 20px;
		margin:0 0 2px;
		padding: 20px 0 0;
	}

	.popmenu_block .scheduleinfo_block .subline {
		font-size:1.7rem;
	}

	.popmenu_block .contactinfo_block {
		width:410px;
	}

	.popmenu_block .contactinfo_block .telline {
		margin:0 0 3px;
	}

	.popmenu_block .contactinfo_block .telline .label {
		font-size:2.6rem;
	}

	.popmenu_block .contactinfo_block .telline .tel {
		font-size:3.4rem;
	}

	.popmenu_block .contactinfo_block .telline .tel b {
		line-height:34px;
	}

	.popmenu_block .contactinfo_block .telline .timeinfo {
		display: none;
	}

	.popmenu_block .contactinfo_block .pctimeinfo {
		display: block;
		margin:0 0 15px;
		line-height:1.4;
		text-align: center;
		font-size:1.8rem;
		letter-spacing: 0.04em;
	}

	.popmenu_block .contactinfo_block .cbtn {
		margin:0;
		width:auto;
	}

	.popmenu_block .contactinfo_block .cbtn a {
		line-height:50px;
		font-size:2.0rem;
	}

	.mtitle_block .block1 {
		padding:0 70px;
		height:160px;
	}

	.mtitle_block h2 {
		font-size:3.4rem;
	}

	.area_mtitle {
		margin:0 0 50px;
		padding:0 0 30px;
		font-size:2.6rem;
	}

	.area_mtitle::before {
		left:calc(50% - 35px);
		width:70px;
	}

	.rlink .circle {
		width:52px;
		height:52px;
		border-radius: 52px;
	}

	.rlink a:hover .circle::after {
		animation: lanim .5s ease-out forwards;
	}

	.rlink .pline {
		font-size:2.2rem;
	}

	.binfo_block .block1 {
		padding-top:55px;
		padding-bottom:55px;
	}

	.binfo_block h3 {
		margin:0 0 30px;
		font-size:2.2rem;
	}

	.binfo_block .binfo {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.binfo_block .binfo .telbox {
		margin:0 25px 0 0;
	}

	.binfo_block .binfo .telbox .tel {
		justify-content: flex-start;
		width:100%;
		line-height:1.2;
		font-size:2.6rem;
	}

	.binfo_block .binfo .telbox .tel b {
		margin:0 0 0 15px;
		font-size:4.0rem;
	}

	.binfo_block .binfo .telbox .time {
		margin:0;
		padding:0 0 0 75px;
		width:100%;
		font-size:1.8rem;
	}

	.binfo_block .binfo .line {
		margin:0 25px 0 0;
		text-align: left;
		font-size:2.2rem;
	}

	.binfo_block .binfo .rlink {
		display: block;
	}

	footer {
		position: relative;
	}

	footer::before {
		position: absolute;
		bottom:30px;
		left:0;
		content: '';
		background: url('../images/common/footer_bgimage.webp') no-repeat center top;
		background-size: 1050px 165px;
		mix-blend-mode: multiply;
		width:100%;
		height:165px;
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
	}

	.pagetop a {
		padding: 50px 0 0;
		background-size: 22px 11px;
	}

	footer .block1 {
		padding-top:65px;
		padding-bottom:210px;
	}

	.footer_block1 {
		margin:0 0 50px;
		position: relative;
	}

	.footer_block1 .rlink {
		position: absolute;
		top:0;
		right:0;
		margin:0;
		width:465px;
	}

	.footer_block1 .rlink .pline {
		font-size:2.1rem;
	}

	.footer_inblock1 {
		margin:0;
		width:500px;
		font-size:1.7rem;
	}

	.footer_inblock1 .titlebox {
		margin:0 0 30px;
	}

	.footer_inblock1 .titlebox p {
		margin:0 0 10px;
	}

	.footer_inblock1 .titlebox h2 {
		font-size:3.3rem;
	}

	.footer_block1 .snsbox ul {
		justify-content: flex-start;
	}

	.footer_block1 .snsbox li {
		margin:0 25px 0 0;
		width:28px;
	}

	.footer_block1 .snsbox .sns2 {
		width:27px;
	}

	.footer_block1 .snsbox .sns3 {
		width:23px;
	}

	.footer_block1 .snsbox li a {
		padding: 28px 0 0;
	}

	.footer_block1 .snsbox .sns1 a {
		background-size: 28px 28px;
	}

	.footer_block1 .snsbox .sns2 a {
		background-size: 27px 27px;
	}

	.footer_block1 .snsbox .sns3 a {
		background-size: 23px 24px;
	}

	.footer_inblock1 .snsbox {
		margin:0 0 40px;
		display: block;
	}

	.footer_inblock1 .data_block {
		margin:0 0 30px;
	}

	.footer_inblock1 .data_block .databox {
		margin:0 0 10px;
	}

	.footer_inblock1 .data_block .databox .label {
		width:85px;
	}

	.footer_inblock1 .data_block .databox .ex,
	.footer_inblock1 .data_block .databox .tel {
		width:calc(100% - 85px);
	}

	.footer_inblock1 .data_block .databox .tel b {
		font-size:2.2rem;
	}

	.footer_inblock1 .data_block .databox.telline {
		margin:0 0 20px;
	}

	.footer_inblock1 .dateinfo {
		margin:0 0 15px;
	}

	.footer_inblock1 .dateinfo table {
		font-size:1.7rem;
	}

	.footer_inblock1 .dateinfo th {
		padding:10px 0;
	}

	.footer_inblock1 .dateinfo th.th1 {
		width:auto;
	}

	.footer_inblock1 .dateinfo th.th2 {
		width:50px;
	}

	.footer_inblock1 .dateinfo td {
		padding:20px 0 3px;
	}

	.footer_inblock1 .dateinfo td.time {
		padding:20px 0 3px;
	}

	.footer_inblock1 .dateinfo td span {
		font-size:1.5rem;
	}

	.footer_inblock1 .dateinfo td b {
		background-size: 20px 20px;
		margin:0 0 2px;
		padding: 20px 0 0;
	}

	.footer_inblock1 .dateinfo_block .subline {
		font-size:1.7rem;
	}

	.footer_inblock2 {
		width:465px;
	}

	.footer_inblock2 .map_block {
		position: absolute;
		right:0;
		bottom:0;
		margin:0;
		width:465px;
	}

	.footer_inblock2 .gmap iframe {
		height:300px;
	}

	.footer_inblock2 .access {
		line-height:1.6;
		font-size:1.7rem;
	}

	.footer_inblock2 .snsbox {
		display: none;
	}

	.footer_block2 {
		display: block;
	}

	.footer_block2 ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer_block2 li {
		line-height:1.2;
		font-size:1.5rem;
	}

	.footer_block2 li.en {
		font-size:1.6rem;
	}

	.footer_block2 li a {
		margin:0 14px 0 0;
		padding:0 15px 0 0;
		letter-spacing: 0.08em;
		position: relative;
	}

	.footer_block2 li a::after {
		position: absolute;
		top:calc(50% - 8px);
		right:0;
		content: '';
		background-color: #88a3b1;
		width:1px;
		height:16px;
	}

	.footer_block2 li:last-child a {
		margin:0;
		padding:0;
	}

	.footer_block2 li:last-child a::after {
		display: none;
	}
}

@media screen and (min-width: 769px) {

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}
