@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


html {
	font-size: 0.63em;
	scroll-behavior: smooth;
}
body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
body {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #444;
	letter-spacing: 0.06em;
	overflow-x: hidden;
}
a {
	text-decoration: underline 0.001em;
	text-underline-offset:0.2em;
	color: #fcfcfc;
}
a:hover {
	text-decoration: none;
}

.animate-box {
	opacity: 0;
}

/* ヘッダー */
#header {
	position: fixed;
	width: 100%;
	z-index: 500;
}
#headerWrap {
	position: relative;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
	}
#header h1 {
	width: 100%;
	line-height: 0;
}
#header h1 .logo {

	float: left;
	padding:10px 20px 0;
}
#header h1 .logo img {
	height: 100%;
	max-height: 56px;
}
#header h1 .logo_mf {
	float: left;
	padding: 14px 0 0 0;
}
#header h1 .logo_mf img {
	height: 100%;
	max-height: 50px;
}
#header .hd_contact {
	float: right;
	margin-right: 100px;
	text-align: center;
}
#header .hd_phone {
	color: #4eb78e;
	padding:5px 0 0;
}
#header .hd_number {
	vertical-align: top;
	font-size: 3.60em;
	letter-spacing: 0.00em;
	font-family: "Signika", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings: "GRAD" 0;
}
.material-symbols-outlined {
	font-size: 3.20em;
	padding:8px 3px 0 0;
  font-variation-settings:
  'FILL' 0,
  'wght' 600,
  'GRAD' 0,
  'opsz' 40
}
#header .hd_con2 {
	font-size: 1.15em;
	padding:1px 0 0 40px;
}
#menuWrap {
	position: fixed;
	right: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
}
#menuWrap.mf {
	background-color: #4eb78e;
}
a#menu {
	display: inline-block;
  	position: relative;
  	width: 80px;
  	height: 80px;
}
#menuBtn {
  	display: block;
  	position: absolute;
  	top: 40%;
  	left: 29%;
  	width: 36px;
  	height: 2px;
  	background: #fff;
  	transition: .2s;
}
#menuBtn:before, #menuBtn:after {
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 36px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
}
#menuBtn:before {
  	margin-top: -10px;
}
#menuBtn:after {
  	margin-top: 8px;
}	
.menuBtx {
	display: block;
  	position: absolute;
	top: 22px;
	left: -4px;
	width: 40px;
	font-size: 8px;
}	
a#menu .close {
  	background: transparent;
}
a#menu .close:before, a#menu .close:after {
  	margin-top: 0;
}
a#menu .close:before {
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
}
a#menu .close:after {
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
}
.panel {
	width: 100%;
	display: none;
	overflow: hidden;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 100;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}
#mainnav {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	z-index:500;
	font-size:1.8em;
	font-weight: 500;
}
#mainnav ul {
	background-color: rgba(255, 255, 255, 0.99);
	text-align: left;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}	
#mainnav li:last-of-type {
	border-bottom: 0;
}
#mainnav li a {
	position: relative;
	display:block;
	padding: 1.50em 1.0em;
	border-bottom: 1px solid #ccc;
	color: #444;
}
#mainnav li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 1.5em;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #444;
	border-right: solid 2px #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menutxt {
	position: relative;
    text-align: center;
	display: inline-block;
    text-decoration: none;
    transition: all .1s;
	font-size: 1.0em;
	font-weight: 400;
}
@media only screen and (max-width: 799px){
	#headerWrap {
		height: 70px;
	}		
	#header h1 .logo {
		width: 10%;
		padding:18px 0 0 8px;
	}
	#header h1 .logo img {
		max-height: 35px;
	}
	#header h1 .logo_mf {
		float: left;
		width: 90%;
		padding: 14px 76px 0 6px;
	}
	#header h1 .logo_mf img {
		max-height: 42px;
	}
	#header .hd_contact {
		display: none;
	}	
	#menuWrap {
		width: 70px;
		height: 70px;
	}	
	a#menu {
		width: 70px;
		height: 70px;
	}
	#menuBtn {
		top: 40%;
		left: 30%;
		width: 28px;
		height: 2px;
	}
	#menuBtn:before, #menuBtn:after {
		width: 28px;
	}
	#menuBtn:before {
  		margin-top: -9px;
	}
	#menuBtn:after {
  		margin-top: 7px;
	}	
	.menuBtx {
		top: 20px;
		left: -7px;
	}
		.panel {
		top: 70px;
	}
	#mainnav li a {
		padding: 1.40em 1.0em;
	}
}


