@charset "utf-8";





body {
	background-color: #fffce4;
	background-image: url(../img/bg02.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: 14px;
	color: #2a2a2a;
}
p, dl, dt, dd, ol, ul, li {
	line-height: 1.7;
}

/*================================
共通パーツ
================================*/

.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.flow-root {
	display: flow-root;
}
.pic-right {
	float: right;
	margin-left: 20px;
}
.pic-left {
	float: left;
	margin-right: 20px;
}
.block-center {
	display: block;
	margin-inline: auto;
}
.inline-block {
	display: inline-block;
}
.fit-img {
	max-width: 100%;
	height: auto;
}
.hidden {
	overflow: hidden;
}
.bold {
	font-weight: bold;
}
/* link */
a:link {
	color: #58cbea;
	text-decoration: underline;
}
a:visited {
	color: #58cbea;
	text-decoration: underline;
}
a:hover {
	color: #58cbea;
	text-decoration: none;
}
a:active {
	color: #58cbea;
	text-decoration: none;
}
.hover:hover {
	filter: brightness(1.06);
}

/*================================
コンテナ類
================================*/
#all {
	position: relative;
}
#wrap {
	position: relative;
	z-index: 1;
	margin-inline: auto;
	padding-bottom: 45px;
	clear: both;
}
.widthfix {
	width: 960px;
}
.section {}
.inner {}

/*================================
h1
================================*/
.seo {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	position: absolute;
	z-index: 100;
}
.seo h1 {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-size: 10px;
	color: #d1e4d7;
	line-height: 34px;
}

/*================================
ヘッダー
================================*/
#header {
	height: 141px;
	font-size: 0px;
	line-height: 0px;
	background: #448ae3;
}
#header .inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.hd_logo {
	position: absolute;
	left: 0px;
	top: 43px;
}
.hd_rbn {
	position: absolute;
	right: 0px;
	top: 10px;
}
.hd_rbn li {
	float: right;
	padding-left: 15px;
}
.hd_tel {
	position: absolute;
	left: 700px;
	top: 50px;
}
.hd_gnav {
	position: absolute;
	left: 356px;
	top: 91px;
	height: 29px;
	width: 600px;
}
.hd_gnav li {
	float: left;
	display: block;
}

/*================================
メインコンテンツ
================================*/

/*-------------------------------
メインコンテンツ_テキスト
-------------------------------*/
#main em {
	color: #46925e;
	font-weight: bold;
}
#main strong {
	font-weight: bold;
	color: #7971dc;
}
.list li {
	list-style-type: disc;
	margin-left: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0.3em;
}
.list li strong {
	font-weight: bold;
}
.list p {
	margin-top: 0.2em;
}
.list02 {}
.list02 li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.hosoku {
	font-size: 80%;
	line-height: 1.4em;
}
.link {
	float: right;
	background-image: url(../img/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 1.2em;
}

/*-------------------------------
見出し
-------------------------------*/
.main_heading01 {}
.main_heading02 {}
.main_heading03 {}
.main_heading04 {}

/*テーブル*/
/*-----------------------------*/
.table01 {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4dbd4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e4dbd4;
}
.table01 th,
.table01 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4dbd4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4dbd4;
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	line-height: 1.4em;
}
.table01 th {
	background-color: #f9f7e8;
}
.table01 td.price {
	text-align: right;
}
.table01 td .hosoku {
	font-size: 10px;
	line-height: 1.2em;
}

/*================================
フッター
================================*/
#footer {
	line-height: 1.5em;
	font-size: 85%;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #458ce3;
	color: #FFF;
}
.ft_box {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
	padding-bottom: 20px;
	width: 950px;
}
.ft_box .inner {
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}
.ft_title {}
.ft_news {
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 14px;
}
.ft_news dl {
	width: 940px;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #FFF;
}
.ft_news dt {
	float: left;
	clear: both;
}
.ft_news dd {
	margin-left: 7.5em;
}
.ft_hours {
	height: auto;
	max-width: 581px;
	float: left;
}
.ft_hours .inner {
	margin: 14px 0 0;
}
.ft_access {
	float: right;
	max-width: 343px;
	margin-bottom: 20px;
}
.ft_access .inner {
	margin: 14px 0 0;
}
.ft_map {
	margin-bottom: 1em;
}
.ft_credit {
	clear: both;
}
.ft_services {
	padding-top: 35px;
	clear: both;
	text-align: center;
	width: 100%;
}
.ft_info {
	position: relative;
	height: 155px;
	width: auto;
}
.ft_logo {
	display: block;
	position: absolute;
	left: 0px;
	top: 53px;
}
.ft_logo_img {}
.ft_rbn {
	position: absolute;
	right: 0px;
	top: 20px;
}
.ft_rbn ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.ft_rbn li {}
.ft_tel {
	position: absolute;
	left: 700px;
	top: 63px;
}
.ft_gnav {
	position: absolute;
	left: 356px;
	top: 101px;
	height: 29px;
	width: 600px;
}
.ft_gnav li {
	float: left;
	display: block;
}
.copyright {
	font-size: 78%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	color: #46925e;
	width: 100%;
	clear: both;
	padding-top: 10px;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 10px;
}
#js-pageTop {
	display: block;
	width: 39px;
	height: 39px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #d8327e;
	border: 1px #fff solid;
	cursor: pointer;
	background-image: url(../img/gotop.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	z-index: 1000;
}


