@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=M+PLUS+1:wght@100..900&family=Ribeye&display=swap');


/*  ----------------------------------------------------------

base

----------------------------------------------------------  */
:root {
	--blue: #0abab5;
	--grey: #000;
	--font-kaushan: 'Kaushan Script', cursive;
	--font-Ribeye: "Ribeye", serif;
}
body {
	background: url(../img/bg-menu.jpg) center top;
	background-size: 100% auto;
	color: var(--grey);
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
a {
	color: var(--grey);
}



/*  ----------------------------------------------------------

font-size

----------------------------------------------------------  */
html {
    font-size: 0.833vw;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 1.303vw;
    }	
}
@media screen and (max-width: 540px) {
    html {
        font-size: 1.851vw;
    }	
}
@media screen and (max-width: 414px) {
    html {
        font-size: 2.415vw;
    }	
}



/*  ----------------------------------------------------------

header

----------------------------------------------------------  */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 14.2rem 0 2.5rem;
	height: 7.2rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
header::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.52;
    width: 100%;
    height: 13.6rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
header h1 {
	width: 24.6rem;
	line-height: 1;
	padding-bottom: 0.12rem;
	margin-top: 7rem;
}
@media screen and (max-width: 768px) {
	header {
		height: 6rem;
		padding: 0;
	}
	header h1 {
		width: 17rem;
		margin-top: 0;
	}	
}



/*  ----------------------------------------------------------

nav

----------------------------------------------------------  */
ul.gnav-menu {
	display: flex;
	align-items: center;
}
ul.gnav-menu > li {
	white-space: nowrap;
	letter-spacing: 0.15em;
}
ul.gnav-menu > li:not(:last-child) {
	margin-right: 3rem;
}
ul.gnav-menu > li > a {
	display: inline-block;
	position: relative;
	color: #FFF;
	font-weight: 700;
}
ul.gnav-menu > li:last-child {
	font-size: 2.6rem;
	margin-bottom: 0.2rem;
}
ul.gnav-menu > li:last-child > a {
	color: #FFF;
}
ul.gnav-menu a:hover {
	opacity: 1;
	color: var(--blue);
}
ul.gnav-menu > li > a::before {
	content: "";
	width: 100%;
	height: 1rem;
	border-bottom: dotted 0.3rem var(--blue);
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	opacity: 0;
	transition: all .3s;
}
ul.gnav-menu a:hover::before {
	opacity: 1;
}




/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */
footer {
	background: var(--blue);
	background-size: 100% auto;
	padding: 3rem 0;
	color: #fff;
}
footer a {
	color: #fff;
}
footer .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 3rem 0;
}
footer .logo {
	width: 32rem;
	margin-bottom: 1.5rem;
}
footer nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
footer nav ul li:not(:last-child) {
	margin-right: 4rem;
}
footer nav ul li:last-child {
	font-size: 2.8rem;
	margin-bottom: 0.25rem;
}
footer dl {
	text-align: center;
}
footer dl a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-family: var(--font-Ribeye);
	font-size: 2.4rem;
}
footer dl a i {
	font-size: 1.2rem;
	margin-top: 0.3rem;
	margin-right: 0.5rem;
}
footer small {
	display: block;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	footer .logo {
		width: 28rem;
		margin-bottom: 1.5rem;
	}
	footer .wrap {
		margin: 4rem 0;
	}
	footer nav ul {
		flex-direction: column;
	}
	footer nav ul li {
		text-align: center;
	}
	footer nav ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	footer dl a {
		text-decoration: none !important;
	}
	footer dl a span {
		text-decoration: underline;
	}
}



/*  ----------------------------------------------------------

page-ttl

----------------------------------------------------------  */
.page-ttl {
	background: url(../img/top-kv-1.jpg) no-repeat center bottom -10rem / cover;
	position: relative;
}
.page-ttl > div {
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35rem;
}
.page-ttl h2 {
	color:#fff;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	letter-spacing: 0.1em;
}
.page-ttl h2 span {

}
@media screen and (max-width: 768px) {
	.page-ttl {
		background: url(../img/top-kv-1.jpg) no-repeat center / cover;
	}
	.page-ttl > div {
		height: 25rem;
	}	
}