/* 背景imgズームアウト */
#mimg {
  width: 100%;
  height: 980px;
  overflow: hidden;
}
#mimg::before {
	margin: 70px auto 0;
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../images/mimg_mf.jpg);
   background-size: cover;
   background-position: 85% 0%;
   background-repeat: no-repeat;
   -webkit-animation: zoom 5s 1;
   animation: zoom 5s 1;
   animation-fill-mode: forwards;
}
#mimg .cap {
	position: absolute;
	top: 70px;
	text-align: left;
	margin: 0 auto;
	padding: 50px 0 20px;
}
#mimg .cap img {
	width: 100%;
}
#mimg .tx1 {
	padding: 0 40px 10px;
}
#mimg .tx1 img {
	max-width: 350px;
}
#mimg .tx2 {
	padding: 0 40px 10px;
}
#mimg .tx2 img {
	max-width: 550px;
}
#mimg .tx3 {
	padding: 0 40px 30px;
}
#mimg .tx3 img {
	max-width: 550px;
}
#mimg .tx4 {
	padding: 0 40px 60px;
}
#mimg .tx4 img {
	max-width: 1000px;
}
#mimg .tx5 {
	float: left;
	padding: 40px 100px;
	background-color: rgba(78, 183, 142, 0.7);
}
#mimg .tx5 img {
	max-width: 700px;
}
@keyframes zoom {
   100% {
      transform: scale(1);
   }
   0% {
      transform: scale(1.1);
   }
}
@media only screen and (max-width: 799px){
	#mimg {
		height: 600px;
	}
	#mimg::before {
		background-size: auto 550px;
		background-position: 82% 0;
	}
	#mimg .cap {
		padding: 50px 0 0;
	}
	#mimg .tx1 {
		padding: 0 10px 10px;
	}
	#mimg .tx1 img {
		max-width: 200px;
	}
	#mimg .tx2 {
		padding: 0 10px 20px;
	}
	#mimg .tx2 img {
		max-width: 250px;
	}
	#mimg .tx3{
		padding: 0 10px 20px;
	}
	#mimg .tx3 img {
		max-width:250px;
	}
	#mimg .tx4 {
		padding: 0 10px 40px;
	}
	#mimg .tx4 img {
		max-width:600px;
	}
	#mimg .tx5 {
		padding: 20px;
		background-color: rgba(78, 183, 142, 0.7);
	}
	#mimg .tx5 img {
	vmax-width: 700px;
	}
}


/* トップへ */
.pagetop {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: rgba(78, 183, 142, 0.7);
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  border: 0;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}


/* フッター */
#footer {
	padding: 16px;
	text-align: center;
	width: 100%;
	background-color: #4eb78e;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
}
@media screen and (max-width: 768px) {
	#footer {
		font-size: 1.0em;
	}
}




