/* ===========================================================================
  util
============================================================================= */
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.fz-l {
	font-size: 1.6rem !important;
}
.fw-b {
	font-weight: bold !important;
}
.ta-center {
	text-align: center !important;
}
.c-red {
	color: #f43f00;
}
.icon-pdf::after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 22px;
	margin: 0 5px;
	background: url("../images/icon_pdf.svg") center / contain no-repeat;
	vertical-align: initial;
}
.img-pc { display: block; }
.img-sp { display: none; }
@media only screen and (max-width: 767px) {
	.img-pc { display: none; }
	.img-sp { display: block; }
}

/* ===========================================================================
  content
============================================================================= */
.content {
	padding-top: 90px;
	overflow: hidden;
}

/* ===========================================================================
  heading02
============================================================================= */
.heading02 {
	color: #b78a22;
	text-align: center;
	line-height: 1.35;
}
.heading02_text {
	font-size: clamp(2.4rem, 4vw + 1rem, 4.8rem);
}
.heading02_subText {
	margin-bottom: 20px;
	font-size: clamp(1.6rem, 1.5vw + 1rem, 3rem);
}

/* ===========================================================================
  heading03
============================================================================= */
.heading03 {
	color: #b78a22;
	text-align: center;
	line-height: 1.35;
	font-weight: bold;
	margin-block: 50px 10px;
}
.heading03:first-child {
	margin-top: 0;
}
.heading03_text {
	font-size: 2.8rem;
}

/* ===========================================================================
  contentList
============================================================================= */
.contentList {
	position: relative;
	background: url("../images/content_bg.png") no-repeat top left/contain;
	background-size: 196px 130px;
	border-top: solid 1px #e4bb61;
}
.contentList::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 53px;
	height: 53px;
	background: no-repeat top left/contain;
	transform: translate(-50%, -50%);
}
#book.contentList::before {
	background-image: url("../images/icon_01.svg")
}
#experience.contentList::before {
	background-image: url("../images/icon_02.svg")
}
#consideration.contentList::before {
	background-image: url("../images/icon_03.svg")
}
#net.contentList::before {
	background-image: url("../images/icon_04.svg")
}
.contentList:nth-of-type(n+2) {
	margin-top: 30px;
}
.contentList_head {
	position: relative;
	padding: 50px 80px 100px;
}
.contentList_body {
	padding-bottom: 80px;
}
.contentList_content,
.secondContentList{
	margin-bottom: 150px;
}
.contentList_wave {
	position: relative;
	margin-top: 30px;
	margin-bottom: -80px;
}
.contentList_waveBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.contentList_text {
	margin-top: 30px;
	line-height: 1.68;
	font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	text-align: center;
}
@media screen and (min-width: 1060px) {
	.contentList_head:hover::after {
		transform: scale(1, 1);
	}
}

