@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

body {
	color: #000;
	font-size: 100%;
	line-height: 170%;
	font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ffffff;
	overflow-x: hidden;
}

a {
	text-decoration: underline;
	color: #000;
}

a:link {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a:hover img {
	opacity: 0.7;
}


#mmenu.fixed {
	position: fixed;
	display: block;
	z-index: 999;
	background: #fff;
	width: 100%;
	top: 0;
	left: 0;
}

.mf-frame {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

#header .mf-frame,
#mmenu .mf-frame {
	padding: 0 clamp(10px, 1.5vw, 20px);
}

.clist {
	display: flex;
	flex-wrap: wrap;
}



a.btn1 {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: url(../img/top/arr1.png) 80% center no-repeat #F0961C;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 2em 5px 1em;
}

a.btn2 {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: url(../img/top/arr2.png) 90% center no-repeat #F0961C;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px 4em;
	font-size: 1.4em;
	line-height: 1.7em;
}

a.btn3 {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #00A3CE;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 2em;
}

.sp-disp,
.sp-img {
	display: none;
}




#header .mf-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

#header .logo {
	margin: 0 auto 0 0;
}

#header .logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	font-size: clamp(1.0em, 1.6vw, 1.6em);
	line-height: 1.7em;
	white-space: nowrap;
}

#header .logo a img {
	margin: 0 10px 0 0;
	width: clamp(40px, 5vw, 65px);
	height: auto;
}


#header .htel {
	display: flex;
	align-items: center;
	font-size: clamp(1.2em, 2vw, 2em);
	line-height: 1.7em;
	font-weight: bold;
	margin: 0 clamp(15px, 4vw, 60px) 0 0;
	white-space: nowrap;
}

#header .htel img {
	margin: 0 10px 0 0;
	width: clamp(20px, 3vw, 35px);
	height: auto;
}

#header .hmenu {
	margin: 0 clamp(15px, 4vw, 60px) 0 0;
	font-size: clamp(0.8em, 1vw, 1em);
}

#header .hmenu li {
	float: left;
}

#header .hmenu li a {
	text-decoration: none;
	background: url(../img/cmn/arr1.png) left center no-repeat;
	padding: 0 0 0 1em;
	font-weight: bold;
}

#header .hmenu li a:hover {
	text-decoration: underline;
}

#header .hmenu li:nth-of-type(1) {
	margin: 0 1em 0 0;
}

#header .hmenu li:nth-of-type(3) {
	clear: both;
}

#header .hinsta img {
	margin: 0 clamp(5px, 1.5vw, 15px) 0 0;
}

#header .hline img {
	max-width: clamp(140px, 17vw, 220px);
	height: auto;
}

.spheader {
	display: none;
}

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

#mmenu a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #00A3CE;
	padding-bottom: 5px;
}

#mmenu a:hover {
	text-decoration: none;
	border-bottom-color: #fff100;
}

#mmenu .submenu>a:after {
	content: url(../img/cmn/arr2.png);
	margin: 0 0 0 10px;
}

#mmenu .mf-inner>ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

#mmenu .mf-inner>ul>li {
	font-size: clamp(0.9em, 1.2vw, 1.2em);
	position: relative;
	margin: 0 auto 0 auto;
}

#mmenu .mf-inner>ul>li ul {
	position: absolute;
	width: 10em;
	display: none;
	z-index: 10;
}

#mmenu .mf-inner>ul>li ul li {
	margin: 10px 0 0 0;
}

#mmenu .mf-inner>ul>li ul li a {
	background: rgba(255, 255, 255, 0.9);
}

/***************************************************/

#mainvis {
	background: url("../img/menu/mi.jpg") center center /cover no-repeat;
	color: #fff;
	text-align: center;
}

#mainvis .mf-inner {
	padding: 30px 0 50px 0;
}

