@charset "utf-8";
html {
	font-size: max(13px, min(1.2vw, 16px));
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
  font-style: normal;
		color: #515151;
}
body {
	background-color: #f8e6d8;
	margin: 0;

}
img {
	width: 100%;
	height: auto;
}
.head-area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.head-box {
	position: relative;
	padding: 0 1rem;
}

.top-logo {
	color: #f15a24;
	font-weight: 900;
	line-height: 1;
	font-size: 3rem;
	margin-top: 2rem;
}
.top-logo>span {
	display: block;
	font-size: 55%;
	color: #323232;
	font-weight: 700;
}
.menu-bar {
	width: 50px;
	height: 50px;
	border: 2px solid #f15a24;
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 1001;
	border-radius: .8rem;
	transition: border .6s ease;
	cursor: pointer;
	background-color: #f15a24;
}
.menu-bar.close {
	border: 2px solid #fff5e0;
}
.menu-bar span {
	height: 2px;
	width: 36px;
	background-color: #f8e6d8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
	border-radius: 100vh;
	transition: background .6s ease;
}


.menu-bar.close span {
	background-color: #fff5e0;
	transition: transform .6s ease, opacity .6s ease;
}
.menu-bar span:nth-child(1) {
	top: 25%;
}
.menu-bar.close span:nth-child(1) {
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(315deg);
	transition: transform .6s ease;
}
.menu-bar span:nth-child(2) {
	background-color: transparent;
	top:26%;
	font-size: 14px;
	color: #f8e6d8;
	font-weight: bold;
	left: 50%;
}
.menu-bar.close span:nth-child(2) {
	opacity: 0;
}
.menu-bar span:nth-child(3) {
	top: 75%;
}
.menu-bar.close span:nth-child(3) {
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-315deg);
	transition: transform .6s ease;
}

.nav-area {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 100;
	background-color: #FFFFF5;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s opacity;
}
.nav-area.nav-area-open {
	opacity: 1;
	visibility: visible;
	transition: .3s opacity;
}
.nav-box {
	width: 100%;
	height: 100%;
	padding: 2rem;
}
.nav-list {
	margin: 5rem 3rem 3rem 3rem;
}
.nav-list>li {
	margin: 1rem;
	font-size: 120%;
	font-weight: bold;
}
.nav-img-box {
	margin-top: 5rem;
	position: absolute;
	bottom: 0;
	left: 2rem;
	width: calc(100vw - 4rem);
	max-width: 600px;
	
}
.nav-img-box>img {
	border-radius: 1rem;
}

.top-mainimg-area {
	margin: 10rem 0 0 0;
	position: relative;
}
.top-mainimg-area-title {
	position: absolute;
	z-index: 99;
	font-size: 7vw;
	color: #fff;
	top:-3vw;
	left:15%;
	font-weight: 900;
	line-height: 1;
	text-shadow: 2px 2px 5px #666666;
}
.top-mainimg-area-title>span {
	display: block;
	font-size: 28%;
}
.top-mainimg-slide {
	width: 60%;
}