/* 無料体験受付中 */
#trial {
	width: 100%;
}
#trial .bk {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	background-color: #e5f7f0;
}
#trial h2 {
	padding: 100px 20px 50px;
	text-align: center;
}
#trial h2 img {
	width: 100%;
	max-width: 500px;
}
#trial .lt {
	width: 50%;
	float: left;
}
#trial .lt img {
	width: 100%;
	max-width: 900px;
	min-height: 600px;
	vertical-align: top;
	object-fit: cover;
}
#trial .rt {
	display: inline-block;
	width: 45%;
	text-align: center;
	padding: 60px 30px  20px 50px;
}
#trial p {
	display: inline-block;
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 auto 40px;
}
#trial p span {
	color: #4eb78e;
	font-size: 3.40em;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#trial .rt_txt {
	display: inline-block;
	text-align: left;
	font-size: 2.2em;
	line-height: 2.0em;
	margin-bottom: 40px;
}
#trial .btn1 {
	text-align: center;
}
#trial .btn1 a {
	display: inline-block;
	background-color: rgba(78, 183, 142, 1.0);
	padding: 28px 30px;
	border-radius: .6rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: .1rem;
	transition: .5s;
	color: #fff;
	font-size: 2.4em;
}
#trial .btn1 a:hover {
  background-color: rgba(78, 183, 142, 0.7);
}
@media screen and (max-width: 768px) {
	#trial h2 {
		padding: 50px 20px 30px;
	}
	#trial h2 img {
		width: 90%;
	}
	#trial .lt {
		display: flex;
		align-items: center;
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	#trial .lt img {
		min-height: 360px;	
	}
	#trial .rt {
		width: 100%;
		padding: 50px 20px 40px;
	}
	#trial p {
		padding: 10px;
		margin: 0 auto 30px;
	}
	#trial p span {
		font-size: 2.40em;
		line-height: 1.2em;
		white-space: normal;
	}
	#trial .rt_txt {
		font-size: 1.8em;
		line-height: 1.8em;
	}
	#trial .btn1 a {
		padding: 26px 18px;
		font-size: 1.95em;
		line-height: 1.2em;
		white-space: normal;
	}
}


/* 紹介見出し */
#about {
	width: 100%;
	padding: 80px 30px 40px;
	text-align: center;
	background-image: linear-gradient(to right, #fbffe7 0%, #d9f099 100%);
}
#about div {
	max-width: 580px;
	display: inline-block;
	font-size: 1.85em;
	line-height: 2.20em;
	font-weight: 600;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	#about {
		padding: 50px 34px 20px;
	}
	#about div {
		font-size: 1.60em;
		line-height: 2.00em;
	}
}


/* お悩み例 */
#ex {
	padding: 60px 30px 80px;
}
#ex h2 {
	text-align: center;
	margin: 0 auto 60px;
	color: #4eb78e;
	font-size: 3.40em;
	line-height: 2.20em;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: underline solid #4eb78e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.5em;
}
#ex .bk {
	margin: 0 auto;
	width: 80%;
	text-align:center;
	display: grid;
	grid-template-columns: auto auto;
	gap: 60px 80px;
}
@media screen and (max-width: 768px) {
	#ex {
		padding: 40px 10px 60px;
		}
	#ex .bk {
		width: 94%;
		display: grid;
		grid-template-columns: auto;
		gap: 30px 0;
	}
	#ex h2 {
		margin: 0 auto 30px;
		font-size: 2.40em;
	line-height: 2.0em;
	}
}


/* サービス */
#service {;
	width: 100%;
	background-image: linear-gradient(to right, #fbffe7 0%, #d9f099 100%);
	padding: 50px 0 0;
	text-align: center;
}
#service .bk {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 0;
	background-color: #fff;
}
#service .bk:last-of-type {
	padding: 40px 0 100px;
}
#service h2 {
	margin: 0 auto 20px;
	color: #4eb78e;
	font-size: 2.4em;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#service h3 {
	margin: 0 auto 60px;
	color: #4eb78e;
	font-size: 3.40em;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: underline solid #4eb78e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.5em;
}
#service .point {
	width: 100%;
	max-width: 80px;
}
#service .sv_img {
	width: 100%;
	max-width: 900px;
}
#service p {
	margin: 40px auto 20px;
	font-size: 2.8em;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#service p:after {
	margin-top: -10px;
    background-color: #fcffae;
    border-radius: 10px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 20px; /* 線幅 */
}
#service .sv_txt {
	margin: 0 auto;
	text-align: left;
	font-size: 1.8em;
	line-height: 2.0em;
}
#service .lt {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 20px 0 60px;
}
#service .rt {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 60px 0 20px;
}
#service .hd2 {
		display: none;
	}
#service .btn2 {
	text-align: center;
}
#service .btn2 a {
	display: inline-block;
	background-color: rgba(51, 51, 51, 1.0);
	padding: 28px 30px;
	border-radius: .6rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: .1rem;
	transition: .5s;
	color: #fff;
	font-size: 2.4em;
	}