/* ===========================================================================
  flowList
============================================================================= */
.flowList {
	position: relative;
}
.flowList_bgObj {
	z-index: -2;
}
.flowList_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.flowList_item {
	width: 100%;
}
.flowList_item:nth-child(n+2) {
	margin-top: 60px;
}
.flowList_wrap {
	position: relative;
	background-color: #e7f8fc;
	padding: 25px 40px 40px 40px;
}
.flowList_item:nth-child(even) .flowList_wrap {
	background-color: #f4eddd;
}
.flowList_step {
	position: absolute;
	top: -20px;
	left: 30px;
	max-width: 74px;
}
.flowList_title {
	margin-bottom: 40px;
	padding: 0 0 0 100px;
	font-size: 3.6rem;
	line-height: 1.4;
	color: #0c2884;
}
.flowList_title-s {
	font-size: 2.4rem;
}
.flowList_textImg {
	display: flex;
	justify-content: space-between;
}
.flowList_img {
	flex-basis: 35%;
}
.flowList_textArea {
	flex-basis: 61%;
}
.flowList_text {
	line-height: 1.68;
	font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.flowList_btn {
	margin-top: 20px;
	width: 100%;
}
.flowList_textArea .btn-tel img {
	width: 100%;
	height: auto !important;
}
.flowList_map {
	margin-top: 35px;
}

/* ===========================================================================
  circleObj
============================================================================= */
.circleObj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
}
.circleObj_obj01 {
	position: absolute;
	top: 2%;
	left: -2%;
	width: 131px;
	height: 131px;
}
.circleObj_obj02 {
	position: absolute;
	top: 3%;
	right: 10px;
	width: 89px;
	height: 89px;
}
.circleObj_obj03 {
	position: absolute;
	top: 22%;
	left: 39%;
	width: 81px;
	height: 81px;
}
.circleObj_obj04 {
	position: absolute;
	top: 26%;
	right: 42%;
	width: 131px;
	height: 131px;
}
.circleObj_obj05 {
	position: absolute;
	top: 30%;
	right: -5%;
	width: 69px;
	height: 69px;
}
.circleObj_obj06 {
	position: absolute;
	top: 43%;
	right: 44%;
	width: 102px;
	height: 102px;
}
.circleObj_obj07 {
	position: absolute;
	top: 50%;
	left: 42%;
	width: 67px;
	height: 67px;
}
.circleObj_obj08 {
	position: absolute;
	bottom: 30%;
	left: -7%;
	width: 112px;
	height: 112px;
}
.circleObj_obj09 {
	position: absolute;
	bottom: 31%;
	left: 40%;
	width: 112px;
	height: 112px;
}
.circleObj_obj10 {
	position: absolute;
	bottom: 25%;
	right: 36%;
	width: 157px;
	height: 157px;
}
.circleObj_obj11 {
	position: absolute;
	bottom: 9%;
	right: -8%;
	width: 74px;
	height: 74px;
}


/* ===========================================================================
  btnList
============================================================================= */
.btnList-col2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.btnList-col1_item {
	margin: 0 auto;
}
.btnList-col1_item:nth-child(n + 2) {
	margin-top: 10px;
}
.btnList-col2_item {
	width: calc((100% - 10px) / 2);
}
.btnList-col2_item:nth-child(2n) {
	margin-left: 10px;
}
.btnList-col2_item:nth-child(n + 3) {
	margin-top: 10px;
}
@media (max-width: 1023px) {
	.btnList-col2 {
		display: block;
	}
	.btnList-col2_item {
		width: 100%;
		margin-top: 10px !important;
	}
	.btnList-col2_item:nth-child(2n) {
		margin-left: 0;
	}
}

/* ===========================================================================
  btn01
============================================================================= */
.btn01,
.btn01-s {
	display: block;
	padding: 18px 20px;
	border: solid 1px #e4bb61;
	border-radius: 30px;
	background-color: #fff;
	transition: background-color .2s;
}
.btn01-s {
	max-width: 330px;
	margin-inline: auto;
}
.btn01_text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 15px;
	font-size: 2.0rem;
	color: #b78a22;
	font-weight: bold;
	line-height: 1.25;
}
.btn01_text::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 13px;
	background: url("../images/icon_arrow-btn.svg") no-repeat center/contain;
	transition: .2s;
}
.is-upArrow::before {
	transform: rotate(-90deg);
}
@media screen and (min-width: 1060px) {
	.btn01:hover,
	.btn01-s:hover {
		background-color: #fffae7;
	}
	.btn01:hover .btn01_text::before,
	.btn01-s:hover .btn01_text::before {
		right: -5px;
	}
}