#mainvis h1 {
	display: table;
	font-size: 1.75em;
	font-weight: bold;
	border-bottom: #00A3CE solid 4px;
	line-height: 1em;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#mainvis h1 img {
	vertical-align: bottom;
	margin: 0 0.5em 0 0;
	max-width: 47px;
	width: 7.34vw;
}


/*--------------------------------------*/
#pankuzu {
	background: #00A3CE;
	padding: 10px 0;
	margin: 0 0 40px 0;
}

#pankuzu ul {
	font-size: 0.88em;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.5em;
	color: #fff;
}

#pankuzu ul li:after {
	content: ">";
	padding: 0 0.5em;
}

#pankuzu ul li:last-child:after {
	display: none;
}

#pankuzu ul li a {
	color: #fff;
	text-decoration: underline;
}

#pankuzu ul li a:hover {
	text-decoration: none;
}

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

#footer {
	position: relative;
	margin: 150px 0 0 0;
	background: #00A3CE;
}

#footer::before {
	content: '';
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../img/cmn/fbg.png) left bottom repeat-x;
	background-size: auto 100%;
}

#footer .mf-inner {
	padding: 60px 0 50px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}

#footer .mf-inner .ti-widget.ti-goog {
	width: auto;
	position: relative;
	right: 800px;
}

#footer dl {
	margin: 0 auto 0 0;
}

#footer dl dt {
	display: flex;
	align-items: center;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	color: #fff;
}

#footer dl dt img {
	margin: 0 20px 0 0;
}

#footer dl dd {
	color: #fff;
	margin: 10px 0 0 0;
}

#footer ul:nth-of-type(1) {
	margin: 0 50px 0 auto;
}

#footer ul li {
	margin: 0 0 10px 0;
}

#footer ul li a {
	background: url(../img/cmn/arr3.png) left center no-repeat;
	padding: 0 0 0 20px;
	color: #fff;
	text-decoration: none;
}

#footer img.bnr {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p.nurikae {
	order: -1;
	margin-right: 50px;
}

#footer p.nurikae img {
	width: 300px;
}

#fcopy {
	background: #0F5E6C;
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: center;
	color: #fff;
	padding: 5px 0;
}


.spheader .sphcon .hline img {
	width: 115%;
}

.sphcon .hline .sp {
	display: none;
}

.sphcon .hline .pc {
	display: block;
}

.marker {
	background: linear-gradient(transparent 50%, #fff600 0%);
}

/*------------------------------------*/
#telpopup-frame {
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}

#telpopup-frame-inner {
	position: fixed;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#telpopup-close {
	padding: 30px 0 0 0;
}

#telpopup-close img {
	vertical-align: bottom;
}

#telpopup-close a {
	font-size: 0.9rem;
	line-height: 1.0;
	text-decoration: none;
	background: #ddd;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding: 20px 0;
	color: #000;
	font-weight: bold;
	box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 3px 0;
}

#telpopup-gotel {
	font-size: 0.9rem;
	line-height: 1.7;
	text-decoration: none;
	background: #00A3CE;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 3px 0;
}

#telpopup-shop {
	font-size: 1.2rem;
	line-height: 1.7;
}

#telpopup-gotel img {
	vertical-align: baseline;
}

#telpopup-gotel a {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: bold;
	text-decoration: underline;
}

#telpopup-stelb {
	padding: 15px 0 0 0;
}

#telpopup-stelb dl {
	margin: 0 0 10px 0;
}

#telpopup-stelb dt {
	font-weight: bold;
	line-height: 1em;
}

#telpopup-stelb dd:last-of-type {
	font-size: 0.9em;
}

.tellink {
	pointer-events: none;
	text-decoration: none;
}