.top-mainimg>img {
	border-radius: 0 3rem 3rem 0;
	overflow: hidden;
}
.top-catch-area {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.top-catch-box {
	writing-mode: vertical-rl;
	position: absolute;
	top:0;
	right: 5rem;
	font-size: 1.8rem;
	line-height: 2;
	color: #323232;
	margin-right: 13%;
	white-space: nowrap;
}
.subimg01-area {
	
}
.subimg01-box {
	width: 100%;
	max-width: 1000px;
	margin: 5rem auto;
	padding: 15rem 0 35rem;
	position: relative;
}
.subimg01-cach {
	text-shadow: 0 0 1px #F8E6D8,0 0 2px #F8E6D8, 0 0 3px #F8E6D8, 0 0 5px #F8E6D8, 0 0 6px #F8E6D8;
	position: relative;
	z-index: 5;
}
.subimg01-cach>dt,.subimg02-cach>dt {
	color: #F15A24;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.subimg01-cach>dd, .subimg02-cach>dd {
	text-align: center;
	line-height: 2;
	font-size: 1.2rem;
}
.upimg-01 {
	width: 250px;
	border-radius: 1rem;
	position: absolute;
	left: 0;
	top: 2rem;
}
.upimg-02 {
	width: 250px;
	border-radius: 1rem;
	position: absolute;
	right: 0;
	top: 15rem;
}
.upimg-03 {
	width: 250px;
	border-radius: 1rem;
	position: absolute;
	left: 10rem;
	top: 35rem;
}
.subimg02-area {
	background-color: #def1dd;
	position: relative;
}
.subimg02-box {
	width: 100%;
	max-width: 1000px;
	margin: 5rem auto 0;
	padding: 15rem 0 35rem;
	position: relative;
}
.upimg-04 {
	width: 220px;
	border-radius: 1rem;
	position: absolute;
	right: 0;
	top: 5rem;
}
.upimg-05 {
	width: 250px;
	border-radius: 1rem;
	position: absolute;
	left: 0;
	top: 25rem;
}
.upimg-06 {
	width: 230px;
	border-radius: 1rem;
	position: absolute;
	right: 10rem;
	top: 35rem;
}
.subimg02-cach {
	text-shadow: 0 0 1px #def1dd,0 0 2px #def1dd, 0 0 3px #def1dd, 0 0 5px #def1dd, 0 0 6px #def1dd;
	position: relative;
	z-index: 5;
}
.tenpo-box {
		width: 100%;
	max-width: 1000px;
	margin: 2rem auto;
	padding: 0 0 5rem;
	position: relative;
}
.g-map {
	margin: 15px 0;
}
.g-map>iframe {
	border-radius: 1rem;
}
.tenpo-contena-title {
	text-align: center;
	font-size: 2rem;
	color: #f15a24;
}
.tenpo-list {

	margin: 0 1rem;

}
.tenpo-list >li {
		background-color: #fffff5;
	margin: 2rem 1rem;
		border-radius: 1rem;
	padding: 1rem;
}
.tenpo-box-title {
	text-align: center;
	margin: 0 auto;
	font-size: 2rem;
}
.yoyaku-box {
		width: 100%;
	max-width: 1000px;
	margin: 2rem auto;
	padding: 0 2rem 5rem;
	position: relative;
}
.yoyaku-contena {
	background-color: #f15a24;
	border-radius: 1rem;
	padding: 1rem 2rem;
	width: fit-content;
	margin: 0 auto;
}
.yoyaku-contena-title {
	font-size: 1.3rem;
	text-align: center;
	color: #FFFFF5;
}
.yoyaku-contena>dd {
	color: #FFFFF5;
	text-align: center;
	margin: 1rem 0;
}
.yoyaku-btn01 {
	display: block;
	background-color: #FFFFF5;
	color: #F15A24;
	border-radius: 100vh;
	font-weight: bold;
	font-size: 110%;
	padding: .2rem;
}
.chu-box {
		width: 100%;
	max-width: 1000px;
	margin: 2rem auto;
	padding: 0 2rem 5rem;
	position: relative;
}.chu-contena {
	text-align: left;
	width: 50%;
	display: block;
	margin: 0 auto;
	
}
.chu-contena>dt {
	text-align: center;
	margin-bottom: 1rem
}
small {
	text-align: center;
	display: block;
	padding: 1rem;
}
.yoyaku-tel {
	font-size: 110%;
}
.contents-box {
	width: 100%;
	max-width: 1000px;
	margin: 5rem auto;
	padding: 5rem 2rem;
	position: relative;
}
.page-title {
	font-size: 2rem;
	color: #F15A24;
	font-weight: bold;
	margin-bottom: 1rem;
}
.contents-area-02 {
	background-color: #fffff5;
}
.img-round {
	border-radius: 1rem;
	overflow: hidden;
}
.title-01 {
	margin: 2rem 0;
	font-size: 1.6rem;
	color: #F15A24;
	padding: 0 0 0 30px;
	position: relative;
}
.title-01::before {
	content: "";
	display: block;
	height: 100%;
	background-color: #F15A24;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	border-radius: 100vh;
}
.list-01 {
	margin: 1rem 0;
}
.flex-box-2line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1rem 0;
}
.flex-box-2line div {
	width: 49%;
}
.flex-box-2line img {
	border-radius: 1rem;
}
.ryokin-list {
	margin: 2rem 0;
}
.ryokin-list>dt {
	background-color: #F15A24;
	font-size: 1.3rem;
	color: #FFFFF5;
	padding: .5rem 1rem;
	border-radius: 100vh;
	margin-top: 1.5rem;
}
.ryokin-list>dd {
	margin:.5rem 0;
}
.ryokin-list>dd li {
	padding: .2rem 1rem;
	font-size: 1.2rem;
	border-bottom: 1px solid #666666;
}
.ryokin-list-chu {
	font-size: 0.9rem;
	border-bottom: none;
	display: block;
}
.kitei {
	margin: 1rem 0;
}
.kitei>dt {
	margin-top: 1rem;
	color: #F15A24;
}
.yoyaku-btn02 {
	background-color: #F15A24;
	display: block;
	padding: .5rem 2rem;
	border-radius: 100vh;
	text-align: center;
	font-weight: bold;
	color: #FFFFF5;
	margin: 1rem auto;
	width: fit-content;
}
.yoyaku-btn02>span {
	font-size: 85%;
	display: block;
}
.bnr-area {
	background-color: #FFFEF0;
}
.bnr-box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2rem;
	padding: 5rem 0 5rem;
	position: relative;
}
.bnr-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bnr-list>li {
	width: 80%;
	max-width: 600px;
}