/* ===========================================================================
  btn-big
============================================================================= */
.btn-big_area {
	margin-block: 200px 20px;
	padding-top: 300px;
	background: url("../images/wave-blue.png") no-repeat top center/cover;
}
.btn-big {
	width: 96%;
	max-width: 1200px;
	margin-inline: auto;
	display: block;
	text-align: center;
	position: relative;
	transition: 0.3s;
	border-radius: 92px;
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
}
.btn-big .hover {
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.btn-big::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
    background-image: url("../images/btn-reservation-arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	transition: 0.3s;
	z-index: 9;
}
.btn-big_text {
	color: #fff;
    font-weight: bold;
	font-size: 3.8rem;
    display: block;
    position: absolute;
	top: 50%;
    left: 50%;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    z-index: 10;
	transform: translate(-50%, -50%);
	width: 84%;
	line-height: 1.2;
}
@media screen and (min-width: 1024px) {
	.btn-big .sp {
		display: none;
	}
}
@media (any-hover: hover) and (min-width: 1024px) {
	.btn-big:hover {
		box-shadow: none;
	}
	.btn-big:hover .hover {
		opacity: 1;
	}
	.btn-big:hover::before {
		right: 30px;
	}
}

/* ===========================================================================
  link
============================================================================= */
.link {
	color: #2229b7;
	text-decoration: underline;
}
@media screen and (min-width: 1060px) {
	.link:hover {
		text-decoration: none;
	}
}

/* ===========================================================================
  note
============================================================================= */
.note-indent01 {
	width: 100%;
	line-height: 1.68;
	font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	text-indent: -1em;
	padding-left: 1em;
	color: #f43f00;
}

/* ===========================================================================
  mapList
============================================================================= */
.mapList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mapList_item {
	width: calc((100% - 20px * 2) / 3);
}
.mapList_item:nth-child(n + 2) {
	margin-left: 20px;
}
.mapList_map iframe {
	width: 100%;
	height: 240px;
}
.mapList_textArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 20px;
	background-color: #fff;
	min-height: 80px;
}
.mapList_title {
	font-weight: bold;
	font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 1.8rem;
}
.mapList_title-s {
	font-weight: bold;
	font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 1.4rem;
}
.mapList_link {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	color: #2229b7;
	text-decoration: underline;
	font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.mapList_link::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 13px;
	background: url("../images/icon_arrow-blue.svg") no-repeat center/contain;
}
@media screen and (min-width: 1060px) {
	.mapList_link:hover {
		text-decoration: none;
	}
}

/* ===========================================================================
  pagetop
============================================================================= */
#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 27px 17px 32px 23px;
	background-color: #000;
	border-radius: 20px 0 0 0;
	z-index: 98;
	opacity: 0;
	transition: 0.3s;
}
#pagetop.is-visible {
	opacity: 1;
	pointer-events: all;
	text-align: center;
}
#pagetop img {
	width: 12px;
}
@media screen and (min-width: 1060px) {
	#pagetop:hover {
		opacity: .7;
	}
}

/* ===========================================================================
  br
============================================================================= */
.br-m,
.br-s {
	display: none;
}

@media screen and (max-width: 1180px) {	
	/* ===========================================================================
	  circleObj
	============================================================================= */
	.circleObj_obj01 {
		top: 1%;
		left: -1%;
	}
	.circleObj_obj05 {
		right: -1%;
	}
	.circleObj_obj05 {
		top: 41%;
	}
	.circleObj_obj08 {
		left: -2%;
	}
	.circleObj_obj11 {
		right: -1.5%;
	}
}

