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

=========================================*/
section {
  padding: 0 20px;
}

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

.inner {
 width: 100%;
 max-width: 1280px;
 margin-left: auto;
 margin-right: auto;
}

#container {
 /* padding: 0 20px; */
 overflow: hidden;
}

figure {
 position: relative;
}

.flex {
 display: flex;
}

.row-reverse {
 flex-direction: row-reverse;
}

.space-between {
 justify-content: space-between;
}

/* views */
.sp {
  display: none !important;
}
@media only screen and (max-width:736px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}


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

=========================================*/
.articleInfo {
  margin-top: 80px;
}

.mainArticle {
 max-width: 100%;
 position: relative;
 width: 100%;
 padding-top: 80px;
 padding-bottom: 80px;
 padding-left: 0;
 padding-right: 0;
 overflow: hidden;
}

.mainArticle__subheadline {
 font-size: 21px;
 line-height: calc(50/21);
 letter-spacing: 0.2em;
 margin-bottom: 10px;
 border-bottom: 1px solid #e5e5e5;
}

.contents {
 margin-top: 110px;
}

@media only screen and (max-width:736px) {
  .articleInfo {
    margin-top: 30px;
  }

 .mainArticle {
  padding-top: 30px;
 }

 .mainArticle__headline {
  font-size: clamp(1.25rem, 0.601rem + 2.77vw, 1.875rem);
  font-size: clamp(0.938rem, 0.313rem + 3.125vw, 1.75rem);
  line-height: 1.6;
 }

 .mainArticle__subheadline {
  font-size: clamp(0.938rem, 0.669rem + 1.263vw, 1.25rem);
 }

 .keyVisual {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
 }

 .contents {
  margin-top: 80px;
 }
.contSection__headline {
    font-size: 16px;
    line-height: 1.6;
}
 .contSection__headline + .text {
  line-height: 1.8;
  font-size: clamp(0.813rem, 0.764rem + 0.24vw, 0.875rem);
  margin-top: clamp(1.25rem, 0.601rem + 2.77vw, 1.875rem);
/*   font-size: 12px; */
 }
}

.contents_flex_title {
 font-size: clamp(1.125rem, 0.616rem + 1.105vw, 1.5rem);
 line-height: 1.9;
}

.text {
 font-size: clamp(0.813rem, 0.558rem + 0.552vw, 1rem);
}

.text small {
  font-size: 70%;
}

@media only screen and (max-width:736px) {
 .contents_flex {
  display: block;
  margin-top: 20px;
 }
 
 .contents_flex_img {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  text-align: center;
 }
 
 .contents_flex_body {
  width: 100%;
 }
 
 .contents_flex_title {
  font-size: clamp(1.063rem, 0.472rem + 2.778vw, 1.75rem);
 }

 .text {
  font-size: clamp(0.813rem, 0.764rem + 0.24vw, 0.875rem);
  line-height: 1.8;
 }

 .text small {
  font-size: 80%;
}
}

/* ==================================================
top
=====================================================*/
.top_flex_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.top_flex_body {
  width: 40%;
}

.top_box .inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.top_box {
  width: 57%;
  margin-top: 20px;
  margin-left: 3%;
}

.top_box_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 42px 30px 30px;
}

.top_box_img {
  width: 62%;
}

.top_box_body {
  width: 34%;
} 

.top_box_name {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.top_box_text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.top_box_icon {
  position: absolute;
  width: 380px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width:768px) {
  .top_flex_wrap {
    flex-direction: column;
    margin-top: 40px;
  }
  
  .top_flex_body {
    width: 100%;
  }

  .top_box {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
  
  .top_box_wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
    padding: 36px 20px 20px;
  }
  
  .top_box_img {
    width: 100%;
  }
  
  .top_box_body {
    width: 100%;
    margin-top: 20px;
  } 
  
  .top_box_name {
    font-size: 18px;
  }
  
  .top_box_text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  
  .top_box_icon {
    position: absolute;
    width: 280px;
    top: -14px;
  }
}


/* ======================================
contents
=========================================*/
.contents {
  margin-top: 100px;
}

.contents_flex_area {
  margin-top: 40px;
}

.contents_flex_area.mt {
  margin-top: 120px;
}

.contents_flex_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.contents_flex_body.w510 {
  width: 100%;
  max-width: 510px;
}

.contents_flex_img.w710 {
  width: 100%;
  max-width: 710px;
}

.contents_flex_body.w570 {
  width: 100%;
  max-width: 570px;
}

.contents_flex_img.w660 {
  width: 100%;
  max-width: 660px;
}

.contents_col2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
}