/*  ----------------------------------------------------------

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
	line-height: 1;
	margin-bottom: 4.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: normal;
	background: url(../img/bg-ttl-1.png) no-repeat center top;
	background-size: 4rem auto;
	padding-top: 3.5rem;
	color: var(--blue);
	font-weight: 700;
}
.heading-1 span {
	display: block
}
.heading-1 .en {
	font-family: var(--font-Ribeye);
	font-size: 4rem;
	margin-bottom: 1rem;
	font-weight: 400;
}
.heading-2 {
	line-height: 1;
	font-family: var(--font-kaushan);
	font-size: 12rem;
	font-weight: normal;
	transform: rotate(-15deg);
	color: var(--blue);
	opacity: 0.3;
	margin-left: -5rem;
	margin-bottom: 2rem;
}
.heading-3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 2.5rem;
}
.heading-3 span {
	background: #fff;
	font-size: 2.8rem;
	white-space: nowrap;
	letter-spacing: 0.15em;
	padding: 0.5rem 1rem 0.7rem 1.5rem;
}
.heading-3 span:not(:last-child) {
	margin-bottom: 0.7rem;
}
.heading-3 strong {
	color: var(--blue);
}
@media screen and (max-width: 768px) {
	.heading-2 {
		font-size: 9rem;
		margin-left: -2rem;
	}
	.heading-3 {
		margin-bottom: 2rem;
	}
	.heading-3 span {
		font-size: 2.4rem;
	}
}
/* more */
.more {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: var(--font-Ribeye);
	letter-spacing: 0.15em;
	width: 18.4rem;
	height: 4.6rem;
	padding: 0 3rem 0 0;
	background: url(../img/arrow-1.png) no-repeat top 2rem right 1.5rem;
	background-size: 3rem auto;
	background-color: var(--blue);
	margin: 0 auto;
	position: relative;
}
.more::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0.5rem;
	right: -0.5rem;
	border-right: 1px solid var(--blue);
	border-bottom: 1px solid var(--blue);
}
.more.green::after {
	border-right: 1px solid #00a478;
	border-bottom: 1px solid #00a478;
}
.more:hover {
	opacity: 0.7;
}
.more.green {
	background-color: #00a478;;
}
@media screen and (max-width: 768px) {
	.more {
		width: 100%;
	}
}
/* ttl */
.ttl {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
}
.ttl:after {
	border-bottom: solid 4px var(--blue);
	bottom: -4px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}
@media screen and (max-width: 768px) {
	.ttl:after {
		width: 40%;
	}	
}
/* detail */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
dl.detail dt {
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
	font-weight: 500;
	border-bottom: solid 0.15rem var(--blue);
	color: var(--blue);
	display: flex;
}
dl.detail dd {
	padding: 1.5rem;
	width: 75%;
	border-bottom: solid 0.15rem var(--blue);
}
dl.detail dt:last-of-type,
dl.detail dd:last-of-type {
	border: none;
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
dl.wt dt,
dl.wt dd {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}
	dl.detail dt {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 1.2rem;
		width: 100%;
	}
	dl.detail dd {
		padding: 1.2rem;
		width: 100%;
	}
	dl.bk dt {
		border-bottom: none;
	}
	dl.wt dt {
		border-bottom: none;
	}
}



/*  ----------------------------------------------------------

hamburger

----------------------------------------------------------  */
.gnav-sp {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	background: url(../img/bg-menu.jpg) center top;
	background-size: 100% auto;
}
.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.gnav-sp-menu li {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.gnav-sp-menu li span {
	display: block;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1.2rem 0;
	white-space: nowrap;
	font-weight: 600;
}
.gnav-sp-menu li:last-child a {
	font-size: 3.2rem;
	color: var(--blue);
}
/* toggle */
.toggle-btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: var(--blue);
}
.toggle-btn span {
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	background-color: #fff;
	transition: all .4s;
}
.toggle-btn span:nth-child(1) {
	top: 1.9rem;
}
.toggle-btn span:nth-child(2) {
	top: 2.7rem;
}
.toggle-btn span:nth-child(3) {
	top: 3.5rem;
}
/* open */
.open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}
.open .toggle-btn span {
	background-color: #fff;
}
.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(0.8rem) rotate(-45deg);
	transform: translateY(0.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-0.8rem) rotate(45deg);
	transform: translateY(-0.8rem) rotate(45deg);
}