/*================================
TABLET縦 834px～0px
================================*/
@media screen and (max-width: 834px) {

	/*================================
	コンテナ類
	================================*/
	#wrap {}
	.widthfix {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	.section {}

	/*================================
	h1
	================================*/
	.seo h1 {
		margin-left: 10px;
	}

	/*================================
	ヘッダー
	================================*/
	#header {
		padding: 0 10px 10px;
	}
	#header .inner {
		width: 100%;
	}
	.hd_logo {
		left: 0px;
		top: 57px;
	}
	.hd_rbn {
		left: 0;
		top: 27px;
	}
	.hd_rbn li {
		float: left;
	}
	.hd_tel {
		top: 101px;
		left: 330px;
	}
	
	/*===================================
	スマホ用ナビドロワー
	===================================*/
	/*アイコンの位置を決定*/
	#nav-drawer {
		position: fixed;
		z-index: 99999;
		top: 0;
		right: 0;
		background: #ee7116;
		padding: 5px 5px 0px 5px;
		border-bottom-left-radius: 7px;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display: none;
	}
	/*アイコンのクリック範囲*/
	#nav-open {
		display: inline-block;
		vertical-align: middle;
		width: 36px;
		height: 40px;
	}
	/*「MENU」の文字*/
	#nav-open em.nav-txt {
		margin-bottom: 5px;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		color: #ffffff !important;
		display: block;
	}
	/*ハンバーガーアイコン*/
	#nav-open span,
	#nav-open span:before,
	#nav-open span:after {
		position: absolute;
		content: '';
		display: block;
		height: 3px;
		width: 36px;
		border-radius: 3px;
		background: #ffffff;
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -8px;
	}
	#nav-open span:after {
		bottom: -16px;
	}
	/*ドロワーの背景*/
	#nav-close {
		position: fixed;
		display: block;
		visibility: hidden;
		/*はじめは隠しておく*/
		z-index: 99;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgb(103 103 103 / 33%);
		opacity: 0;
		-webkit-transition: all 0.5s 0s ease;
		transition: all 0.5s 0s ease;
	}
	/*閉じる用の×ボタン*/
	#nav-close::after {
		position: absolute;
		content: "";
		background: url(../img/nav_close.png)center/contain no-repeat;
		width: 32px;
		height: 32px;
		right: 180px;
		top: 20px;
	}
	/*ドロワーの中身*/
	#nav-content {
		position: fixed;
		z-index: 9999;
		/*最前面に*/
		overflow: auto;
		top: 0;
		right: 0;
		width: 160px;
		/*左側に隙間を作る（ドロワーの背景を表示）*/
		height: 100%;
		background: #fff;
		/*背景色*/
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		/*滑らかに表示*/
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
		/*右に隠しておく*/
		padding: 50px 0;
	}
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
		visibility: visible;
		/*背景を表示*/
		opacity: 1;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		/*中身を表示（左へスライド）*/
		-webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
		box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
	}
	/*メニュー内容*/
	#nav-content #nav-drawer-menu > li {
		padding: 4px 6%;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
	#nav-content #nav-drawer-menu > li a {
		display: block;
		padding: 4px 0 4px 0;
		text-decoration: none;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		color: #2ea7e0;
		line-height: 1.5;
	}
	/*サブメニュー*/
	#nav-content #nav-drawer-menu li .pull {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#nav-content #nav-drawer-menu li .pull li {
		float: left;
		width: 100%;
		padding: 3px 10px;
	}
	#nav-content #nav-drawer-menu li .pull li a {
		color: #f2a00a;
		font-size: 13px;
		padding: 0;
	}

	/*================================
	メインコンテンツ
	================================*/

	/*-------------------------------
	見出し
	-------------------------------*/
	.main_heading01 {}
	.main_heading02 {}
	.main_heading03 {}
	.main_heading04 {}

	/*テーブル*/
	/*-----------------------------*/
	.table01 {}

	/*================================
	フッター
	================================*/
	#footer {}
	.ft_box {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ft_box .inner {}
	.ft_title {}
	.ft_news {}
	.ft_news dl {
		width: 100%;
	}
	.ft_news dt {}
	.ft_news dd {}
	.ft_hours {
		float: none;
		margin: 0 auto 40px;
	}
	.ft_hours .inner {}
	.ft_access {
		float: none;
		margin: 0 auto 20px;
	}
	.ft_access .inner {}
	.ft_map {}
	.ft_credit {}
	.ft_services {
		margin-bottom: 30px;
	}
	.ft_info {
		height: auto;
	}
	.ft_logo {
		position: static;
		margin: 0 auto 10px;
		width: fit-content;
	}
	.ft_rbn {
		position: static;
		margin-bottom: 20px;
	}
	.ft_rbn li {}
	.ft_tel {
		position: static;
		display: block;
		width: fit-content;
		margin-inline: auto;
	}
	.ft_gnav {}
	.ft_gnav li {}
	.copyright {
		padding-bottom: 45px;
	}
	.tab-sp_fixtab {
		position: fixed;
		width: 100%;
		display: flex;
		bottom: 0;
		justify-content: center;
		align-items: center;
		background-color: #2ea7e0;
		font-size: 16px;
		height: 35px;
		line-height: 1em;
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
		padding: 8px 10px 5px;
		z-index: 1000;
	}
	.tab-sp_fixtab a:link {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	#js-pageTop {}
	
	
	
}



/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {


	/*================================
	共通パーツ
	================================*/
	.fl,
	.fr {
		display: block;
		float: none;
		margin: 0 auto ;
	}
	.pic-right,
	.pic-left {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}

	/*================================
	コンテナ類
	================================*/
	#all {}
	#wrap {}
	.widthfix {}
	.section {}
	.inner {}

	/*================================
	h1
	================================*/
	.seo {}
	.seo h1 {
		text-align: center;
		padding: 5px 2px;
		color: #ffffff;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.1em;
		margin: 0 auto;
		max-width: calc(100% - 100px);
	}

	/*================================
	ヘッダー
	================================*/
	#sp_header {
		background: #458ce3;
		text-align: center;
		padding: 39px 2% 10px;
	}
	#sp_header .inner {}
	.hd_logo {
		position: static;
		width: fit-content;
		margin: 0 auto 10px;
		max-width: 280px;
	}
	.hd_rbn {
		position: static;
		margin-bottom: 10px;
	}
	.hd_rbn ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px;
	}
	.hd_rbn li {
		width: fit-content;
		padding: 5px 16px;
		border-radius: 6px;
		font-size: 12px;
		font-weight: bold;
		line-height: 12px;
		text-align: center;
		color: #fff;
	}
	.hd_rbn li.kakarituke {
		background: #fc9bc4;
	}
	.hd_rbn li.hoken {
		background: #f8a800;
	}
	.hd_tel {
		position: static;
		width: fit-content;
		margin: 0 auto;
	}
	
	/*================================
	メインコンテンツ
	================================*/

	/*-------------------------------
	メインコンテンツ_テキスト
	-------------------------------*/
	#main em {}
	#main strong {}
	.list li {}
	.list li strong {}
	.list p {}
	.hosoku {}
	.link {}

	/*-------------------------------
	見出し
	-------------------------------*/
	.main_heading01 {}
	.main_heading02 {}
	.main_heading03 {}
	.main_heading04 {}

	/*テーブル*/
	/*-----------------------------*/
	.table01 {}
	.table01 th,
	.table01 td {}
	.table01 th {}
	.table01 td.price {}
	.table01 td .hosoku {}

	/*================================
	フッター
	================================*/
	#footer {}
	.ft_box {}
	.ft_box .inner {}
	.ft_title {}
	.ft_news {}
	.ft_news dl {}
	.ft_news dt {
		float: none;
	}
	.ft_news dd {
		margin-left: 0;
	}
	.ft_hours {}
	.ft_hours .inner {}
	.ft_access {}
	.ft_access .inner {}
	.ft_map {}
	.ft_credit {}
	.ft_services {}
	.ft_info {}
	.ft_logo {}
	.ft_rbn {}
	.ft_rbn ul {}
	.ft_rbn li {}
	.ft_tel {}
	.ft_gnav {}
	.ft_gnav li {}
	.copyright {}
	#js-pageTop {}
	
	
	
	
	
}

