@media screen and (max-width: 800px) {

	.sphcon .hline .sp {
		display: block;
	}

	.sphcon .hline .pc {
		display: block;
	}

	.sp-img {
		display: inline-block;
	}

	.sp-disp {
		display: block;
	}

	.pc-disp,
	.pc-img {
		display: none;
	}


	.tellink {
		pointer-events: auto;
		text-decoration: none;
	}




	.mf-frame {
		width: auto;
		margin: 0 auto;
	}

	img {
		max-width: 100%;
	}




	#header,
	#mmenu {
		display: none !important;
	}


	.spheader {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 999;
		box-shadow: 0 5px 5px 0 #ddd;
	}

	.spheader#dspheader {
		position: static;
		visibility: hidden;
	}


	.spheader .sphcon {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		background: #fff;
		z-index: 999;
		padding: 10px;
		padding-right: 50px;
	}

	.spheader .sphcon .logo {
		width: 58%;
		margin: 0 auto;
	}

	.spheader .sphcon .logo img {
		height: 30px;
	}

	.spheader .sphcon .logo a {
		display: flex;
		align-items: center;
		text-decoration: none;
		font-size: 0.8em;
		line-height: 1.7em;
	}

	.spheader .sphcon .hline {
		width: 40%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.spheader .sphcon .hline img {
		height: 30px;
		object-fit: contain;
	}


	.menu-btn {
		display: flex;
		height: 50px;
		width: 50px;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}

	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #0AADD6;
		position: absolute;
	}

	.menu-btn span:before {
		bottom: 8px;
	}

	.menu-btn span:after {
		top: 8px;
	}

	#menu-btn-check:checked~.menu-btn span {
		background-color: rgba(255, 255, 255, 0);
		/*メニューオープン時は真ん中の線を透明にする*/
	}

	#menu-btn-check:checked~.menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}

	#menu-btn-check:checked~.menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	#menu-btn-check {
		display: none;
	}


	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		/*leftの値を変更してメニューを画面外へ*/
		z-index: 995;
		background-color: #fff;
		transition: all 0.5s;
		/*アニメーション設定*/
	}

	.menu-content .spmmenu {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 70px 20px 0 20px;
	}

	.menu-content {
		overflow: scroll;
	}

	.menu-content ul li {
		margin: 0 0 10px 0;
	}

	.menu-content ul li a {
		color: #0AADD6;
		text-decoration: none;
	}

	.menu-content ul:nth-of-type(1) {
		margin: 0 auto 0 0;
	}

	.menu-content ul:nth-of-type(2) {
		border: 1px solid #0AADD6;
		border-width: 0 0 0 1px;
		padding: 0 0 0 20px;
	}


	.menu-content ul:nth-of-type(1) li a {
		font-size: 1.2em;
		line-height: 1.7em;
		font-weight: bold;
	}

	.menu-content ul:nth-of-type(2) li a {
		font-size: 0.9em;
		background: url(../img/cmn/arr3.png) left center no-repeat;
		padding: 0 0 0 20px;
		color: #0AADD6;
		text-decoration: none;
	}


	.menu-content .mline {
		width: 70%;
		margin: 10px auto;
		text-align: center;
	}

	.menu-content .mline img.mbnr {
		margin: 30px 0 0 0;
	}

	.menu-content .mline a.nurikae {
		display: block;
		margin: 15px 0 0 0;
	}

	#menu-btn-check:checked~.menu-content {
		left: 0;
		/*メニューを画面内へ*/
	}

	.menu-content .mline img {
		margin-top: 20px;
	}

	.menu-content .menu_cat {
		display: flex;
		justify-content: space-around;
		margin-top: 0;
	}

	/*--------------------------------------*/
	#pankuzu {
		padding: 3vw 2vw;
		margin: 0 0 5vw 0;
	}

	#pankuzu ul {
		width: auto;
	}

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


	#footer {
		position: relative;
		margin: 100px 0 0 0;
		background: #00A3CE;
	}

	#footer::before {
		height: 60px;
	}

	#footer .mf-inner {
		padding: 50px 20px;

		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#footer .mf-inner .ti-widget.ti-goog {
		width: auto;
		position: static;
		margin-top: 20px;
	}


	#footer dl {
		margin: 0 auto 0 0;
		width: 100%;
	}

	#footer dl dt {
		display: flex;
		align-items: center;
		font-size: 1.1em;
		line-height: 1.7em;
		font-weight: bold;
		color: #fff;
	}

	#footer dl dt img {
		margin: 0 20px 0 0;
	}

	#footer dl dd {
		color: #fff;
		margin: 10px 0 0 0;
	}

	#footer ul {
		display: none;
	}

	#footer img.bnr {
		position: relative;
		margin-top: 20px;
	}

	#footer p.nurikae {
		margin: 7px 0;
		order: -1;
	}


	#fcopy {
		background: #0F5E6C;
		font-size: 0.7em;
		line-height: 1.7em;
		text-align: center;
		color: #fff;
		padding: 5px 0;
	}






	a.btn1 {
		display: inline-block;
		color: #fff;
		font-weight: bold;
		background: url(../img/top/arr1.png) 90% center no-repeat #F0961C;
		border-radius: 5px;
		text-decoration: none;
		padding: 5px 5em 5px 5em;
	}


	a.btn2 {
		display: inline-block;
		color: #fff;
		font-weight: bold;
		background: url(../img/top/arr2.png) 90% center no-repeat #F0961C;
		border-radius: 5px;
		text-decoration: none;
		padding: 10px 4em;
		font-size: 1.0em;
		line-height: 1.7em;
	}

	a.btn3 {
		display: inline-block;
		color: #fff;
		font-weight: bold;
		background: #00A3CE;
		border-radius: 5px;
		text-decoration: none;
		padding: 5px 2em;
	}




}