@media screen and (max-width: 1060px) {
	/* ===========================================================================
	  secondContentList
	============================================================================= */
	.secondContentList_head {
		padding: 20px 30px 40px 20px;
		max-width: 500px;
	}
	.secondContentList_headText {
		font-size: 2.0rem;
	}
	.secondContentList_headNum {
		font-size: 2.2rem;
	}
	
	/* ===========================================================================
	  flowList
	============================================================================= */
	.flowList_list {
		display: block;
	}
	.flowList_wrap {
		display: block;
	}
	.flowList_title {
		font-size: 3.0rem;
	}
	
	/* ===========================================================================
	  circleObj
	============================================================================= */
	.circleObj_obj01 {
		top: 0;
		left: 10%;
	}
	.circleObj_obj02 {
		top: 14%;
		right: 3%;
	}
	.circleObj_obj03 {
		top: 21%;
		left: 56%;
	}
	.circleObj_obj04 {
		top: 26%;
		left: 10%;
		right: auto;
	}
	.circleObj_obj05 {
		top: 29%;
		right: 2%;
	}
	.circleObj_obj06 {
		top: 42%;
		left: 5%;
		right: auto;
	}
	.circleObj_obj07 {
		top: 46%;
		left: 75%;
	}
	.circleObj_obj08 {
		bottom: 34%;
	}
	.circleObj_obj09 {
		left: 70%;
	}
	.circleObj_obj10 {
		bottom: 26%;
		left: 10%;
		right: auto;
	}
	.circleObj_obj11 {
		bottom: 6%;
		right: 10%;
	}
	
	/* ===========================================================================
	  mapList
	============================================================================= */
	.mapList_item {
		width: calc((100% - 20px ) / 2);
	}
	.mapList_item:nth-child(n + 2) {
		margin-left: 0;
	}
	.mapList_item:nth-child(2n) {
		margin-left: 20px;
	}
	.mapList_item:nth-child(n + 3) {
		margin-top: 20px;
	}
	
	/* ===========================================================================
	  br
	============================================================================= */
	.br-l {
		display: none;
	}
	.br-m {
		display: block;
	}
}

