@charset "utf-8";
/* CSS Document */


/* ▽▽全般
------------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	text-align: center;
	color: #4e3505;
}
a,
a:hover {
	color: #a84a00;
}
.clear {
	clear: both;
}
.all {
	text-align: center;
	margin: 0 auto;
}
section {
	text-align: center;
	margin: 0 auto;
}
.pagetop {
	opacity: 0.9;
	cursor: pointer;
	position: fixed;
	z-index: 1000;
	width: 68px;
	height: 86px;
	background: url(../img/totop.png) no-repeat center center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	body {
		font-size: 16px !important;
		line-height: 1.8em;
	}
	h1 {
		margin: 0 auto;
		top: -6px;
		z-index: 999999999;
		width: 1000px;
		left: 50%;
		margin-left: -500px;
		position: absolute;
		font-size: 10px;
		text-align: left;
		color: #bea6a2;
	}
	.pc-none {
		display: none;
	}
	.pagetop {
		right: 15px;
		bottom: 10px;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
body {
	font-size: 14px;
	line-height: 1.7em;
}
@media screen and (max-width: 600px) {
	h1 {
		position: absolute;
		line-height: 1.2;
		margin: 0 auto;
		font-size: 10px;
		text-align: left;
		color: #bea6a2;
		margin-bottom: 5px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.sp-none {
		display: none;
	}
	.pagetop {
		right: 5px;
		bottom: 5px;
	}
}
/* ↑SP
------------------------------- */
/* △△全般
------------------------------------------------------- */
/* ▽▽ヘッダー
------------------------------------------------------- */
#header {
	position: relative;
	z-index: 101;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#header .inner .feature li {
	width: 124px;
	background: url(../img/header_feature_bg.png) center center no-repeat;
	font-weight: bold;
	text-align: center;
}
#header .inner .rsv_btn img {
	padding: 8px 0 0;
}
#header .inner .rsv_btn p {
	color: #ff9500;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#header {
		height: 141px;
		font-size: 12.5px;
		background-size: cover;
		background: url(../img/header_bg.png) no-repeat center top;
	}
	#header .inner {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	#header .inner .left {
		float: left;
		width: 51%;
		padding-top: 22px;
		text-align: left;
	}
	#header .inner .logo {
		float: left;
		width: 375px;
		text-align: left;
	}
	#header .inner .right {
		float: right;
		width: 49%;
		text-align: right;
		padding-top: 5px;
	}
	#header .inner .logo .address {
		padding-top: 8px;
		padding-left: 0px;
		float: left;
		text-align: left;
	}
	#header .inner .feature {
		float: right;
	}
	#header .inner .feature li {
		padding: 11px 0 11px;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#header {
		background: url(../img/bg.jpg) center bottom;
		padding-bottom: 0px;
	}
	#header .inner .logo {
		width: 90%;
		margin: 0 auto;
		padding-top: 5px;
		text-align: center;
	}
	#header .inner .logo img {
		width: 260px;
	}
	#header .inner .logo .address {
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 0px;
		text-align: left;
		line-height: 1.5;
		font-size: 10px;
		text-align: center;
	}
	#header .inner ul.feature {
		width: 260px;
		text-align: center;
		margin: 0 auto;
	}
	#header .inner .feature li {
		padding: 4px 15px;
		display: inline;
		font-size: 11px;
		margin-left: 10px;
		border-radius: 8px;
	}
	#header .inner .rsv_btn p {
		font-size: 12px;
	}
	#header .inner .tel {
		padding: 8px 0;
	}
}
/* ↑SP
------------------------------- */
/* △△ヘッダー
------------------------------------------------------- */
/* ▽▽グローバルナビゲーション
------------------------------------------------------- */
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#gnav {
		position: absolute;
		top: 136px;
		z-index: 9999999999;
		width: 100%;
		background: url(../img/gnav_bg.png) no-repeat center bottom;
		height: 128px;
		opacity: 1.0;
	}
	#gnav.fixed {
		position: fixed;
		top: 0;
		opacity: 0.95;
	}
	#gnav .inner {
		margin: 0 auto;
		text-align: center;
		width: 1000px;
		padding-top: 21px;
	}
	#gnav .inner > ul {
		width: 100%;
	}
	#gnav .inner > ul li {
		display: block;
		float: left;
		position: relative;
		text-align: center;
		background: url(../img/gnav_separetor.png) right center no-repeat;
		padding-right: 10px;
		margin-right: 4px;
	}
	#gnav .inner > ul li a {
		display: block;
		padding: 10px 4px;
		line-height: 1.0;
	}
	#gnav .inner > ul li a {
		font-family: "Shippori Mincho B1", serif;
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
		text-align: center;
		line-height: 1.4;
		letter-spacing: 0;
		color: #000;
	}
	#gnav .inner > ul li a:hover {
		background: url(../img/gnav_on_bg.png);
		border-radius: 8px;
	}
	#gnav .inner > ul li.last {
		background: none;
		padding-right: 0px;
		margin-right: 0px;
	}
	#gnav .inner > ul li > ul {
		position: absolute;
		top: 100%;
		left: -20px;
		width: 150px;
		display: none;
	}
	#gnav .inner > ul li:hover ul {
		display: block;
	}
	#gnav .inner > ul li > ul::after {
		content: "";
		clear: both;
		display: block;
	}
	#gnav .inner > ul li > ul li {
		float: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 5px;
		background: none;
		background-color: #ffdd22;
		border-radius: 8px;
	}
	#gnav .inner > ul li > ul li a {
		color: #000;
		text-decoration: none;
		font-size: small;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#gnav {
		display: none;
	}
}
/* ↑SP
------------------------------- */
/* △△ グローバルナビゲーション
------------------------------------------------------- */
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {}
/* ↑SP
------------------------------- */
/* △△
------------------------------------------------------- */
/* ▽▽新着情報
------------------------------------------------------- */
#news {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../img/news_bg.jpg) no-repeat center top;
	background-size: cover;
}
#news .inner .news_text {
	background: url(../img/news_txt_bg.png);
	height: 350px;
	text-align: left;
	overflow-y: auto;
}
#news .inner h3 {
	background-image: none;
	padding: 0;
	margin: 0;
	text-align: left;
	position: absolute;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#news {
		height: 452px;
	}
	#news .inner {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
		padding-top: 70px;
	}
	#news .inner h3 {
		margin-top: -50px;
	}
	#news .inner .news_text .news_text_inner {
		padding: 40px 40px 0;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#news {
		padding: 0 0 10px;
	}
	#news .inner {
		width: 95%;
		margin: 0 auto;
		text-align: center;
		padding-top: 40px;
	}
	#news .inner h3 {
		left: 50%;
		margin-left: -122px;
		margin-top: -30px;
	}
	#news .inner .news_text .news_text_inner {
		padding: 80px 10px 0;
	}
}
/* ↑SP
------------------------------- */
/* △△新着情報
------------------------------------------------------- */
/* ▽▽ フッター
------------------------------------------------------- */
.footer_ttl {
	padding-bottom: 40px;
	background: url(../img/h3_line.png) center bottom no-repeat;
	font-family: "Shippori Mincho B1", serif;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
	color: #7c4f00;
	text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff, -4px -4px 10px #fff, 4px 0px 10px #fff, 0px 4px 10px #fff, -4px 0px 10px #fff, 0px -4px 10px #fff;
}
.footer_ttl .en {
	margin-top: 10px;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	.footer_ttl {
		padding: 0 0 28px;
		background-size: 50%;
		font-size: 18px;
	}
	.footer_ttl .en {
		width: auto;
		height: 22px;
	}
}
/* ↑SP
------------------------------- */
/* △△ フッター
------------------------------------------------------- */
/* ▽▽ 診療時間・診療内容
------------------------------------------------------- */
#clinic_info {
	background-color: #f9f4e6;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#clinic_info .inner .hours .holiday {
	margin-top: 15px;
	font-weight: bold;
}
#clinic_info .inner .hours .holiday span {
	color: #f08c00;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#clinic_info {
		padding: 20px 0 20px;
	}
	#clinic_info .inner {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	#clinic_info .inner h3 {
		margin-bottom: 15px;
	}
	#clinic_info .inner .hours {
		width: 50%;
		float: left;
		text-align: center;
	}
	#clinic_info .inner .services {
		width: 50%;
		float: right;
		text-align: center;
	}
	#clinic_info .inner .services ul {
		margin-top: 15px;
		text-align: center;
		font-weight: bold;
	}
	#clinic_info .inner .services ul li {
		margin-top: 15px;
		text-align: center;
		font-weight: bold;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#clinic_info {
		padding: 10px 0 10px;
	}
	#clinic_info .inner {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#clinic_info .inner h3.footer_ttl {
		text-align: center;
		width: 32% !important;
		margin: 0 auto 10px;
	}
	#clinic_info .inner .hours {
		margin-bottom: 15px;
	}
	#clinic_info .inner .services ul {
		margin-top: 10px;
		text-align: center;
	}
	#clinic_info .inner .services ul li {
		margin-top: 5px;
		text-align: center;
		font-weight: bold;
	}
}
/* ↑SP
------------------------------- */
/* △△ 診療時間・診療内容
------------------------------------------------------- */
/* ▽▽ カレンダー
------------------------------------------------------- */
#calendar {
	padding: 10px 0 20px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#calendar .inner .legend_box .legend {
	font-size: 20px !important;
}
#calendar .inner .legend_box .legend .square.orange {
	color: #ffdd22;
	font-size: 30px !important;
}
#calendar .inner .legend_box .legend .square.gray {
	color: #ececec;
	font-size: 30px !important;
}
#calendar .inner .legend .notes {
	line-height: 1.6;
	font-size: 14px;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#calendar .inner {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	#calendar .inner h3 {
		width: 202px;
		float: left;
	}
	#calendar .inner .legend_box {
		padding-top: 20px;
		width: 480px;
		float: right;
		text-align: left;
	}
	#calendar .inner .calendar_img {
		clear: both;
		padding-top: 20px;
	}
	#calendar .inner .calendar_img img {
		width: 475px;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	#calendar .inner .calendar_img img.first {
		float: left;
	}
	#calendar .inner .calendar_img img.second {
		float: right;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#calendar .inner {
		width: 90%;
		margin: 0 auto 10px;
	}
	#calendar .inner h3 {
		text-align: center;
		width: 50%;
		margin: 0 auto 10px;
	}
	#calendar .inner .calendar_img {
		clear: both;
		padding-top: 10px;
	}
	#calendar .inner .calendar_img img.first {
		margin-bottom: 10px;
	}
}
/* ↑SP
------------------------------- */
/* △△ カレンダー
------------------------------------------------------- */
/* ▽▽ フッター電話番号
------------------------------------------------------- */
#footer_address {
	background: #fff;
}
#footer_address .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
.footer_logo {}
.footer_address_text {
	display: inline-block;
	text-align: left;
}
#footer_tel {
	background: url(../img/footer_bg.png) center bottom no-repeat #f9f4e6;
}
#footer_tel img {
	max-width: 100%;
	height: auto;
}
#footer_tel .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.footer_tel_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 20px 40px;
}
.footer_tel_flex_item {
	width: calc(50% - 20px);
}
.footer_tel_box {
	padding: 20px 20px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #ffe1b8;
}
.footer_tel_number {}
.footer_tel_link {}
.footer_tel_text {}
.footer_tel_flex_pic {
	width: calc(50% - 20px);
	min-height: 400px;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.footer_tel_pic01 .footer_tel_flex_pic {
	background-image: url(../img/footer_tel_pic01.png?02);
}
.footer_tel_pic02 .footer_tel_flex_pic {
	background-image: url(../img/footer_tel_pic02.png?02);
}
.footer_tel_pic03 .footer_tel_flex_pic {
	background-image: url(../img/footer_tel_pic03.png);
}
.footer_tel_pic04 .footer_tel_flex_pic {
	background-image: url(../img/footer_tel_pic04.png);
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#footer_address {}
	#footer_address .inner {}
	.footer_logo {}
	.footer_address_text {}
	#footer_tel {}
	#footer_tel .inner {}
	.footer_tel_flex {}
	.footer_tel_flex_item {}
	.footer_tel_box {}
	.footer_tel_number {}
	.footer_tel_link {}
	.footer_tel_text {}
	.footer_tel_flex_pic {}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#footer_address {}
	#footer_address .inner {
		width: 90%;
	}
	.footer_logo {}
	.footer_address_text {}
	#footer_tel {}
	#footer_tel .inner {
		width: 90%;
	}
	.footer_tel_flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer_tel_flex_item {
		width: 100%;
	}
	.footer_tel_box {}
	.footer_tel_number {}
	.footer_tel_link {}
	.footer_tel_text {}
	.footer_tel_flex_pic {
		width: 100%;
		height: 62vw;
		min-height: auto;
	}
}
/* ↑SP
------------------------------- */
/* △△ フッター電話番号
------------------------------------------------------- */
/* ▽▽ お支払い方法
------------------------------------------------------- */
#footer_payment {
	background: url(../img/bg_green.png) center center;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0 !important;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#footer_payment {
		padding: 30px 0;
	}
	#footer_payment .inner {
		width: 1000px;
		margin: 0 auto;
		margin-bottom: 0 !important;
	}
	#footer_payment .inner .left {
		text-align: left;
		width: 500px;
		float: left;
	}
	#footer_payment .inner h4 {
		margin: 0 0 20px;
	}
	#footer_payment .inner .creditcard_img {
		width: 500px;
		float: right;
		margin: 0 0 0px;
		padding: 10px 0;
		background-color: #fff;
		border-radius: 6px;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#footer_payment {
		padding: 15px 0;
	}
	#footer_payment .inner {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 0 !important;
	}
	#footer_payment .inner h4 {
		width: 50%;
		margin: 0 auto 10px;
	}
	#footer_payment .inner p {
		text-align: left;
		line-height: 1.3;
		text-align: left;
		margin-bottom: 10px;
	}
	#footer_payment .inner .creditcard_img {
		width: 100%;
		margin: 0;
		padding: 10px;
		background-color: #fff;
		border-radius: 6px;
	}
}
/* ↑SP
------------------------------- */
/* △△ お支払い方法
------------------------------------------------------- */
/* ▽▽ コピーライト
------------------------------------------------------- */
#copyright {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/bg_green.png);
	margin-bottom: 0 !important;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#copyright {
		background-position: center left;
	}
	#copyright .inner {
		width: 1000px;
		color: #fff;
		font-size: 12px;
		margin: 0 auto;
		text-align: center;
		padding: 30px 0 20px;
		margin-bottom: 0 !important;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#copyright {
		background-position: center center;
	}
	#copyright .inner {
		width: 90%;
		font-size: 12px;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0 10px;
		margin-bottom: 0 !important;
		line-height: 1.2;
	}
}
/* ↑SP
------------------------------- */
/* △△ コピーライト
------------------------------------------------------- */
/* ▽▽ サイドタブ
------------------------------------------------------- */
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#tab {
		position: fixed;
		z-index: 150;
		width: 115px;
		height: 161px;
		right: 0;
		top: 260px;
		opacity: 1;
		transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
	}
	#tab.scroll {
		top: 125px;
		opacity: 0.95;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#tab {
		display: none;
	}
}
/* ↑SP
------------------------------- */
/* △△ サイドタブ
------------------------------------------------------- */
/* ▽▽ハンバーガーメニュー（スマホ用）
------------------------------------------------------- */
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#hm_wrap {
		display: none;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	.hm_menu_check {
		/* チェックボックスを隠す */
		display: none;
	}
	#hm_wrap {
		display: inline-block;
		position: fixed;
		top: 0px;
		left: 0px;
		padding: 0px;
		overflow: hidden;
		height: 100vh;
		z-index: 104;
	}
	/* ▽メニューボタン */
	.hm_btn {
		width: 80px;
		position: fixed;
		right: 0;
		top: 0;
		width: 73px;
		height: 73px;
		cursor: pointer;
		display: block;
		/*float:right;*/
		background: url(../img/sp_menu_bg.png) no-repeat right 0;
		z-index: 120;
	}
	.hm_btn::after {
		margin-top: 25px;
		margin-left: 39px;
		background: #fff;
		width: 18px;
		height: 2px;
		display: block;
		content: '';
		position: absolute;
		-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
		transition: box-shadow 0.2s linear, transform 0.2s 0.2s, -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		margin-bottom: 0px;
		-webkit-transform: rotate(-45deg) translate3d(5px, 5px, 0);
		transform: rotate(-45deg) translate3d(5px, 5px, 0);
	}
	.hm_btn::before {
		margin-top: 18px;
		margin-left: 34px;
		background: #fff;
		width: 18px;
		height: 2px;
		display: block;
		content: '';
		position: absolute;
		-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
		transition: box-shadow 0.2s linear, transform 0.2s 0.2s, -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		-webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
		transform: rotate(45deg) translate3d(5px, 5px, 0);
	}
	/* △メニューボタン */
	.hm_menu_wrap {
		margin-left: 35%;
		width: 65%;
		background: #fff;
		/*position: absolute;*/
		position: fixed;
		left: 100%;
		top: 0;
		-webkit-transition: left 0.4s;
		transition: left 0.4s;
		opacity: 0.90;
		-moz-opacity: 0.90;
		-webkit-opacity: 0.90;
		padding-bottom: 20px;
		height: 100%;
		overflow-y: scroll;
		height: 100%;
		z-index: 103;
	}
	/* ▽開閉時のアニメーション */
	.hm_menu_check ~ .hm_btn {
		padding: 8px 6px;
		opacity: 0.85;
		-moz-opacity: 0.85;
		-webkit-opacity: 0.85;
	}
	.hm_menu_check:checked ~ .hm_btn::before {
		-webkit-box-shadow: transparent 0 0 0;
		box-shadow: transparent 0 0 0;
		-webkit-transform: rotate(45deg) translate3d(10px, 1px, 0);
		transform: rotate(45deg) translate3d(10px, 1px, 0);
	}
	.hm_menu_check:checked ~ .hm_btn::after {
		-webkit-transform: rotate(-45deg) translate3d(0px, 1px, 0);
		transform: rotate(-45deg) translate3d(0px, 1px, 0);
	}
	.hm_menu_check:checked ~ .hm_menu_wrap {
		left: 0;
	}
	/* △開閉時のアニメーション */
	/* ▽メニュー内のリストスタイル */
	.hm_list {
		list-style-type: none;
		margin: 60px 5px 0 0;
		padding: 0;
	}
	.hm_list li {
		font-size: 16px;
		padding: 8px 18px;
	}
	.hm_list li a {
		font-size: 16px;
		color: #400c0c;
		display: block;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		z-index: 1;
	}
	.hm_list li a::before {
		/* aタグマウスオーバー時の背景 */
		background: #ff9966;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 100%;
		left: 0;
		z-index: -1;
	}
	.hm_list li a:hover::before {
		bottom: 0;
	}
	.hm_list li a:hover::after {
		opacity: 0.5;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.hm_list li.nolink {
		color: #fff;
	}
	/* サブメニュー */
	.hm_list li > ul {
		border-top: 1px dotted #4e3505;
		border-bottom: 1px dotted #4e3505;
	}
	.hm_list li > ul li {
		padding: 8px 0 8px 0;
	}
	/* △メニュー内のリストスタイル */
}
/* ↑SP
------------------------------- */
/* △△ハンバーガーメニュー（スマホ用）
------------------------------------------------------- */
/* ▽▽ GoogleMap
------------------------------------------------------- */
iframe.googlemap {
	width: 100%;
	height: 360px;
	border: 0;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {}
/* ↑SP
------------------------------- */
/* △△ GoogleMap
------------------------------------------------------- */