#service .btn2 a:hover {
  background-color: rgba(51, 51, 51, 0.7);
}
@media screen and (max-width: 768px) {
	#service {
		padding: 36px 0 0;
	}
	#service .bk {
		width: 88%;
		padding: 50px 0 16px;
	}
	#service .bk:last-of-type {
		padding: 30px 0 60px;
	}
	#service h2 {
		margin: 0 auto 10px;
		font-size: 1.6em;
	}
	#service h3 {
		margin: 0 auto 40px;
		font-size: 2.40em;
	}
	#service .point {
		max-width: 60px;
	}
	#service p {
		margin: 20px auto 18px;
		font-size: 2.0em;
	}
	#service .sv_txt {
		font-size: 1.5em;
		line-height: 1.8em;
	}
	#service .lt {
		width: 100%;
		padding: 0 20px;
	}
	#service .rt {
		width: 100%;
		padding: 0 20px;
	}
	#service .hd2 {
		display: inline-block;
		width: 100%;
		padding: 0;
	}
	#service .hd1 {
		display: none;
	}
	#service .btn2 a {
		padding: 28px 24px;
		font-size: 1.8em;
		line-height: 1.2em;
		white-space: normal;
	}
}


/* トレーナー紹介 */
#trainer {
	width: 100%;
	background-color: #e5f7f0;
	padding: 60px 100px 0;
	text-align: center;
}
#trainer .bk {
	display: inline-block;
	width: 80%;
	text-align: left;
	margin: 0 auto 100px;
}
#trainer .bk:first-of-type {
	margin: 0 auto 20px;
}
#trainer h2 {
	display: inline-block;
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 auto 20px;
}
#trainer h2 span {
	color: #4eb78e;
	font-size: 2.4em;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#trainer .ph {
	width: 100%;
	max-width: 600px;
}
#trainer h3 {
	margin: 0 auto 30px;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#trainer h3 span {
	display: block;
	margin: 0 auto 8px;
	font-size: 0.8em;
}
#trainer p {
	margin: 0 auto 18px;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.4em;
}
#trainer p img {
	float: right;
	margin: 0 auto;
	width: 100%;
	max-width: 80px;
}
#trainer p a:hover img {
	opacity: 0.8;
}
#trainer .txt {
	margin: 60px auto 0;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.8em;
}
#trainer .lt {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 40px 0 0;
}
#trainer .rt {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 0 0;
}
@media screen and (max-width: 768px) {
	#trainer {
		padding: 50px 20px 0;
	}
	#trainer .bk {
		width: 100%;
		text-align: left;
		margin: 0 auto;
	}
	#trainer .bk:first-of-type {
		margin: 0 auto 20px;
	}
	#trainer h2 {
		padding: 10px;
		margin: 0 auto 10px;
	}
	#trainer h2 span {
		font-size: 1.70em;
	}
	#trainer h3 {
	margin: 0 auto 30px;
	font-size: 1.8em;
	}
	#trainer h3 span {
	display: block;
	margin: 0 auto 5px;
	font-size: 0.7em;
	}
	#trainer p {
	margin: 0 auto 14px;
	font-size: 1.5em;
	line-height: 1.2em;
	}
	#trainer p img {
		max-width: 75px;
	}
	#trainer .txt {
		margin: 25px auto 70px;
		font-size: 1.5em;
		line-height: 1.6em;
	}
	#trainer .lt {
		width: 100%;
		margin: 0 auto 15px;
		text-align: center;
		padding: 0 20px 0;
	}
	#trainer .rt {
		width: 100%;
		padding: 0;
	}
}