/*  ----------------------------------------------------------

layout

----------------------------------------------------------  */
.base-width {
	width: 88rem;
	margin-left: auto;
	margin-right: auto;
}
.container {
	margin: 8rem auto 10rem auto;
	width: 88rem;
}
.container .wrap {
	display: flex;
	justify-content: space-between;
}
.container .wrap.reverse {
	flex-direction: row-reverse;
}
.container .wrap > figure {
	width: 35%;
}
.container .wrap > div {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.base-width {
		width: auto;
	}
	.container {
		margin: 6rem 3rem 8rem 3rem;
		width: auto;
	}
	.container .wrap {
		display: block;
	}
	.container .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.container .wrap > div {
		width: 100%;
	}
}



/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}



/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
	z-index: 999;
	bottom: 2rem;
	right: 1rem;	
	width: 6rem;
}
@media screen and (max-width: 768px) {

	#page-top{
		bottom: 8rem;

	}

}



/*  ----------------------------------------------------------

link

----------------------------------------------------------  */
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out; 
}
a.line {
	text-decoration: underline;
}
a:hover.line {
	text-decoration: none;
}
a:hover {
    opacity: 0.5;
} 
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}



/*  ----------------------------------------------------------

class

----------------------------------------------------------  */
/* txt */
.txt-vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
	.txt-vertical.not {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		white-space: normal;
	}
}
/* prepare */
.prepare {
    text-align: center;
    padding: 8rem 0;
    font-size: 2rem;
	font-weight: bold;
}
/* map */
.gmap iframe {
	width: 100%;
	height: 36rem;
}
/* margin */
.mb-10 { 
	margin-bottom: 1rem !important;
}
.mb-15 {
	margin-bottom: 1.5rem !important;
}
.mb-20 {
	margin-bottom: 2.0rem !important;
}
.mb-25 {
	margin-bottom: 2.5rem !important;
}
.mb-30 {
	margin-bottom: 3.0rem !important;
}
.mb-35 {
	margin-bottom: 3.5rem !important;
}
.mb-40 {
	margin-bottom: 4.0rem !important;
}
.mb-45 {
	margin-bottom: 4.5rem !important;
}
.mb-50 {
	margin-bottom: 5.0rem !important;
}
.mb-55 {
	margin-bottom: 5.5rem !important;
}
.mb-60 {
	margin-bottom: 6.0rem !important;
}
.mb-65 {
	margin-bottom: 6.5rem !important;
}
.mb-70 {
	margin-bottom: 7.0rem !important;
}
.mb-75 {
	margin-bottom: 7.5rem !important;
}
.mb-80 {
	margin-bottom: 8.0rem !important;
}
.mb-85 {
	margin-bottom: 8.5rem !important;
}
.mb-90 {
	margin-bottom: 9.0rem !important;
}
.mb-95 {
	margin-bottom: 9.5rem !important;
}
.mb-100	{
	margin-bottom: 10.0rem !important;
}



/*  ----------------------------------------------------------

fade

----------------------------------------------------------  */
@keyframes fadeUp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeUp {
    animation: fadeUp 0.5s ease;
    animation-fill-mode: both
}
.fade {
	opacity: 0;
	transform: translateY(2rem);
}

/*  ----------------------------------------------------------

fixed btn

----------------------------------------------------------  */
.fixed-btn {
  position: fixed;
  display: flex;
  top: 47%;
  right: 0;
  z-index: 999;
  transform: translate(0, -50%);
  width: 5.2rem;
  max-width: 80px;
  gap: 2rem;
  -webkit-transform: translate(0, -50%);
}
.fixed-btn a {

}
.fixed-btn a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fixed-btn {
      top: auto;
      bottom: 0;
              transform: none;
      width: 100%;
      flex-direction: initial;
      -webkit-transform: none;
      max-width: initial;
      gap: 0;
  }
  .fixed-btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: max(50px,6.4rem);
      background: #0abab5;
      color: #ffffff;
      font-weight: bold;
      font-size: max(14px,2rem);
      text-decoration: none !important;
      width: 40%;
  }
  .fixed-btn a.tel-btn  {
      background: #0abab5;
      border-right: 0.5px solid #fff;
  }
  .fixed-btn a.reserve-btn  {
      background: #0abab5;
	  border-left: 0.5px solid #fff;
      border-right: 0.5px solid #fff;
  }
  .fixed-btn a.uber-btn  {
      background: #06c167;
      border-left: 0.5px solid #fff;
	  width: 20%;
  }
  .fixed-btn a.uber-btn img {
	  width: 4rem;
  }
}
.CMS-NOT-EDITABLE-AREA {
  height: 100%;
}