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

@media screen and (min-width: 768px){
#top_image_area{
	position: relative;
	width: 100%;
	aspect-ratio:16/9;
	background: url("../img/top_image.jpg");
	background-position: center bottom;
	background-size: cover;
}
#header_word_area {
	position: absolute;
	width: 100%;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
#header_word_area h2 {
	font-size: 5rem;
	margin-bottom: 10px;
}
#header_word_area p {
	margin: 0;
	font-size: 3rem;
}
#header_bottom_area {
	position: absolute;
	width: 60%;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.spbr {
	display: none;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_image_area{
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	background: url("../img/top_image_sp.jpg");
	background-position: center bottom;
	background-size: cover;
}
#header_word_area {
	position: absolute;
	width: 90%;
	top: 8%;
	left: 55%;
	transform: translateX(-50%);
	text-align: center;
}
#header_word_area h2 {
	font-size: 4rem;
	margin-bottom: 10px;
}
#header_word_area p {
	margin: 0;
	font-size: 1.8rem;
}
#header_bottom_area {
	position: absolute;
	width: 60%;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
}

/*////////////////////////////////////
TOP about
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_about {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#top_about_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#top_about_word {
	position: relative;
	width: 48%;
	margin-right: 2%;
}
#top_about_word h2 {
	position: relative;
	display: inline-block;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	margin-left: 1em;
	margin-bottom: 1em;
	z-index: 2;
}
#top_about_word h2::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(218,169,133,0.3);
	border-radius: 50%;
	top: -25px;
	left: -25px;
	z-index: 1;
}
#top_about_word p {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 400;
}
#top_about_word p:last-child {
	margin: 0;
}
#top_about_img {
	position: relative;
	width: 40%;
	margin-left: 6%;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_about {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#top_about_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#top_about_word {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#top_about_word h2 {
	position: relative;
	display: inline-block;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	margin-left: 1em;
	margin-bottom: 1em;
	z-index: 2;
}
#top_about_word h2::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(218,169,133,0.3);
	border-radius: 50%;
	top: -25px;
	left: -25px;
	z-index: 1;
}
#top_about_word p {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 400;
}
#top_about_word p:last-child {
	margin: 0;
}
#top_about_img {
	position: relative;
	width: 100%;
}
}


/*////////////////////////////////////
TOP point
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_point {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}
#top_point_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#top_point_title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
#top_point_title h2 {
	font-size: 3rem;
}
#top_point_title h2::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(218,169,133,0.3);
	border-radius: 50%;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.top_point_item {
	position: relative;
	width: 26%;
	aspect-ratio:7/9;
	margin: 0 3.5%;
	background: url("../img/top_waku.png");
	background-size: cover;
	padding: 30px 0 10px;
}
.top_point_item_img {
	position: relative;
	width: 35%;
	margin: 0 auto 20px;
}
.top_point_item_title {
	position: relative;
	width: 80%;
	color: #333;
	margin: 0 auto;
	font-size: clamp(1.8rem,1.8vw,2.6rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.top_point_item_word {
	position: relative;
	width: 80%;
	color: #333;
	margin: 0 auto;
	font-size: clamp(1.2rem,1.2vw,1.4rem);
	font-weight: 400;
	line-height: 2;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_point {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}
#top_point_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#top_point_title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
#top_point_title h2 {
	font-size: 3rem;
}
#top_point_title h2::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(218,169,133,0.3);
	border-radius: 50%;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.top_point_item {
	position: relative;
	width: 80%;
	aspect-ratio:7/9;
	margin: 0 auto 30px;
	background: url("../img/top_waku.png");
	background-size: cover;
	padding: 30px 0 10px;
}
.top_point_item_img {
	position: relative;
	width: 35%;
	margin: 0 auto 20px;
}
.top_point_item_title {
	position: relative;
	width: 80%;
	color: #333;
	margin: 0 auto;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.top_point_item_word {
	position: relative;
	width: 80%;
	color: #333;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}
}

/*////////////////////////////////////
TOP reserv
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_reserv {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#top_reserv_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#top_reserv_title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#top_reserv_title h2 {
	display: inline-block;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset,0 0 4px rgba(0, 0, 0, 0.2) ;
	font-size: 3rem;
	padding:3px 0;
}
#top_reserv_title h2 span {
	display:block;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	padding: 20px 40px;
}
#top_reserv_naiyou {
	position: relative;
	width: 90%;
	max-width: 700px;
	margin: 0 auto 50px;
	background: url("../img/top_reserv_bg.png");
	background-size: cover;
	border-radius: 30px;
	padding: 30px 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_reserv_naiyou_name {
	position: relative;
	width: 24%;
	margin-right: 2%;
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-weight: 400;
}
.top_reserv_naiyou_word {
	position: relative;
	width: 74%;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.top_reserv_naiyou_aten {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
}
#top_reserv_jikai {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #4C4239;
	margin-bottom: 50px;
}
#top_reserv_bt_area {
	position: relative;
	text-align: center;
}
#top_reserv_bt_area a {
	display: inline-block;
	padding: 20px 40px;
	background: rgba(185,53,23,1.00);
	color: #FFF;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 50px;
	transition: all 0.3s;
}
#top_reserv_bt_area a:hover {
	background:rgba(206,149,24,1.00);
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_reserv {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#top_reserv_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#top_reserv_title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#top_reserv_title h2 {
	display: inline-block;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset,0 0 4px rgba(0, 0, 0, 0.2) ;
	font-size: 2.4rem;
	padding:3px 0;
}
#top_reserv_title h2 span {
	display:block;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	padding: 20px 40px;
}
#top_reserv_naiyou {
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
	background: url("../img/top_reserv_bg.png");
	background-size: cover;
	border-radius: 30px;
	padding: 30px 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_reserv_naiyou_name {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 5px;
	font-weight: 400;
}
.top_reserv_naiyou_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.top_reserv_naiyou_aten {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
}
#top_reserv_jikai {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #4C4239;
	margin-bottom: 50px;
}
#top_reserv_bt_area {
	position: relative;
	text-align: center;
}
#top_reserv_bt_area a {
	display: inline-block;
	padding: 20px 40px;
	background: rgba(185,53,23,1.00);
	color: #FFF;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 50px;
	transition: all 0.3s;
}
#top_reserv_bt_area a:hover {
	background:rgba(206,149,24,1.00);
}
}