/* ご利用の流れ */
#flow {
	width: 100%;
	background-color: #ffffec;
	padding: 60px;
	text-align: center;
}
#flow h2 {
	text-align: center;
	margin: 0 auto 60px;
	color: #4eb78e;
	font-size: 3.40em;
	font-weight: 600;
	letter-spacing: 0.12em;
}
#flow h2 img {
	margin: 0 auto 25px;
	max-width: 240px;
	width: 100%;
}
#flow p {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 10px;
	background-color: #4eb78e;
	border-radius: 10px 10px 0 0;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 3.40em;
	letter-spacing: 0.08em;
}
#flow .bk {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	padding: 40px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	border: solid 3px #4eb78e;
	border-top: 0;
}
#flow .lt {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 40px 0 0;
}
#flow .rt {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 0 0;
}
#flow .txt {
	text-align: left;
	font-size: 1.8em;
	line-height: 1.8em;
}
#flow .ph {
	width: 100%;
	max-width: 700px;
}
#flow .arr {
	margin: 0 auto 20px;
	width: 100%;
	background-color: #4eb78e;
	height: calc(40px / 2);
	width: 40px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
	#flow {
		padding: 50px 20px;
	}
	#flow h2 {
		margin: 0 auto 30px;
		font-size: 2.60em;
	}
	#flow h2 img {
	margin: 0 auto 15px;
	max-width: 180px;
	}
	#flow p {
		width: 100%;
		margin: 0 auto;
		padding: 5px;
		font-size: 2.0em;
	}
	#flow .bk {
		width: 100%;
		margin: 0 auto 10px;
		padding: 24px;
		border: solid 2px #4eb78e;
	}
	#flow .lt {
		width: 100%;
		margin: 0 auto 15px;
		padding: 0;
	}
	#flow .rt {
		width: 100%;
		padding: 0;
	}
	#flow .txt {
		font-size: 1.5em;
		line-height: 1.6em;
	}
	#flow .arr {
	margin: 0 auto 10px;
	width: 100%;
	background-color: #4eb78e;
	height: calc(24px / 2);
	width: 24px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
}


/* 料金 */
#price {
	width: 100%;
	background-color: #f6f6f6;
	padding: 60px 100px 0;
	text-align: center;
}
#price .bk {
	display: inline-block;
	width: 60%;
	text-align: left;
	margin: 0 auto 40px;
}
#price .bk:last-of-type {
	margin: 0 auto 100px;
	font-family: "Noto Sans JP", sans-serif;
}
#price h2 {
	display: inline-block;
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
}
#price h2 span {
	color: #4eb78e;
	font-size: 2.3em;
	font-weight: 600;
	letter-spacing: 0.12em;
}
#price h3 {
	margin: 0 auto 8px;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2em;
}
#price h4 {
	font-size: 1.9em;
	line-height: 1.2em;
	letter-spacing: 0.04em;
}
#price ul {
	margin: 20px auto 50px;
}
#price ul:last-of-type {
	margin: 20px auto 30px;
}
#price li {
	margin: 0 auto 15px;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.4em;
}
#price .txt {
	text-align: left;
	font-size: 1.6em;
	line-height: 1.6em;
}
@media screen and (max-width: 768px) {
	#price {
		padding: 50px 20px 0;
	}
	#price .bk {
		width: 100%;
		text-align: left;
		margin: 0 auto 20px;
	}
	#price .bk:last-of-type {
		margin: 0 auto 50px;
	}
	#price h2 {
		padding: 10px;
	}
	#price h2 span {
		font-size: 1.60em;
	}
	#price h3 {	
	font-size: 1.85em;
	}
	#price h4 {
	font-size: 1.65em;
	}
	#price li {
		font-size: 1.6em;
	}
	#price .txt {
		font-size: 1.35em;
	}
}