@media (max-width: 1023px) {
/* ===========================================================================
  btn-big
============================================================================= */
	.btn-big_area {
		margin-top: 150px;
		padding-top: 250px;
	}
	.btn-big::before {
		width: 30px;
		height: 30px;
		right: 26px;
	}
	.btn-big_text {
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 767px) {
	/* ===========================================================================
	  util
	============================================================================= */
	.mt35 {
		margin-top: 25px !important;
	}
	.mt200 {
		margin-top: 100px !important;
	}

	/* ===========================================================================
	  bannerBlock
	============================================================================= */
	.bannerBlock_list {
		display: block;
		padding: 20px;
	}
	.bannerBlock_item {
		width: 100%;
	}
	.bannerBlock_item:nth-child(n + 2) {
		margin: 20px 0 0 0;
	}
	
	/* ===========================================================================
	  content
	============================================================================= */
	.content {
		padding-top: 65px;
	}
	
	/* ===========================================================================
	  heading02
	============================================================================= */
	.heading02_subText {
		margin-bottom: 10px;
	}
	
	/* ===========================================================================
	  heading03
	============================================================================= */
	.heading03 {
		margin-block: 30px 5px;
	}
	.heading03_text {
		font-size: 1.8rem;
	}

	/* ===========================================================================
	  contentList
	============================================================================= */
	.contentList {
		background-size: 140px 93px;
	}
	.contentList_head,
	.contentList_head-open {
		padding: 40px 40px 30px;
	}
	.contentList_content,
	.secondContentList{
		margin-bottom: 40px;
	}
	.secondContentList:has(.sec06) .sec-mv {
		margin-bottom: 0;
	}
	.contentList_head::before {
		right: 15px;
		width: 20px;
		height: 12px;
	}
	.contentList_body {
		padding-bottom: 50px;
	}
	.contentList_wave {
		margin-bottom: 80px;
	}
	.contentList_waveBtn {
		top: 60%;
	}
	
	/* ===========================================================================
	  secondContentList
	============================================================================= */
	.secondContentList_head {
		padding: 20px 30px 30px 15px;
		max-width: 300px;
	}
	.secondContentList_headText {
		font-size: 1.6rem;
	}
	.secondContentList_headNum {
		font-size: 1.8rem;
	}
	.secondContentList_body {
		padding: 0 0 45px;
	}
	
	/* ===========================================================================
	  flowList
	============================================================================= */
	.flowList_item:nth-child(n+2) {
		margin-top: 40px;
	}
	.flowList_wrap {
		padding: 15px 20px 20px 20px;
	}
	.flowList_step {
		max-width: 50px;
		left: 20px;
	}
	.flowList_title {
		margin: 0 0 20px;
		padding: 0 0 0 70px;
		font-size: 2.0rem;
	}
	.flowList_title-s {
		font-size: 1.8rem;
	}
	.flowList_textImg {
		display: block;
	}
	.flowList_textArea {
		margin: 20px auto 0;
		max-width: none;
	}
	.flowList_btn {
		margin-top: 25px;
	}
	.flowList_wrap .btn-tel {
		width: 100% !important;
		margin-top: 25px;
	}
	.flowList_map {
		margin-top: 25px;
	}
	
	/* ===========================================================================
	  circleObj
	============================================================================= */
	.circleObj_obj01 {
		top: 0;
		left: 0;
		width: 100px;
		height: 100px;
	}
	.circleObj_obj02 {
		top: 14%;
		right: 0;
		width: 70px;
		height: 70px;
	}
	.circleObj_obj03 {
		top: 18%;
		left: 0;
		width: 68px;
		height: 68px;
	}
	.circleObj_obj04 {
		top: 24.5%;
		left: 0;
		width: 100px;
		height: 100px;
	}
	.circleObj_obj05 {
		top: 27%;
		right: -4%;
		width: 50px;
		height: 50px;
	}
	.circleObj_obj06 {
		top: 40%;
		left: 0;
		width: 90px;
		height: 90px;
	}
	.circleObj_obj07 {
		top: 43%;
		width: 58px;
		height: 58px;
	}
	.circleObj_obj08 {
		bottom: 38%;
		left: -5%;
		width: 95px;
		height: 95px;
	}
	.circleObj_obj09 {
		bottom: 36%;
		left: 60%;
		width: 95px;
		height: 95px;
	}
	.circleObj_obj10 {
		bottom: 33%;
		left: -2%;
		width: 120px;
		height: 120px;
	}
	.circleObj_obj11 {
		bottom: 21%;
		right: -5%;
		width: 60px;
		height: 60px;
	}
	
	/* ===========================================================================
	  btnList
	============================================================================= */
	.btnList-col2 {
		display: block;
		margin-top: 20px;
	}
	.btnList-col2_item {
		width: 100%;
	}
	.btnList-col2_item:nth-child(2n) {
		margin-left: 0;
	}
	.btnList-col2_item:nth-child(n + 2) {
		margin-top: 10px;
	}
	
	/* ===========================================================================
	  btn01
	============================================================================= */
	.btn01 {
		max-width: none;
	}
	.btn01_text {
		font-size: 1.6rem;
	}
	.btn01_text.is-normal {
		font-size: 1.4rem;
	}
	/* ===========================================================================
	  btn02
	============================================================================= */
	.btn02-discount {
		background: url("../images/btn-discount-sp.png") no-repeat center/ 100% 100%;
	}
	.btn02-reservation {
		background: url("../images/btn-reservation-sp.png") no-repeat center/ 100% 100%;
	}
	.btn02_bg {
		display: none;
	}
	
	/* ===========================================================================
	  btn-big
	============================================================================= */
	.btn-big_area {
		margin-block: 60px 10px;
		padding-top: 100px;
		background: url("../images/wave-blue-sp.png") no-repeat top center/contain;
	}
	.btn-big::before {
		width: 20px;
		height: 20px;
		right: 15px;
	}
	.btn-big .sp {
		display: block !important;
	}
	.btn-big .normal,
	.btn-big .hover {
		display: none;
	}
	.btn-big_text {
		font-size: 2.0rem;
		width: 80%;
	}

	/* ===========================================================================
	  mapList
	============================================================================= */
	.mapList {
		display: block;
	}
	.mapList_item {
		width: 100%;
	}
	.mapList_item:nth-child(n + 2) {
		margin-top: 20px;
	}
	.mapList_item:nth-child(2n) {
		margin-left: 0;
	}
	.mapList_textArea {
		min-height: inherit;
	}
	.mapList_title {
		font-size: 1.6rem;
	}
	
	/* ===========================================================================
	  pagetop
	============================================================================= */
	#pagetop {
		padding: 18px 10px 20px 15px;
	}
	#pagetop img {
		width: 8px;
	}
	
	/* ===========================================================================
	  br
	============================================================================= */
	.br-s {
		display: block;
	}
}