@charset "utf-8";
/* ======================================================

	structure CSS

========================================================= */


/* ======================================================

	body

========================================================= */
html, body{
	position: relative;
	height: 100%!important;
}
body {
	color:#454545;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5em;/*150%*/
	min-width:1300px;
	background: url(images/top_bg.jpg);
	background-size: contain;
	background-repeat: repeat;
}

@media screen and (max-width: 768px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size:16px;
		font-size: 1.6rem;}
}
@media screen and (max-width: 599px) {
	body{
		font-size:14px;
		font-size: 1.4rem;}
}

/* ======================================================

	header

========================================================= */
.header{
	z-index: 100;
	width:100%;
}

.header > .inner{
	position: relative;
	margin:0 auto;
	width:1300px;
}
.h_schedule_access{
	position: relative;
	background: url(images/line_bg.png) repeat-x center 15px;
	height: 250px;
	font-family: 'M PLUS Rounded 1c', "メイリオ Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	transform: rotate(0.03deg);
}
.h_schedule_access_txt{
	position: absolute;
	top: 72px;
	left: 50%;
	width: 1300px;
	margin: 0 0 0 -650px;
	color: #5b380f;
	font-size: 16px;
	line-height: 1.4;
}
.h_schedule_access_list{
	position: absolute;
	top: 100px;
	left: 50%;
	width: 1300px;
	margin: 0 0 0 -650px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.h_schedule_access_list_inner{
	display: flex;
	justify-content: flex-start;
	padding: 3px;
	width: 980px;
	background: #f69625;
	border-radius: 8px;
}
.h_schedule{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 680px;
	background: #fff;
	border-radius: 8px;
}
.h_schedule div:first-child{
	width: 160px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #eb5151;
	font-family: 'Noto Sans JP', sans-serif;
}
.h_schedule div:first-child span{
	width: 120px;
	margin: 12px auto 10px;
	padding: 0;
	display: block;
	font-size: 18px;
	background: #eb5151;
	border-radius: 15px;
	color:#fff;
	font-weight: normal;
}
.h_schedule div:last-child{
	width: 516px;
	padding: 2px;
}
.schedule_table{
	width: 100%;
	font-weight: bold;
	text-align: center;
	/*border-collapse: separate;
	border-spacing: 5px;*/
}
.schedule_table th,
.schedule_table td{
	font-weight: normal;
	border-right: 1px solid #f69625;
}
.schedule_table th:first-child,
.schedule_table td:first-child,
.schedule_table th:last-child,
.schedule_table td:last-child{
	border-right: none;
}
.schedule_table tr:last-child td:last-child{
	border-right: 1px solid #f69625;
}
.schedule_table tr:nth-child(2) th,
.schedule_table tr:nth-child(2) td{
	border-bottom: 1px solid #f69625;
}
.schedule_table th{
	font-size: 14px!important;
	line-height: 1.4;
	letter-spacing: 2px;
}
.schedule_table th div{
	background: #f69526;
	color: #fff!important;
	width: auto!important;
	width: unset!important;
	font-size: 14px!important;
}
.schedule_table th:first-child div{
	padding: 5px 0!important;
	margin: 2px 0 2px;
}
.h_schedule_access .schedule_table tr:first-child th div{
	margin: 0 2px!important;
}
.schedule_table tr:first-child th{
	padding: 0!important;
	vertical-align: middle;
}
.schedule_table tr:first-child th:first-child{
	width: 120px;
}
.schedule_table tr:last-child th:first-child div{
	margin: 2px 0 0 0;
}
.schedule_table td{
	font-size: 12px;
	letter-spacing: 1px;
}
.schedule_table tr:nth-child(2) td:last-child{
	border-bottom: 0;
	vertical-align: middle;
}
.w120{
	width: 124px;
}
.f14{
	font-size: 14px!important;
}
.h_access{
	margin-left: 7px;
	width: 287px;
	background: #fff;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	padding: 5px 7px;
}
.h_access ul{
	color: #5b380f;
	font-size: 17px;
	line-height: 2rem;
	padding: 5px 10px;
}
.h_access ul li{
	position: relative;
	vertical-align: middle;
}
.h_access ul li:first-child{
	padding-left: 28px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.h_access ul li:first-child::before{
	content:"";
	position: absolute;
	background: url(images/h_accsss_icon.png)no-repeat;
	width: 15px;
	height: 24px;
	left: 3px;
}
.h_access ul li.h_tel{
	font-size: 24px;
	padding-left: 30px;
	letter-spacing: 1px;
}
.h_access ul li.h_tel::before{
	content:"";
	position: absolute;
	background: url(images/h_tel_icon.png)no-repeat;
	width: 24px;
	height: 24px;
	top: -1px;
	left: 0;
}
.h_access p{
	padding-left: 5px;
	line-height: 2.4rem;
	text-shadow: 3px 3px 3px #ef5f0b;
}
.h_reserve{
	position: absolute;
	right: 0;
	background: #cd3434;
	border-radius: 8px;
	width: 260px;
	height: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 4;
}
.h_reserve a{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
.h_reserve:hover{
	background: #945914;
	background: #990702;
	transition: 0.3s ease-in-out;
}
.h_logo{
	float:left;}

.h_logo a:hover{
	opacity:0.7;}

@media screen and (max-width:768px){
	.header{
		position: fixed;
		min-width: 100%;
		background: rgba(255, 255, 255, 0.8);
	}
	.header > .inner{
		width:100%;
		height: 70px;}
	.h_logo{
		padding: 10px;
	}
	.h_logo img{
		width: auto;
		height: 50px;
	}
	.h_schedule_access{
		display: none;
	}
	.schedule_table th{
		padding: 5px 0;
		letter-spacing: 1px;
	}
	.schedule_table td{
		font-size: 10px;
	}
	.schedule_table tr:first-child th:first-child{
		width: 100px;
	}
}

@media screen and (max-width: 599px) {
	.header > .inner{
		height: 50px;
	}
	.h_logo img{
		height: 35px;
	}
	.schedule_table{
		border-spacing: 2px;
	}
	.schedule_table th{
		padding: 5px 0;
		letter-spacing: 1px;
	}
	.schedule_table td{
		font-size: 10px;
	}
	.schedule_table tr:first-child th:first-child{
		width: 100px;
	}
	.w120 {
		width: 65px;
	}
}

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

/* ======================================================

	gnav

========================================================= */
.gnav {
	position: absolute;
	right: 0;
	width: 820px;
	margin: 0 auto;
}
.gnav ul{
	position: relative;
	width: 100%;
	margin:10px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gnav li:hover {
	opacity: 0.7;
	-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;
}

/* ドロップメニュー */
.gnav > li.d_menu {
	position: relative;
}

li.d_menu ul.d_menu_li {
	position: absolute;
	z-index: 0;
	top: -30px;
	width: 100px;
	background: rgba(255,255,255,.50);
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.d_menu:hover ul.d_menu_li {
	z-index: 99999;
	top: 5px;
	visibility: visible;
	opacity: 1;
}
li.d_menu ul.d_menu_li li {
	position: relative;
	margin: 0;
	width: 100%;
	border-bottom: 3px solid #D6D6D6;
	background: rgba(255,255,255,.50);
}
li.d_menu ul.d_menu_li li a {
	font-size: 1.4rem;
	padding: 10px 0 5px;
	color: #000;
}
li.d_menu ul.d_menu_li li:hover {
	font-weight: bold;
	border-bottom: 3px solid #2F8BE0;
}

/* gnav_fix */
.gnav_fix {
	position: fixed;
	z-index: 9998;
	top: -108px;
	left: 0;
	width: 100%;
	min-width: 1300px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 0;
}
.gnav_fix .gnav_fix_inner{
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
.gnav_fix ul{
	position: absolute;
	right: 0;
	width: 820px;
}

.slide-down {
	animation-name: slideDown;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50% 0;
	animation-duration: .5s;
	top: 162px;
}
@keyframes slideDown {
  0% {
    top: -108px;
  }
  100% {
    top: 0;
  }
}
.slide-up {
	animation-name: slideUp;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50%  0;
	animation-duration: .5s;
	top: -108px;
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -108px;
  }
}

.sp_btn {
	display: none;
}
.sp_nav {
	display: none;
}
.sp_reserve{
	display: none;
}
.sp_reserve br{
	display: none;
}


@media screen and (max-width:768px){
	.gnav ul{
		margin:0 auto;
		width:100%;}

	.sp_gnav {
		display: none;
		z-index:100;
		margin-bottom: 100%;
		background-color:#fff;
		padding-bottom: 10px;}

	.sp_gnav > .inner{
		padding: 0 10px;
	}
	.sp_gnav li{
		position:relative;
		font-size:1.4rem;
		text-align: center;
		line-height: 2rem;}

	.sp_gnav li a {
		display:block;
		padding:10px;
		border-top:1px solid #ccc;
		text-decoration:none;
		color: #454545;}

	.sp_gnav li a:hover{
		opacity:0.7;}

	.sp_gnav li::after{
		content:"";
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 20px;
		left:8px;
	}
	.sp_gnav li span{
		display: block;
		color: #edb853;
		font-size: 12px;
	}
	.sp_gnav li ul{
		margin-left: 20px;
	}
	.sp_gnav li ul li a {
		border-top:none;}
	.sp_gnav li ul li::after{
		display: block;
		content: '';
		top: 20px;
		left:8px;
		width: 8px;
		height: 1px;
		background-color: #666;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	/*sp_btn*/
	.sp_btn {
		position:relative;
		float:right;
		top:15px;
		right: 5px;
		display: inline-block;
		width: 45px;
		height: 45px;
		padding: 5px;
		cursor: pointer;
		z-index: 2000;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #7aa817;
		left: 0;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 10px;
	}
	.sp_btn span:nth-child(3) {
		top: 20px;
	}
	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.sp_gnav_schedule_access{
		margin: 50px auto;
		width: 550px;
		border: 2px solid #f69527;
		background: #f69527;
		padding: 5px;
		border-radius: 20px;
	}
	.sp_gnav_schedule_table{
		background: #fff;
		padding: 5px 10px 5px 6px;
		border-radius: 13px;
	}
	.sp_gnav_schedule_access p{
		padding: 5px 5px 10px;
		color: #fff;
		text-shadow: 3px 3px 3px #ef5f0b;
	}
	.sp_gnav_schedule_access ul{
		padding: 0 10px 10px;
	}
	.sp_gnav_schedule_access ul li{
		color: #fff;
	}
	.sp_gnav_schedule_access ul li:first-child{
		margin-bottom: 10px;
	}
	.sp_gnav_schedule_access ul li::after {
		content: none;
	}
	.sp_gnav_schedule_access ul li a{
		border-top: none;
		padding: 0;
		color: #fff;
	}
	.sp_gnav_schedule_access ul li:last-child{
		position: relative;
		padding-left: 50px;
		font-size: 30px;
		margin-top: 10px;
	}
	.sp_gnav_schedule_access ul li:last-child::before {
		content: "";
		position: absolute;
		background: url(images/sp_gnav_tel_icon.png)no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		top: -1px;
		left: 140px;
	}
	.sp_gnav .schedule_table{
		margin: 2px;
	}
	.sp_gnav .schedule_table th div{
		font-size: 16px!important;
		border-radius: 5px!important;
		margin: 4px!important;
	}
	.sp_gnav .schedule_table tr:first-child th div{
		margin: 0 4px 4px 4px!important;
		line-height: 2;
		font-size: 18px!important;
	}
	.sp_gnav .schedule_table tr:first-child th:first-child div{
		font-size: 26px!important;
		line-height: 1.5!important;
		font-family: 'Noto Sans JP', sans-serif!important;
	}
	.sp_gnav .schedule_table tr:first-child th:first-child span{
		display: block!important;
		font-size: 16px!important;
		color: #eb5151!important;
		font-weight: bold;
		letter-spacing: 0;
	}
	.sp_gnav .schedule_table tr:first-child th:last-child div{
		border-radius: 5px 10px 5px 5px!important;
		margin: 0 0 4px 4px!important;
	}
	.sp_gnav .schedule_table tr:nth-child(2) th div,
	.sp_gnav .schedule_table tr:last-child th div{
		vertical-align: middle;
		display: table-cell;
	}
	.sp_gnav .schedule_table tr:nth-child(2) th div{
		margin: 0 0 4px!important;
	}
	.sp_gnav .schedule_table tr:last-child th div{
		margin: 4px 0 0!important;
		border-radius: 5px 5px 5px 10px!important;
	}
	.sp_gnav .schedule_table td{
		font-size: 16px;
	}
	.sp_gnav .schedule_table tr:nth-child(2) td:last-child{
		border-bottom: none;
	}
	.sp_reserve{
		display: block;
		position: absolute;
		top: 15%;
		left: 55%;
		padding: 10px 5px;
		width: 30%;
		background: #cd3434;
		border-radius: 5px;
		text-align: center;
		font-size: max(12px, min(3vw,16px) );
		font-size: clamp(12px, 3vw,16px);
		font-weight: bold;
	}
	.sp_reserve a{
		color: #fff;
		text-decoration: none;
	}
	.sp_reserve:hover{
		background: #f69525;
		background: #990702;
	}

}
@media screen and (max-width:599px){
	.sp_btn{
		top: 10px;
	}
	.sp_gnav li span{
		display: inline-block;
		padding-left: 10px;
	}
	.sp_gnav_schedule_access{
		width: 100%;
		margin: 10px auto;
	}
	.sp_gnav_schedule_table{
		padding: 2px 6px 2px 2px;
	}
	.sp_gnav .schedule_table th {
		font-size: 10px!important;
		padding: 2px 0;
		line-height: 1;
	}
	.sp_gnav .schedule_table th div {
		font-size: 12px!important;
		line-height: 1.4;
	}
	.sp_gnav .schedule_table tr:first-child th div {
		margin: 0 2px 2px 2px!important;
		font-size: 12px!important;
		height: 28px;
		line-height: 2.4;
	}
	.sp_gnav .schedule_table tr:first-child th:first-child{
		line-height: 1.4;
	}
	.sp_gnav .schedule_table tr:first-child th:first-child span{
		font-size: 14px!important;
	}
	.sp_gnav .schedule_table tr:first-child th:last-child div{
		margin: 0 0 2px 2px!important;
	}
	.sp_gnav .schedule_table th:first-child div {
		padding: 5px 10px!important;
	}
	.sp_gnav .schedule_table td {
		font-size: 12px;
		line-height: 1.2;
	}
	.sp_gnav_schedule_access ul li:last-child{
		font-size: 26px;
	}
	.sp_gnav_schedule_access ul li:first-child img{
		width: 200px;
	}
	.sp_gnav_schedule_access ul li:last-child::before{
		top: -3px;
		left: 20%;
	}
}
@media screen and (max-width:360px){
	.sp_reserve{
		left: 64%;
		padding: 7px 5px;
		width: auto;
		line-height: 1.2;
	}
	.sp_reserve br{
		display: block;
	}
}
@media screen and (max-width:320px){
	.sp_gnav_schedule_access{
		margin: 0 auto;
	}
	.sp_gnav .schedule_table th {
		font-size: 8px!important;
	}
	.sp_gnav .schedule_table th:first-child div,
	.sp_gnav .schedule_table tr:first-child th:first-child{
		width: 60px!important;
	}
	.sp_gnav .schedule_table tr:first-child th:first-child span {
		font-size: 10px!important;
		letter-spacing: 0;
	}
	.sp_gnav_schedule_access p {
		font-size: 12px;
		line-height: 1.4;
	}
	.sp_gnav_schedule_access ul li {
		font-size: 12px;
	}
	.sp_gnav_schedule_access ul li:first-child {
		margin-bottom: 5px;
	}
	.sp_gnav_schedule_access ul li:first-child img {
		width: 180px;
	}
	.sp_gnav_schedule_access ul li:last-child {
		margin-top: 5px;
		font-size: 25px;
	}
	.sp_gnav_schedule_access ul li:last-child::before{
		left: 35px;
	}
}

/* ======================================================

	mv

========================================================= */
.mvArea{
	overflow: hidden;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}


.sub_mvArea{
	margin: 100px auto;
	width: 100%;
}
.sub_mvArea img{
	width: 100%;
}

@media screen and (max-width:768px){
	.mvArea{
		max-width: 100%;
		padding: 70px 10px 0;
	}
	.mvArea ul li{
		width: 100%;
	}
	.mvArea ul li img{
		max-height: inherit;
		max-width: inherit;
		width: 100%;
		height: auto;
	}
	.sub_mvArea{
		margin: 0 auto 50px;
		padding-top: 70px;
	}
}
@media screen and (max-width:599px){
	.sub_mvArea{
		padding-top: 55px;
	}
		.mvArea ul li{
		width: 100%;
	}
}




/* ======================================================

	contents

========================================================= */
.contents{
	margin:0 auto 60px;
	width:100%;
	font-family: 'M PLUS Rounded 1c', "メイリオ Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.contents > .inner{
	margin:0 auto;
	width:1300px;
	transform: rotate(0.03deg);
}

@media screen and (max-width:768px){
	.contents{
		padding:10px;
		width:100%;}

	.contents > .inner{
		padding:0 10px;
		width:100%;}

}
@media screen and (max-width:599px){
	.contents {
		margin: 0 auto 20px;
		overflow: hidden;
	}
	.contents > .inner{
		padding: 0;
	}
}


/* xxxx
========================================== */
.top_xxxArea{}

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




/* phone reservation
========================================== */
.phone_reservation{
	position: relative;
	margin-top: 150px;
}
.phone_reservation h2{
	position: relative;
	top: 35px;
	color:#181717;
	font-weight: normal;
	background: #f69625;
	box-shadow: 0px 0px 0px 3px #f69625;
	border: dashed 2px #fff;
	border-radius: 35px;
	width: 876px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	z-index: 1;
}
.phone_reservation::before{
	content: "";
	position: absolute;
	background: url(images/logo_icon.png) no-repeat;
	width: 129px;
	height: 84px;
	top: -35px;
	left: 20%;
	margin-left: -68px;
	transform: rotate(-7deg);
}
.phone_reservation::after{
	content: "";
	position: absolute;
	background: url(images/logo_icon_hand.png) no-repeat;
	width: 87px;
	height: 14px;
	top: 24px;
	left: 20%;
	margin-left: -45px;
	z-index: 3;
	transform: rotate(-6deg);
}
.phone_reservation_inner::before{
	content: "";
	position: absolute;
	background: url(images/logo_icon.png) no-repeat;
	width: 129px;
	height: 84px;
	top: -35px;
	right: 20%;
	margin-right: -70px;
	transform: rotate(7deg);
}
.phone_reservation_inner::after{
	content: "";
	position: absolute;
	background: url(images/logo_icon_hand.png) no-repeat;
	width: 87px;
	height: 14px;
	top: 24px;
	right: 20%;
	margin-right: -45px;
	z-index: 3;
	transform: rotate(6deg);
}

.phone_reservation .phone_reservation_text{
	position: relative;
	flex-wrap: wrap;
	border: 3px solid #e99e45;
	border-radius: 20px;
	padding: 40px 60px 50px;
}
.phone_reservation .phone_reservation_text::before,
.phone_reservation .phone_reservation_text::after{
	content: "";
	position: absolute;
	background: url(images/trouble_line_bg.png) no-repeat;
	width: 1215px;
	height: 28px;
}
.phone_reservation .phone_reservation_text::before{
	left: 42px;
	top: -14px;
}
.phone_reservation .phone_reservation_text::after{
	left: 42px;
	bottom: -14px;
}

.phone_reservation .phone_reservation_text p{
	font-size: 22px;
	width: 78%;
	margin: 0 auto;
	line-height: 1.6;
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
}
.phone_reservation .phone_reservation_text p.anchor_step{
	width: 30%;
	margin-left: 160px;
}
.phone_reservation .phone_reservation_text .business_hour {
	position: relative;
	line-height: 2em;
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 12px;
}
.phone_reservation .phone_reservation_text .business_hour:after{
	content: "";
	position: absolute;
	left: -10px;
	bottom: -4px;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #f69527, #f69527 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #f69527, #f69527 2px, #fff 2px, #fff 4px);
}
.phone_reservation .phone_reservation_text span{
	font-weight: bold;
	line-height: 2.5em;
}
.phone_reservation_btn{
	width: 38%;
	margin: 0 auto 30px;
	background: #cd3434;
	border-radius: 8px;
	text-align: center;
	font-size: 20px;
	line-height: 4;
}
.phone_reservation_btn a {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
.phone_reservation_btn:hover {
	background: #990702;
	transition: 0.3s ease-in-out;
}
@media screen and (max-width:768px){
	.phone_reservation{
		margin-top: 100px;
		text-align: center;
	}
	.phone_reservation h2{
		width: auto;
		display: inline-block;
		padding: 10px 30px 5px;
	}
	.phone_reservation h2 img{
		height: 30px;
	}
	.phone_reservation .phone_reservation_text{
		padding: 40px 20px 30px;
	}
	.phone_reservation .phone_reservation_text::before,
	.phone_reservation .phone_reservation_text::after{
		width: 100%;
		left: 0;
		bottom: -20px;
		background-size: contain;
	}
	.phone_reservation .phone_reservation_text p{
		width: 100%;
	}
	.phone_reservation .phone_reservation_text span{
	line-height: 2em;
}
.phone_reservation .phone_reservation_text p.anchor_step{
	width: 60%;
	margin-left: auto;
}
}
@media screen and (max-width:599px){
	.phone_reservation {
		margin-top: 80px;
	}
	.phone_reservation h2{
		padding: 15px 30px 15px;
	}
	.phone_reservation h2 img {
		height: 55px;
	}
	.phone_reservation .phone_reservation_text::before{
		top: -5px;
	}
	.phone_reservation .phone_reservation_text p{
		font-size: 16px;
	}
	.phone_reservation .phone_reservation_text p.anchor_step{
	width: 90%;}
	.phone_reservation_btn{
		width: 100%;
	}
}
@media screen and (max-width:360px){
	.phone_reservation h2 img {
		height: 45px;
	}
}



/* about
========================================== */
.top_aboutArea{
	margin: 50px auto 0;
}
.top_aboutArea h2{
	position: relative;
	padding: 40px 0 0 150px;
	margin-bottom: 80px;
}
.top_aboutArea h2::before{
	position: absolute;
	content: "";
	background: url(images/icon01.png) no-repeat;
	width: 129px;
	height: 153px;
	left: 0;
	top: 0;
}
.top_aboutArea p{
	font-size: 22px;
	margin-bottom: 35px;
	line-height: 1.8;
}
.top_aboutArea .imgText{
	padding: 0 60px;
}
.top_aboutArea .imgText_txt{
	width: 610px;
	letter-spacing: 2px;
	padding-top: 30px;
}
.top_aboutArea .imgText_img{
	position: relative;
	width: 520px;
}
.top_aboutArea .imgText_img img {
	max-width: unset;
	width: 480px;
}
.top_aboutArea .imgText_img::before{
	content: "";
	position: absolute;
	top: 20px;
	left: 40px;
	background: #f69625;
	border-radius: 20px;
	width: 480px;
	height: 360px;
	z-index: -1;
}
.top_aboutArea .imgText_img::after{
	content: "";
	position: absolute;
	background: url(images/icon02.png) no-repeat;
	width: 187px;
	height: 133px;
	right: -60px;
	bottom: -40px;
}

@media screen and (max-width:768px){
	.top_aboutArea{
		margin: 20px auto 0;
	}
	.top_aboutArea h2{
		padding: 28px 0 0 150px;
		margin-bottom: 20px;
	}
	.top_aboutArea .imgText {
		display: flex;
	}
	.top_aboutArea .imgText_txt {
		order:1;
	}
	.top_aboutArea .imgText_img {
		order:2;
	}
	.top_aboutArea .imgText_txt,
	.top_aboutArea .imgText_img{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.top_aboutArea .imgText_img::before{
		left: 90px;
	}
}
@media screen and (max-width:599px){
	.top_aboutArea h2{
		padding: 7px 0 0 80px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.top_aboutArea h2::before{
		width: 80px;
		height: 80px;
		background-size: contain;
	}
	.top_aboutArea h2 img {
		height: auto;
	}
	.top_aboutArea .imgText {
		padding: 0;
	}
	.top_aboutArea .imgText_txt{
		padding-top: 0;
	}
	.top_aboutArea p {
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.top_aboutArea .imgText_img img{
		width: 300px;
	}
	.top_aboutArea .imgText_img::before{
		left: 15%;
		width: 300px;
		height: 225px;
	}
	.top_aboutArea .imgText_img::after{
		right: 0;
		left: 60%;
		bottom: -60px;
		background-size: contain;
		width: 120px;
	}
}
@media screen and (max-width:380px){
	.top_aboutArea h2::before {
		width: 60px;
		height: 60px;
		top: 5px;
		background-size: contain;
	}
	.top_aboutArea h2{
		padding: 7px 0 0 60px;
	}
	.top_aboutArea h2 img{
		height: auto;
	}
}
@media screen and (max-width:360px){
	.top_aboutArea h2 {
		padding: 15px 0 0 60px;
	}
	.top_aboutArea h2 img{
		height: 60px;
	}
}
@media screen and (max-width:320px){
	.top_aboutArea h2 {
		padding: 15px 0 0 50px;
	}
	.top_aboutArea h2::before {
		width: 50px;
		height: 50px;
		top: 15px;
		background-size: contain;
	}
	.top_aboutArea h2 img {
		height: 54px;
	}
}

/* trouble
========================================== */
.top_troubleArea{
	position: relative;
	margin-top: 150px;
}
.top_troubleArea h2{
	position: relative;
	top: 35px;
	color:#181717;
	font-weight: normal;
	background: #f69625;
	border-radius: 10px;
	width: 876px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	z-index: 1;
}
.top_troubleArea::before{
	content: "";
	position: absolute;
	background: url(images/logo_icon.png) no-repeat;
	width: 129px;
	height: 84px;
	top: -32px;
	left: 50%;
	margin-left: -65px;
}
.top_troubleArea::after{
	content: "";
	position: absolute;
	background: url(images/logo_icon_hand.png) no-repeat;
	width: 87px;
	height: 14px;
	top: 25px;
	left: 50%;
	margin-left: -45px;
	z-index: 3;
}
.top_troubleArea ul{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 3px solid #e99e45;
	border-radius: 20px;
	padding: 40px 60px 80px;
}
.top_troubleArea ul::before,
.top_troubleArea ul::after{
	content: "";
	position: absolute;
	background: url(images/trouble_line_bg.png) no-repeat;
	width: 1215px;
	height: 28px;
}
.top_troubleArea ul::before{
	left: 42px;
	top: -14px;
}
.top_troubleArea ul::after{
	left: 42px;
	bottom: -14px;
}
.top_troubleArea ul li{
	margin-top: 40px;
	margin-right: 50px;
}
.top_troubleArea ul li:nth-child(2n){
	margin-right: 0;
}
.top_troubleArea dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 562px;
}
.top_troubleArea dl dt{
	width: 232px;
}
.top_troubleArea dl dt img{
	width: 100%;
}
.top_troubleArea dl dd{
	width: 330px;
	padding: 40px 0 0 20px;
}
.top_troubleArea dl dd p{
	font-size: 19px;
	line-height: 1.6;
}
.top_troubleArea dl dd .btn_arrow{
	margin-top: 25px;
}
.top_troubleArea dl dd .btn_arrow a{
	font-size: 20px;
	padding: 15px 60px 15px 40px;
	width: 140px;
	height: 30px;
}

@media screen and (max-width:768px){
	.top_troubleArea{
		margin-top: 100px;
		text-align: center;
	}
	.top_troubleArea h2{
		width: auto;
		display: inline-block;
		padding: 10px 30px 5px;
	}
	.top_troubleArea h2 img{
		height: 30px;
	}
	.top_troubleArea ul{
		padding: 40px 20px 30px;
	}
	.top_troubleArea ul::before,
	.top_troubleArea ul::after{
		width: 100%;
		left: 0;
		bottom: -20px;
		background-size: contain;
	}
	.top_troubleArea ul li {
		margin-top: 20px;
		margin-right: 0;
		width: 50%;
	}
	.top_troubleArea dl{
		width: 100%;
	}
	.top_troubleArea dl dt{
		width: 200px;
		margin: 0 auto;
	}
	.top_troubleArea dl dd {
		width: 320px;
		padding: 10px 0 0;
		text-align: center;
		margin: 0 auto;
	}
	.top_troubleArea dl dd .btn_arrow {
		margin-top: 10px;
	}
}
@media screen and (max-width:599px){
	.top_troubleArea {
		margin-top: 80px;
	}
	.top_troubleArea h2{
		padding: 15px 30px 15px;
	}
	.top_troubleArea h2 img {
		height: 55px;
	}
	.top_troubleArea ul::before{
		top: -5px;
	}
	.top_troubleArea ul li{
		margin: 10px 0 0;
		width: 100%;
	}
	.top_troubleArea dl{
		width: 100%;
	}
	.top_troubleArea dl dt{
		width: 150px;
		margin: 0 auto;
	}
	.top_troubleArea dl dd {
		width: 300px;
		padding: 10px 0 0;
	}
	.top_troubleArea dl dd p{
		font-size: 16px;
	}
	.top_troubleArea dl dd .btn_arrow a{
		margin: 0 auto;
		font-size: 18px;
		height: auto;
	}
}
@media screen and (max-width:360px){
	.top_troubleArea h2 img {
		height: 45px;
	}
}

/* online/ clinic_point/ allergies / hearingaid
========================================== */
.top_onlineArea .imgText_txt,
.top_sleepArea .imgText_txt,
.top_allergiesArea .imgText_txt,
.top_hearingaidArea .imgText_txt{
	width: 720px;
}
.top_onlineArea .imgText_txt p,
.top_sleepArea .imgText_txt p,
.top_allergiesArea .imgText_txt p,
.top_hearingaidArea .imgText_txt p{
	font-size: 24px;
	margin-top: 25px;
	line-height: 1.6;
}
.top_onlineArea .imgText_img,
.top_sleepArea .imgText_img,
.top_allergiesArea .imgText_img,
.top_hearingaidArea .imgText_img{
	width: 460px;
}
.top_onlineArea .btn_arrow a,
.top_sleepArea .btn_arrow a,
.top_allergiesArea .btn_arrow a,
.top_hearingaidArea .btn_arrow a{
	width: 400px;
	height: 114px;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 10px 15px 50px;
	font-size: 30px;
	line-height: 1.4;
}

.top_sleepArea .imgText_img {
	margin-top: 50px;
}

@media screen and (max-width:768px){
	.top_sleepArea .imgText_img {
		margin-top: 0;
	}
}


@media screen and (max-width:599px){
	.top_onlineArea .imgText_txt,
	.top_sleepArea .imgText_txt,
	.top_allergiesArea .imgText_txt,
	.top_hearingaidArea .imgText_txt{
		width: 100%;
	}
	.top_onlineArea .imgText_img,
	.top_sleepArea .imgText_img,
	.top_allergiesArea .imgText_img,
	.top_hearingaidArea .imgText_img{
		width: 100%;
	}
}

/* allergies
------------------------------------------ */
.top_onlineArea,
.top_allergiesArea{
	margin-top: 80px;
	padding: 0 60px;
}
.top_onlineArea h2,
.top_allergiesArea h2{
	position: relative;
	padding-left: 180px;
}
.top_onlineArea h2 span,
.top_allergiesArea h2 span{
	background: #f69625;
	color: #fff;
	width: 300px;
	height: 56px;
	line-height: 44px;
	display: block;
	border-radius: 28px;
	text-align: center;
	margin: 0 0 20px -40px;
}
.top_allergiesArea h2 span img,
.top_onlineArea h2 span img{
	vertical-align: middle;
}
.top_onlineArea h2::before,
.top_allergiesArea h2::before{
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	background: url(images/icon03.png) no-repeat;
	width: 152px;
	height: 114px;
}
@media screen and (max-width:599px){
	.top_allergiesArea {
		margin-top: 50px;
	}
	.top_onlineArea h2,
	.top_allergiesArea h2{
		padding-left: 0;
	}
}

/* hearingaid
------------------------------------------ */
.top_hearingaidArea,
.top_sleepArea{
	margin-top: 50px;
	padding: 0 60px;
}
.top_sleepArea h2,
.top_hearingaidArea h2{
	position: relative;

}
.top_sleepArea h2::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 550px;
	background: url(images/icon04.png) no-repeat;
	width: 152px;
	height: 114px;
}
.top_hearingaidArea h2::before{
	content: "";
	position: absolute;
	top: -30px;
	left: 550px;
	background: url(images/icon04.png) no-repeat;
	width: 152px;
	height: 114px;
}

@media screen and (max-width:768px){
	.top_onlineArea,
	.top_sleepArea,
	.top_allergiesArea,
	.top_hearingaidArea {
		padding: 0 20px;
	}
	.top_onlineArea h2,
	.top_sleepArea h2,
	.top_allergiesArea h2,
	.top_hearingaidArea h2{
		font-size: 38px;
	}
	.top_onlineArea h2 img,
	.top_allergiesArea h2 img{
		height: 40px;
	}
	.top_sleepArea h2 img{
		height: 90px;
	}
	.top_hearingaidArea h2 img{
		height: 45px;
	}
	.top_onlineArea h2 span,
	.top_allergiesArea h2 span{
		font-size: 26px;
	}
	.top_onlineArea h2 span img,
	.top_allergiesArea h2 span img{
		padding-top: 15px;
		height: 25px;
	}
	.top_sleepArea h2::before,
	.top_hearingaidArea h2::before{
		left: auto;
		right: 0;
	}
	.top_sleepArea h2::before,
	.top_hearingaidArea h2::before{
		left: auto;
		right: 50px;
	}
	.top_onlineArea .imgText_txt p,
	.top_sleepArea .imgText_txt p,
	.top_allergiesArea .imgText_txt p,
	.top_hearingaidArea .imgText_txt p{
		margin: 0 0 20px;
	}
	.top_onlineArea .btn_arrow a,
	.top_sleepArea .btn_arrow a,
	.top_allergiesArea .btn_arrow a,
	.top_hearingaidArea .btn_arrow a {
		height: 70px;
		font-size: 24px;
	}
}
@media screen and (max-width:599px){
	.top_onlineArea,
	.top_sleepArea,
	.top_allergiesArea,
	.top_hearingaidArea {
		padding: 0;
	}
	.top_onlineArea h2,
	.top_sleepArea h2,
	.top_allergiesArea h2,
	.top_hearingaidArea h2 {
		padding-left: 100px;
	}
	.top_onlineArea h2::before,
	.top_allergiesArea h2::before{
		background-size: contain;
		width: 85px;
		top: 30px;
		left: 0px;
	}
	.top_onlineArea h2 span,
	.top_allergiesArea h2 span{
		height: 40px;
	}
	.top_onlineArea h2 span img,
	.top_allergiesArea h2 span img{
		padding-top: 10px;
		height: 18px
	}
	.top_onlineArea h2 img,
	.top_allergiesArea h2 img{
		height: 25px;
	}
	.top_onlineArea h2 span,
	.top_allergiesArea h2 span {
		font-size: 20px;
		width: 200px;
		margin: 0 0 10px 0px;
		line-height: normal;
	}
	.top_onlineArea h2 span span,
	.top_allergiesArea h2 span span {
		font-size: 16px;
	}
	.top_sleepArea h2::before,
	.top_hearingaidArea h2::before {
		background-size: contain;
		width: 85px;
		top: 0;
		left: 0px;
	}
	.top_sleepArea h2 img{
		height: 53px;
	}
	.top_hearingaidArea h2 img {
		height: 26px;
		margin-top: 13px;
	}
	.top_onlineArea .imgText_txt p,
	.top_sleepArea .imgText_txt p,
	.top_allergiesArea .imgText_txt p,
	.top_hearingaidArea .imgText_txt p{
		font-size: 18px;
	}
	.top_onlineArea .btn_arrow a,
	.top_sleepArea .btn_arrow a,
	.top_allergiesArea .btn_arrow a,
	.top_hearingaidArea .btn_arrow a{
		height: auto;
		font-size: 18px;
	}
}
@media screen and (max-width:360px){
	.top_onlineArea h2 img,
	.top_allergiesArea h2 img {
		height: 22px;
	}
	.top_onlineArea h2 span,
	.top_allergiesArea h2 span{
		width: 160px;
		height: 30px;
	}
	.top_onlineArea h2 span img,
	.top_allergiesArea h2 span img{
		padding-top: 5px;
		height: 15px;
	}
	.top_sleepArea h2 img {
		height: 46px;
	}
	.top_hearingaidArea h2 img {
		height: 23px;
		margin-top: 11px:
	}
}
@media screen and (max-width:320px){
	.top_onlineArea h2,
	.top_sleepArea h2,
	.top_allergiesArea h2,
	.top_hearingaidArea h2{
		padding-left: 70px;
	}
	.top_onlineArea h2::before,
	.top_sleepArea h2::before,
	.top_allergiesArea h2::before,
	.top_hearingaidArea h2::before{
		background-size: contain;
		width: 65px;
	}
	.top_onlineArea h2 img,
	.top_allergiesArea h2 img {
		height: 22px;
	}
	.top_sleepArea h2 img {
		height: 45px;
	}
	.top_hearingaidArea h2 img {
		height: 22px;
		margin-top: 10px;
	}
}


/* schedule
========================================== */
.top_scheduleArea{
	margin-top: 80px;
}
.top_scheduleArea h2{
	position: relative;
	width: 800px;
	margin: 0 auto 90px;
	text-align: center;
}
.top_scheduleArea h2::before,
.top_scheduleArea h2::after{
	content: "";
	position: absolute;
}
.top_scheduleArea h2::before{
	background: url(images/icon05_l.png) no-repeat;
	width: 98px;
	height: 144px;
	top: -50px;
	left: 0;
}
.top_scheduleArea h2::after{
	background: url(images/icon05_r.png) no-repeat;
	width: 98px;
	height: 134px;
	top: -40px;
	right: 0;
}
.schedule_table_wrapper{
	background: #fff;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 8px;
}
.top_scheduleArea .schedule_table th{
	font-size: 26px!important;
}
.top_scheduleArea .schedule_table th div{
	font-size: 32px!important;
	border-radius: 5px!important;
	height: 125px;
	margin: 4px!important;
}
.top_scheduleArea .schedule_table tr:first-child th div{
	margin: 0 4px 4px 4px!important;
	line-height: 3.8;
	font-size: 30px!important;
}
.top_scheduleArea .schedule_table tr:first-child th:last-child div{
	border-radius: 5px 20px 5px 5px!important;
	margin: 0 0 4px 4px!important;
}
.top_scheduleArea .schedule_table tr:first-child th:first-child div{
	font-size: 26px!important;
	line-height: 1.5!important;
	font-family: 'Noto Sans JP', sans-serif!important;
}
.top_scheduleArea .schedule_table tr:first-child th:first-child span{
	display: block!important;
	font-size: 32px!important;
	color: #eb5151!important;
}
.top_scheduleArea .schedule_table tr:nth-child(2) th div,
.top_scheduleArea .schedule_table tr:last-child th div{
	width: 295px!important;
	height: 150px;
	line-height: 4.5;
}
.top_scheduleArea .schedule_table tr:nth-child(2) th div{
	margin: 0 0 4px!important;
}
.top_scheduleArea .schedule_table tr:last-child th div{
	margin: 4px 0 0!important;
	border-radius: 5px 5px 5px 20px!important;
}
.top_scheduleArea .schedule_table td{
	font-size: 26px;
}
.top_scheduleArea .schedule_table td span{
	font-size: 18px;
}
.top_scheduleArea .schedule_table tr:nth-child(2) td:last-child{
	border-bottom: none;
}
.w235{
	width: 235px!important;
}
.top_scheduleArea p{
	font-size: 22px;
	text-align: right;
}

@media screen and (max-width:768px){
	.top_scheduleArea h2{
		width: 100%;
		font-size: 36px;
		margin-bottom: 60px;
	}
	.top_scheduleArea h2 img{
		height: 45px;
	}
	.schedule_table th,
	.schedule_table td{
		vertical-align: middle;
	}
	.top_scheduleArea .schedule_table tr:first-child th:first-child{
		vertical-align: middle;
	}
	.top_scheduleArea .schedule_table tr:first-child th div{
		font-size: 22px!important;
	}
	.top_scheduleArea .schedule_table tr:first-child th:first-child div{
		font-size: 20px!important;
	}
	.top_scheduleArea .schedule_table tr:first-child th:first-child span{
		font-size: 22px!important;
		line-height: 1.2;
		margin-top: 5px;
	}
	.top_scheduleArea .schedule_table tr:first-child th:last-child div {
		border-radius: 5px 15px 5px 5px!important;
	}
	.top_scheduleArea .schedule_table th{
		font-size: 16px!important;
	}
	.top_scheduleArea .schedule_table th div{
		font-size: 24px!important;
		height: 80px!important;
	}
	.top_scheduleArea .schedule_table tr:nth-child(2) th div,
	.top_scheduleArea .schedule_table tr:last-child th div{
		width: 150px!important;
		line-height: 1.5;
	}
	.top_scheduleArea .schedule_table tr:last-child th div{
		border-radius: 5px 5px 5px 15px!important;
	}
	.top_scheduleArea .schedule_table td {
		font-size: 20px;
		height: auto;
	}
	.top_scheduleArea p{
		font-size: 18px;
		padding-right: 0;
	}
	.w235{
		width: 150px!important;
	}
}

@media screen and (max-width:599px){
	.top_scheduleArea {
		margin-top: 80px;
	}
	.top_scheduleArea .schedule_table{
		border-radius: 10px!important;
		border-spacing: 2px!important;
	}
	.top_scheduleArea h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.top_scheduleArea h2::before,
	.top_scheduleArea h2::after{
		background-size: contain;
		width: 60px;
		top:-20px;
	}
	.top_scheduleArea h2 img{
		height: 63px;
	}
	.top_scheduleArea p {
		font-size: 14px;
	}
	.schedule_table_wrapper{
		border-radius: 5px;
		margin-bottom: 8px;
		padding: 2px;
	}
	.top_scheduleArea .schedule_table th {
		width: 30px;
		padding: 0;
	}
	.top_scheduleArea .schedule_table th div{
		height: unset!important;
	}
	.top_scheduleArea .schedule_table tr:first-child th:first-child{
		font-size: 12px!important;
		width: 80px;
	}
	.top_scheduleArea .schedule_table tr:first-child th:first-child span{
		font-size: 16px!important;
		margin-top: 0;
	}
	.top_scheduleArea .schedule_table tr:first-child th div {
		font-size: 14px!important;
	}
	.top_scheduleArea .schedule_table tr:first-child th div {
		margin: 0 2px 2px 2px!important;
	}
	.top_scheduleArea .schedule_table tr:nth-child(2) th div,
	.top_scheduleArea .schedule_table tr:last-child th div {
		width: unset!important;
	}
	.top_scheduleArea .schedule_table td {
		font-size: 12px;
	}
	.top_scheduleArea .schedule_table td span{
		font-size: 12px;
	}
	.top_scheduleArea .schedule_table tr:nth-child(2) th div,
	.top_scheduleArea .schedule_table tr:last-child th div{
		font-size: 14px!important;
	}
	.top_scheduleArea .schedule_table tr:last-child th div,
	.top_scheduleArea .schedule_table tr:first-child th:last-child div{
		border-radius: 5px!important;
	}
	.top_scheduleArea .schedule_table tr:nth-child(2) th div {
		margin: 0 0 2px 2px!important;
	}
	.top_scheduleArea .schedule_table tr:last-child th div{
		margin: 2px 0 0 2px!important;
	}
	.top_scheduleArea .schedule_table tr:first-child th:last-child div{
		margin: 2px 0 2px 2px!important;
	}
	.w235 {
		width: 50px!important;
	}
}
@media screen and (max-width:380px){
	.top_scheduleArea h2::before,
	.top_scheduleArea h2::after{
		background-size: contain;
		width: 40px;
		top: 0px;
	}
}
@media screen and (max-width:360px){
	.top_scheduleArea h2 img {
		height: 55px;
	}
	.top_newsArea h2 img {
		height: 28px;
	}
}
@media screen and (max-width:320px){
	.top_scheduleArea h2{
		font-size: 20px;
	}
}

/* news
========================================== */
.top_newsArea{
	margin-top: 140px;
}
.top_newsArea h2{
	position: relative;
	width: 800px;
	margin: 0 auto 90px;
	text-align: center;
	text-shadow: 3px 3px 0px #FFF;
}
.top_newsArea h2::before,
.top_newsArea h2::after{
	content: "";
	position: absolute;
}
.top_newsArea h2::before{
	background: url(images/icon06_l.png) no-repeat;
	width: 105px;
	height: 140px;
	top: -50px;
	left: 0;
}
.top_newsArea h2::after{
	background: url(images/icon06_r.png) no-repeat;
	width: 107px;
	height: 140px;
	top: -40px;
	right: 0;
}
.top_newsArea .btn_arrow{
	margin-top: 60px;
}
.top_newsArea .btn_arrow a{
	width: 140px;
	height: 30px;
	font-size: 20px;
	padding: 15px 60px 15px 40px;
}

.news_list.top{
	margin-bottom:30px;}

.news_list.top dl{
	background: url(images/line_s_bg.png) no-repeat center bottom;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 2px;
}

.news_list.top dt,
.news_list.top dd{
	display:table-cell;
	vertical-align:top;
	padding: 20px 10px 40px;
	line-height: 1.6;
}
.news_list.top dt{
	width: 275px;
	padding-left: 60px;
	font-weight: bold;
	color: #f28d16;
	font-size: 24px;
}
.news_list.top dd{
	font-size: 20px;
}
.news_list.top dd a{
	color:#333;}
.news_list.top dd a:hover{
	opacity:0.7;}
.news_list.top dd span{
	display: block;
	font-weight: bold;
	font-size: 24px;
}


@media screen and (max-width:768px){
	.top_newsArea h2{
		width: 100%;
		margin: 0 auto 60px;
	}
	.top_newsArea h2 img{
		height: 45px;
	}
	.top_newsArea {
		margin-top: 80px;
	}
	.news_list.top dt,
	.news_list.top dd{
		display:block;
		width:100%;}

	.news_list.top dt{
		padding:10px 10px 0 10px;
	}
	.news_list.top dd{
		padding: 0px 10px 30px;
	}
}
@media screen and (max-width:599px){
	.top_newsArea {
		margin-top: 50px;
	}
	.top_newsArea h2{
		font-size: 24px;
		margin: 0 auto 20px;
	}
	.top_newsArea h2::before,
	.top_newsArea h2::after{
		background-size: contain;
		width: 60px;
		top: -20px;
	}
	.top_newsArea h2 img{
		height: 28px;
	}
	.news_list.top dt {
		padding: 10px 0 0;
		font-size: 18px;
	}
	.news_list.top dd {
		font-size: 16px;
		padding: 0px 0px 30px;
	}
	.news_list.top dd span{
		font-size: 18px;
	}
	.top_newsArea .btn_arrow{
		margin-top: 0;
	}
	.top_newsArea .btn_arrow a{
		font-size: 18px;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width:380px){
	.top_newsArea h2::before,
	.top_newsArea h2::after{
		background-size: contain;
		width: 40px;
		top: 0px;
	}
}

/* ======================================================

	footer

========================================================= */
#footer{
	width:100%;
	background: url(images/line_bg.png) repeat-x center top;
	background-size: contain;
	padding-top: 110px;
	font-family: 'M PLUS Rounded 1c', "メイリオ Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	transform: rotate(0.03deg);

	}

.footerArea{
	position: relative;
	margin:0 auto;
	padding:10px 0 100px;
	width:1300px;
	z-index: 1;
}

.footerArea:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;
}
.f_access_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f_info_schedule{
	width: 340px;
}
.f_info{
	}

.f_info dt{
	margin-bottom:10px;}

.f_info dt a:hover{
	opacity:0.7;}

.f_info dd:nth-child(2){
	font-size: 15px;
}
.f_info dd ul{
	margin-top: 5px;
}
.f_info dd ul li{
	font-size: 36px;
	color: #f69625;
	line-height: 1.3;
}
.f_tel,
.f_fax{
	position: relative;
	padding-left: 60px;
}
.f_tel::before,
.f_fax::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
}
.f_tel::before{
	background: url(images/f_tel_icon.png) no-repeat;
	width: 33px;
	height: 34px;
}
.f_fax::before{
	background: url(images/f_fax_icon.png) no-repeat;
	width: 33px;
	height: 33px;
}
.f_schedule{
	border: 1px solid #f69625;
	border-radius: 10px;
	width: 340px;
	margin-top: 26px;
}
.f_schedule dt{
	width: 280px;
	background: #f69625;
	color: #fff;
	margin: -15px auto 0;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
	line-height: 1.8;
	padding: 0 5px 0 18px;
}
.f_schedule dt span{
	position: relative;
	top: 0;
	background: #dc3939;
	height: 26px;
	font-size: 14px;
	padding: 3px 15px;
	border-radius: 9px;
	margin-left: 15px;
	vertical-align: middle;
}
.f_schedule dd{
	color:#5b380f;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: bold;
}
.f_schedule dd span{
	width: 100px;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
}
.f_nav{
	margin-top: 50px;
	padding: 0 10px;
}
.f_nav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.f_nav li{
	position: relative;
	margin-bottom:5px;
	padding-left: 50px;
}
.f_nav li::before{
	position: absolute;
	content: "";
	background: url(images/logo_s_icon.png) no-repeat;
	width: 28px;
	height: 17px;
	top: 0;
	left: 0;
}
.f_nav li a{
	color:#5b380f;
	text-decoration:none;}

.f_nav li:hover{
	opacity: 0.7;
	-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;
}
.f_gmap,
.f_map{
	width: 440px;
}
.f_gmap{
	position: relative;
	padding-bottom: 298px;
	height: 0;
	overflow: hidden;
	border: 1px solid #f69625;
}
.f_gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.f_map img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	#footer{
	}
	.footerArea{
		width:100%;
		padding: 10px 0 10px;
		margin-bottom: 30px;
	}
	.f_info_schedule{
		width: 100%;
	}
	.f_info{
		text-align: center;
		width: 325px;
		margin: 0 auto;
	}
	.f_schedule{
		margin: 26px auto 0;
	}
	.f_info dd ul li a{
		color: #f69625;
		text-decoration: none;
	}
	.f_nav{
		float:none;
		width:100%;
		margin:20px 0 0;
	}
	.f_nav li{
		padding-left:15px;
	}
	.f_nav li::before{
		top: 7px;
	}
	.f_nav li:last-child{
		margin-bottom:0;
	}
	.f_nav li a{
		display: block;
		padding: 5px 10px 5px 20px;
		min-height: 25px;
	}
	.f_map {
		width: 50%;
		padding: 20px 15px 0 10px;
	}
	.f_gmap{
		width: 50%;
		padding: 20px 10px 245px 15px;
			border: none;
	}
	.f_gmap iframe {
		left: auto;
		top: auto;
	}
}
@media screen and (max-width: 599px) {
	#footer{
		padding-top: 50px;
	}
	.f_nav ul::after{
		content:"";
		display:block;
		width: 25%;
		height:0;
	}
	.f_nav li::before {
		top: 5px;
	}
	.f_gmap,
	.f_map{
		width: 100%;
		margin-top: 20px;
	}
	.f_gmap{
		padding: 0 0 245px;
	}
	.f_gmap iframe {
		left: 0;
		padding: 0 10px;
	}
	.f_map{
		padding: 0 10px 0;
	}
	.f_nav li img{
		height: 15px;
	}
}
@media screen and (max-width: 380px) {
	.f_nav li{
		width: 150px;
	}
}
@media screen and (max-width: 320px) {
	.f_info{
		width: 280px;
	}
	.f_info dd ul li{
		font-size: 30px;
	}
	.f_tel,
	.f_fax{
		padding-left: 40px;
	}
	.f_schedule dd span{
		display: block;
		text-align: left;
	}
	.f_schedule{
		width: 300px;
	}
}

/* ==============================================

	copyright

================================================= */
.copyright{
	position: relative;
	clear: both;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color:#5b380f;
	z-index: -1;
	background: #c9a063;
}
.copyright::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/f_line_bg.png) repeat-x center top;
	background-size: contain;
	width: 100%;
	height: 113px;
	z-index: -1;
}
@media screen and (max-width: 1400px) {
	.copyright::before {
		background: url(images/f_line_bg.png) repeat-x center 50%;
		background-size: 100%;
	}
}
@media screen and (max-width: 768px) {
	.copyright::before {
		background: url(images/f_line_bg.png) repeat-x center 70%;
		background-size: 100%;
	}
}
@media screen and (max-width: 599px) {
	.copyright::before {
		background-size: 200%;
	}

}

/* =======================================

	pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 20px 17px 20px;
	background-color: #f69527;}

#pageTop:hover{
	opacity:0.7;}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 12px 15px;}
}

/* =======================================

	topicPath

========================================== */
#topicPath{
	padding: 10px;
}

#topicPath li{
	display: inline;
	list-style-type: none;
	font-size: 14px;}

#topicPath li:before {
	content: " > ";}

#topicPath li:first-child:before {
	content: none;}


@media screen and (max-width: 768px) {
	#topicPath{
		padding:13px 0 0 10px;
		min-height:20px;}
}