/* 施設案内 */
#map {
	padding: 100px 0 90px;
	text-align: center;
}
#map h2 {
	margin: 0 auto 20px;
	color: #4eb78e;
	font-size: 2.4em;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#map h3 {
	margin: 0 auto 60px;
	color: #4eb78e;
	font-size: 3.40em;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: underline solid #4eb78e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.5em;
}
#map .txt {
	margin: 0 auto 18px;
	font-size: 1.7em;
	line-height: 1.45em;
}
#map .bk {
	margin: 0 auto 80px;
	width: 70%;
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 30px 30px;
}
#map .list {
	max-height: 200px;
	overflow: hidden;
}
#map .list a:hover img {
	opacity: 0.8;
}
#map .bk2 {
	margin:0 auto 80px;
	width: 70%;
}
#map .lt {
	width: 55%;
	float: left;
}
#map .lt img {
	margin:0 auto 40px;
	width: 100%;
	max-width: 900px;
}
#map .rt {
	display: inline-block;
	width: 45%;
	text-align: left;
	padding: 0 30px  20px 20px;
}
#map p {
	margin: 0 auto 18px;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.4em;
}
#map .map {
	width: 100%;
	height: 500px;
}
@media screen and (max-width: 768px) {
	#map {
		padding: 50px 0;
	}
	#map h2 {
		margin: 0 auto 10px;
		font-size: 1.6em;
	}
	#map h3 {
		margin: 0 auto 40px;
		font-size: 2.40em;
	}
	#map .txt {
		margin: 0 auto 14px;
		font-size: 1.45em;
	}
	#map .bk {
		margin: 0 auto 50px;
		width: 94%;
		display: grid;
		grid-template-columns: auto auto;
		gap: 20px 20px;
	}
	#map .list {
		max-height: 150px;
	}
	#map .lt {
		width: 100%;
	}
	#map .lt img {
		margin:0 auto;	
	}
	#map .rt {
		width: 100%;
		padding: 15px 20px 30px;
	}
	#map .bk2 {
		margin:0 auto;
		width: 100%;
	}
	#map p {
		margin: 0 auto 17px;
		font-size: 1.65em;
		line-height: 1.3em;
	}
	#map .map {
		width: 90%;
		height: 400px;
	}
}


/* 予約お問い合わせ */
#contact {
	background-color: #ffffec;
	padding: 100px 0 110px;
	text-align: center;
}
#contact h1 {
	margin:0 auo;
	padding: 0 0 20px;
}
#contact h1 img {
	width: 60px;
}
#contact h2 {
	margin: 0 auto 20px;
	font-size: 2.4em;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#contact h3 {
	margin: 0 auto 60px;
	font-size: 3.40em;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: underline solid #444;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.5em;
}
#contact .tri {
	padding: 0 0 20px;
}
#contact .tri img {
	width: 100%;
	max-width: 450px;
}
#contact .phone a{
	display: inline-block;
	margin: 0 auto 50px;
	background-color: #fff;
	color: #4eb78e;
	padding:2px 20px 5px;
}
#contact .material-symbols-outlined {
	font-size: 6.00em;
	padding:14px 14px 0 0;
  font-variation-settings:
  'FILL' 0,
  'wght' 600,
  'GRAD' 0,
  'opsz' 40
}
#contact .number {
	vertical-align: top;
	font-size: 7.00em;
	letter-spacing: 0.00em;
	font-family: "Signika", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings: "GRAD" 0;
}
#contact p {
	margin: 0 auto 18px;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.4em;
}
#contact p img {
	margin: 30px auto 0;
	width: 100%;
	max-width: 100px;
}
#contact p a:hover img {
	opacity: 0.8;
}
@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
@media screen and (max-width: 768px) {
	#contact {
		padding: 50px 0 70px;
	}
	#contact h1 {
		padding: 0 0 15px;
	}
	#contact h1 img {
		width: 40px;
	}
	#contact h2 {
		margin: 0 auto 10px;
		font-size: 1.65em;
	}
	#contact h3 {
		margin: 0 auto 40px;
		font-size: 2.45em;
	}
	#contact .tri {
		padding: 0 0 14px;
	}
	#contact .tri img {
		max-width: 330px;
	}
	#contact .phone a {
		margin: 0 auto 30px;
		padding:2px 10px 5px;
		text-decoration: none;
		}
	#contact .material-symbols-outlined {
		font-size: 3.80em;
		padding:12px 10px 0 0;
	}
	#contact .number {
		font-size: 4.50em;
	}
	#contact p {
		margin: 0 auto 14px;
		font-size: 1.75em;
		line-height: 1.45em;
	}
	#contact p img {
		max-width: 80px;
	}
}