.contents_flex_wrap.mt {
  margin-top: 40px;
}

.contents_flex_body2 {
  width: 50%;
}

.contents_flex_body_img {
  margin-top: 40px;
}

.contents_flex_body_img_cap {
  margin-top: 4px;
  font-size: 12px;
}

.contents_bottom_area {
  margin-top: 50px;
}

.contents_bottom_wrap {
  display: grid;
  margin-top: 40px;
  column-gap: 2px;
}
.contents_bottom_wrap.col3 {
  grid-template-columns: repeat(3,1fr);
}
.contents_bottom_wrap.col2 {
  grid-template-columns: repeat(2,1fr);
}
.contents_bottom_body {
  width: 96%;
  margin-inline: auto;
  margin-top: 20px;
}
.contents_bottom_title {
  font-size: 18px;
  font-weight: 600;
}
.contents_bottom_text {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.contents_img_label {
  position: relative;
  margin-top: -24px;
}

.spot_box {
  margin-top: 120px;
  position: relative;
  border: 1px solid #e5e5e5;
}
.spot_box_inner {
  width: calc(100% - 90px);
  margin-inline: auto;
  padding-top: 60px;
  padding-bottom: 50px;
}
.spot_box_wrap {
  display: grid;
  column-gap: 20px;
}
.spot_box_wrap.col2 {
  grid-template-columns: repeat(2,1fr);
}
.spot_box_wrap.col4 {
  margin-top: 46px;
  grid-template-columns: repeat(4,1fr);
}
.spot_title_icon {
  position: absolute;
  width: 100%;
  max-width: 792px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.spot_box_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.spot_box_text {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.spot_box_btn {
  position: relative;
  display: block;
  margin-inline: auto;
  margin-top: 50px;
  width: 100%;
  max-width: 450px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-block: 22px;
  background-color: #b9ab60;
  transition: all .4s;
}
.spot_box_btn::after {
  content: '';
  position: absolute;
  background-image: url(../imgs/btn_arow_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 8px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}
.spot_box_btn:hover {
  opacity: .8;
}


@media only screen and (max-width:768px) {
  .contents {
    margin-top: 50px;
  }

  .contents_flex_area {
    margin-top: 20px;
  }
  .contents_flex_area.mt {
    margin-top: 40px;
  }
  .contents_flex_area.sp_mt {
    margin-top: 40px;
  }
  
  .contents_flex_wrap {
    flex-direction: column;
  }
  
  .contents_flex_body {
    width: 100%;
  }
  
  .contents_flex_body .text {
    margin-top: 20px;
  }
  
  .contents_flex_img {
    margin-top: 20px;
  }
.contents_flex_wrap.mt {
  margin-top: 0px;
}
  .contents_flex_wrap.sp_reverse {
    flex-direction: column-reverse;
  }
  
.contents_flex_body_img {
  margin-top: 20px;
}

  .contents_bottom_area {
    margin-top: 20px;
  }

  .contents_bottom_wrap {
    margin-top: 40px;
    column-gap: 2px;
  }
  .contents_bottom_wrap.col3 {
    grid-template-columns: repeat(1,1fr);
    row-gap: 20px;
  }
  .contents_bottom_wrap.col2 {
    grid-template-columns: repeat(2,1fr);
  }
  .contents_bottom_wrap.col2.sp_col1 {
    grid-template-columns: repeat(1,1fr);
    row-gap: 20px;
  }
  .contents_bottom_body {
  width: 100%;
  margin-inline: auto;
  margin-top: 10px;
}
.contents_bottom_title {
  font-size: 16px;
}
.contents_bottom_text {
  margin-top: 10px;
  font-size: 12px;
}
.contents_img_label {
  position: relative;
  margin-top: -24px;
}
.spot_box {
  margin-top: 60px;
}
.spot_box_inner {
  width: calc(100% - 40px);
  padding-top: 40px;
  padding-bottom: 30px;
}
.spot_box_wrap {
  column-gap: 6px;
}
.spot_box_wrap.col2 {
  grid-template-columns: repeat(1,1fr);
  row-gap: 30px;
}
.spot_box_wrap.col4 {
  margin-top: 30px;
  grid-template-columns: repeat(2,1fr);
  row-gap: 20px;
}
.spot_title_icon {
  position: absolute;
  width: 80%;
  top: -20px;
}
.spot_box_title {
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
.spot_box_wrap.col4 .spot_box_title {
  font-size: 10px;
}
.spot_box_wrap.col4 .spot_box_item .photo__caption {
  text-align: left;
  right: auto;
  left: 4px;
}
.spot_box_text {
  margin-top: 10px;
  font-size: 12px;
}
.spot_box_btn {
  margin-top: 20px;
  font-size: 13px;
  padding-block: 18px;
}
.spot_box_btn::after {
  width: 22px;
  height: 8px;
  right: 10px;
}
}

/* ======================================
spot_area
=========================================*/
.spot_area {
  margin-top: 120px;
}
.spot_area_title {
  display: flex;
  align-items: center;
  color: #7b6f31;
  font-size: 24px;
  letter-spacing: 0.2em;
}
.spot_area_title:before,
.spot_area_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #7b6f31;
}
.spot_area_title:before {
  margin-right: 1rem;
}
.spot_area_title:after {
  margin-left: 1rem;
}
.spot_wrap {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  column-gap: 30px;
  align-items: center;
}
.spot_img figure {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.spot_body {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.spot_title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}
.spot_num {
  display: inline-block;
  width: 26px;
  margin-right: 8px;
}
.spot_item_img {
  margin-top: 10px;
}
.spot_cap {
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:768px) {
  .spot_area {
    margin-top: 60px;
  }
  .spot_area_title {
    font-size: 18px;
  }
  .spot_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 30px;
  }
  .spot_body {
    width: 90%;
    margin: auto;
  }
  .spot_title {
    font-size: 16px;
  }
  .spot_num {
    width: 24px;
  }
  .spot_item_img {
    margin-bottom: 4px;
  }
}




/* ======================================
point_area
=========================================*/
.point_area {
	margin-top: 140px;
}
.point_box_wrap {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 56px 50px ;
}
.point_box_icon {
	position: absolute;
	width: 422px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.point_box_contents + .point_box_contents {
	margin-top: 80px;
}
.point_box_item {
	display: flex;
	justify-content: space-between;
  align-items: end;
	column-gap: 20px;
}
.point_box_item.mt {
	margin-top: 30px;
}
.point_box_item + .point_box_item {
	margin-top: 60px;
}
.point_box_img {
	width: 100%;
	max-width: 570px;
}
.point_box_img_cap {
	font-size: 12px;
	text-align: right;
	margin-top: 4px;
}
.point_box_img_wrap {
	position: relative;
}
.point_box_body {
	width: 100%;
	max-width: 570px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 24px;
}
.point_info {
	width: 90%;
	margin: 40px auto 0;
	border: 1px solid #b9ab60;
	padding: 20px 20px;
	display: flex;
	flex-wrap: wrap;
}
.point_info_s {
  max-width: 570px;
}
.point_info_wrap {
	width: 48%;
}
.point_info_title {
	width: 100%;
	color: #b9ab60;
	font-size: 18px;
	margin-bottom: 14px;
}
.point_info dl {
	width: 50%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}
.point_info.no_mb dl {
	align-items: center;
	margin-bottom: 0;
}
.point_info_s dl {
	width: 100%;
  align-items: center;
}
.point_info_wrap + .point_info_wrap {
	width: calc(50% - 40px);
	border-left: 1px solid rgba(0, 0, 0, .3);
	padding-left: 38px;
	margin-left: 10px;
}
.point_info_wrap dl {
	width: 100%;
}
.point_info dl:last-child {
	margin-bottom: 0px;
}
.point_info dt {
	border: 1px solid #000;
	width: 80px;
	flex-shrink: 0;
	padding: 2px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}
.point_info dd {
	font-size: 14px;
	word-break: break-all;
}
.point_title_wrap {
	display: flex;
	align-items: center;
}
.point_num {
	width: 80px;
}
.point_title {
	font-size: 22px;
	display: flex;
	align-items: center;
	line-height: 1.8;
	letter-spacing: 0.2em;
}
.point_title::before {
	content: '';
	margin-right: 20px;
	flex-shrink: 0;
	width: 102px;
	height: 102px;
	background-image: url(../imgs/point_num-1.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.point_title.num2::before {
	background-image: url(../imgs/point_num-2.png);
}
.point_title.num3::before {
	background-image: url(../imgs/point_num-3.png);
}
.point_title.num4::before {
	background-image: url(../imgs/point_num-4.png);
}
.point_box_text {
	margin-top: 16px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
}
.point_box_text.mt0 {
	margin-top: 0;
}
.point_box_img_wrap {
	display: flex;
	column-gap: 8px;
}
.point_box_img_wrap.mt {
	margin-top: 68px;
}
@media only screen and (max-width:768px) {
	.point_area {
		margin-top: 50px;
	}
	.point_box_wrap {
		padding: 44px 20px 30px;
	}
	.point_box_icon {
		width: 300px;
		top: -14px;
	}
	.point_box_contents + .point_box_contents {
		margin-top: 40px;
	}
	.point_box_item {
		flex-direction: column;
	}
	.point_box_item + .point_box_item {
		margin-top: 30px;
	}
	.point_box_img {
		width: 100%;
		margin-top: 20px;
	}
	.point_box_img_cap {
		font-size: 12px;
		text-align: left;
		margin-top: 4px;
	}
	.point_box_body {
		display: contents;
	}
	.point_info {
		width: 100%;
		margin: 20px auto 0;
		padding: 20px 20px;
		flex-direction: column;
	}
	.point_info_wrap {
		position: relative;
		width: 100%;
	}
	.point_info_wrap + .point_info_wrap {
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
		border-left: none;
		padding-left: 0;
		margin-left: 0px;
	}
	.point_info_wrap + .point_info_wrap::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 30px);
		height: 1px;
		background-color: rgba(0, 0, 0, .3);
	}
	.point_info_wrap dl {
		width: 100%;
	}
	.point_info_title {
    width: calc(100% - 30px);
    margin-inline: auto;
		font-size: 14px;
		margin-bottom: 8px;
	}
	.point_info {
		padding: 14px 0px;
	}
	.point_info dl {
		width: calc(100% - 30px);
		margin-inline: auto;
		display: flex;
		margin-bottom: 8px;
	}
	.point_info dt {
		width: 50px;
		font-size: 10px;
		margin-right: 12px;
	}
	.point_info dt.insta {
		width: 50px;
		letter-spacing: 0.02em;
	}
	.point_info dd {
		font-size: 10px;
	}
	.point_num {
		width: 80px;
	}
	.point_title {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	.point_title::before, .point_title.num2::before {
		margin-right: 10px;
		width: 70px;
		height: 70px;
		flex-shrink: 0;
	}
	.point_box_text {
		margin-top: 16px;
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.point_box_img_wrap {
		order: 1;
		margin-top: 14px;
		column-gap: 4px;
	}
}
/* ======================================
chart_area
=========================================*/
.chart_area {
	margin-top: 100px;
	padding-bottom: 100px;
}
.chart_body {
	margin-top: 120px;
}
.chart_box_wrap {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 70px 50px 60px;
}
.chart_title_icon {
	position: absolute;
	width: auto;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.chart_box_item {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.chart_box_item + .chart_box_item {
	margin-top: 50px;
}
.chart_box_text {
	width: 100%;
	display: flex;
	flex-direction: column;
  justify-content: space-between;
	row-gap: 20px;
}
.graph {
	width: 440px;
	flex-shrink: 0;
}
.graph_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.chart_img {
  margin-top: 40px;
}
.chart_box_text dl {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.chart_box_text dt {
	font-size: 16px;
	letter-spacing: 0.1em;
	flex-shrink: 0;
}
.chart_box_text dd {
	flex-shrink: 1;
	font-size: 16px;
	margin-left: 4px;
}

@media only screen and (max-width:768px) {
  .chart_area {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .chart_body {
    margin-top: 60px;
  }
  .chart_box_wrap {
    padding: 30px 20px 24px;
  }
  .chart_title_icon {
    width: 300px;
    top: -12px;
  }
  .chart_box_item {
    flex-direction: column;
    row-gap: 30px;
  }
  .chart_box_item + .chart_box_item {
    margin-top: 30px;
  }
  .chart_box_text {
    row-gap: 14px;
  }
  .graph {
    width: 100%;
  }
  .graph_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .chart_img {
    width: 100%;
  }
  .chart_box_text dt {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .chart_box_text dd {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-left: 4px;
  }
}

/* ======================================
bg_area
=========================================*/
.bg_area {
  background-color: #f8f7f2;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;

}

.bg_area_wrap {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.bg_area .contSection__headline {
  line-height: 1.8;
  text-align: left;
}

.bg_area_body {
  width: 60%;
  max-width: 750px;
}
.bg_area .text {
  line-height: 1.7;
}

.bg_area_img {
  width: 40%;
  max-width: 450px;
}

@media only screen and (max-width:736px) {
  .bg_area {
    padding: 40px 20px;
  }
  .bg_area_wrap {
    margin-top: 20px;
    flex-direction: column;
  }
  .bg_area_body {
    width: 100%;
  }
  .bg_area .text {
    width: 100%;
  }
  .bg_area_img {
    width: 100%;
    margin-top: 30px;
  }
}

/* ======================================
bottom_area
=========================================*/

.bottom_area {
  margin-top: 120px;
}
.bottom_body {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 64px 50px;
}
.bottom_body .cap {
  margin-top: 20px;
}
.bottom_box_wrap {
  margin-top: 30px;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
}

.bottom_title_icon {
  position: absolute;
  width: 382px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom_box_title {
  font-size: clamp(1.125rem, 0.253rem + 1.815vw, 1.75rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.bottom_box_text {
  width: 38%;
}

.bottom_box_right {
  width: 60%;
}
.bottom_box_img {
  border: 4px solid #BAAA60;
}
.figure_label {
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 10px 10px;
  background-color: #BAAA60;
}
.bottom_link_btn {
  position: relative;
  margin: 40px auto 0;
  background: rgb(120,110,49);
  background: radial-gradient(circle, rgba(120,110,49,1) 0%, rgba(84,77,34,1) 100%);
  display: block;
  width: 100%;
  max-width: 650px;
  padding: 20px 10px;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.bottom_link_btn::after {
  content: '';
  position: absolute;
  background-image: url(../imgs/arow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 71px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}
.bottom_link_btn:hover {
  opacity: .7;
}

@media only screen and (max-width:768px) {
  .bottom_area {
    margin-top: 120px;
  }
  .bottom_body {
    padding: 44px 20px;
  }
  .bottom_body .cap {
    margin-top: 10px;
  }
  .bottom_box_wrap {
    margin-top: 20px;
    flex-direction: column;
  }
  
  .bottom_title_icon {
    width: 300px;
    top: -16px;
  }
  
  .bottom_box_title {
    font-size: clamp(1.313rem, 0.702rem + 1.27vw, 1.75rem);
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  
  .bottom_box_text {
    width: 100%;
  
  }
  .bottom_box_text .text {
    margin-top: 0;
    width: 100%;
  }
  
  .bottom_box_right {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
  }
  .bottom_link_btn {
    display: block;
    max-width: 300px;
    margin: 30px auto 0;
    padding: 20px 0;
    font-size: 14px;
  }
  .bottom_link_btn::after {
    width: 42px;
    height: 6px;
    right: 10px;
    top: 58%;
  }
}

/* ======================================
banner
=========================================*/
.banner_area {
  margin-top: 80px;
}

.banner {
  position: relative;
  text-align: center;
}

.banner_text {
  position: absolute;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-shadow:0px 0px 1px #000, 
  0 0 5px #000,
  0 0 6px #000,
  0 0 7px #000,
  0 0 8px #000,
  0 0 9px #000,
  0 0 10px #000;
}

.banner:hover {
  transition: .4s;
  opacity: .8;
}

.banner_area .cap {
  margin-top: 60px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:736px) {
  .banner_area {
    margin-top: 40px;
  }

  .banner_text {
    width: 80%;
    font-size: clamp(1rem, 0.675rem + 1.385vw, 1.313rem);
    letter-spacing: 0.2em;
  }

  .banner_area .cap {
    margin-top: 16px;
    font-size: clamp(0.625rem, 0.495rem + 0.554vw, 0.75rem);
    letter-spacing: 0.04em;
  }
}


/* ======================================
footer
=========================================*/
.footerContact__schedule {
  font-size: 11px;
}