/* ------------------------------
 Page Top Button
------------------------------ */

#pagetop-btn {
	position: fixed;
	right: 20px;
	bottom: 15vh;
	z-index: 994;
	display: none;
	cursor: pointer;
	width: 120px;
	height: 120px;
	background: url(../img/cmn/up_cat.png) center center / contain no-repeat;
	transition: opacity 0.3s;
}

#pagetop-btn:hover {
	opacity: 0.75;
}

/* ------------------------------
 Fixed Bottom Bar
------------------------------ */

#fixed-bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	display: none;
	background: #F0961C;
	height: 100px;
}

#fixed-bottom-bar .fbb-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
	height: 100%;
	padding: 0 20px;
}

#fixed-bottom-bar .fbb-block {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	padding: 8px 10px;
	gap: 5px;
	max-width: 100%;
}

#fixed-bottom-bar .fbb-block .fbb-btn {
	flex-shrink: 1;
	min-width: 0;
}

#fixed-bottom-bar .fbb-block .fbb-btn,
#fixed-bottom-bar .fbb-block .fbb-btn a {
	line-height: 0;
}

#fixed-bottom-bar .fbb-block .fbb-btn a {
	display: block;
}

#fixed-bottom-bar .fbb-block .fbb-btn img {
	display: block;
	max-height: 70px;
	width: auto;
	max-width: 100%;
	height: auto;
}

#fixed-bottom-bar .fbb-block .fbb-btn .fbb-sp {
	display: none;
}

#fixed-bottom-bar-spacer {
	height: 100px;
}

@media screen and (max-width: 800px) {

	#fixed-bottom-bar {
		height: 70px;
	}

	#fixed-bottom-bar .fbb-inner {
		padding: 0 10px;
	}

	#fixed-bottom-bar .fbb-block {
		padding: 5px;
		border-radius: 5px;
	}

	#fixed-bottom-bar .fbb-block .fbb-btn .fbb-pc {
		display: none;
	}

	#fixed-bottom-bar .fbb-block .fbb-btn .fbb-sp {
		display: block;
	}

	#fixed-bottom-bar .fbb-btn.fbb-es {
		order: 1;
	}

	#fixed-bottom-bar .fbb-btn.fbb-tel {
		order: 2;
	}

	#fixed-bottom-bar .fbb-btn.fbb-line {
		order: 3;
	}

	#fixed-bottom-bar .fbb-block .fbb-btn img {
		height: 50px;
	}

	#fixed-bottom-bar-spacer {
		height: 70px;
	}
}