@charset "utf-8";

body {
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: cover;
	color: #000;
}
figure {
	position: relative;
}
.cap_Txt {
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    font-feature-settings: 'palt';
    letter-spacing: 0.1em;
    line-height: 1;
}
.cap_R {
    right: 5px;
}
.cap_W {
    color: #fff;
}
.cap_ShaB {
    text-shadow: 0 0 5px #000;
}

.main_box {
	position: relative;
}
.page_ttl {
	width: 51.3029166666667%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page_ttl h2 {
	max-width: 800px;
	width: 90%;
    margin: 0 auto;
	padding: 5%;
	position: relative;
    background-repeat: no-repeat;
    background-size: 7em 1px;
    background-position: bottom;
    text-align: center;
	z-index: 10;
}
.page_ttl h2::after {
	content: '';
	position: absolute;
	display: inline-block;
    width: 30%;
    height: 40%;
	right: -10%;
	bottom: -3%;
	background: url(../img/ttl_ashirai.png) no-repeat;
	background-size: contain;
}
.bg_ylw {
	background-color: #efdfb2;
}
.bg_gry {
	background-color: #e6e6e6;
}
.gold {
	background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    color: #000;
}
p {
	font-size: clamp(15px, 2.6666666666666667vw, 18px);
	line-height: 1.5;
}
.inner_1000 {
    margin: 0px auto 0;
}

/* sub_txt */
.sub_txt {
	padding: 80px 0;
	text-align: center;
	font-size: clamp(20px, 2.6666666666666667vw, 24px);
	line-height: 1.5;
	letter-spacing: 0.08em;
}
/* アンカーボタン */
.ancher_btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1000px;
	width: 90%;
	margin: 0px auto;
}
.ancher_btn li {
	width: calc(100% / 5 - 2%);
}
.btn_item {
	background-color: #fff;
	padding: 8px 10px;
	text-align: center;
	border: #967850 1px solid;
	transition: 0.5s;
	display: block;
	text-decoration: none;
	color: inherit;
}
.btn_item h3 {
	font-size: clamp(11px, 2.6666666666666667vw, 12px);
	border-bottom: 1px solid #967850;
	color: #967850;
	width: fit-content;
	margin: 0 auto 10px;
}
.btn_item h3 span {
	font-size: clamp(15px, 2.6666666666666667vw, 16px);
	font-style: italic;
}
.btn_item p {
	font-size: clamp(11px, 2.6666666666666667vw, 13px);
	line-height: 1.2;
	letter-spacing: 0em;
}
.btn_item p .line {
	content: "";
	display: block;
	vertical-align: middle;
	color: #967850;
	line-height: 1;
	width: 0.8em;
	height: 0.8em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	margin: 5px auto 0;
	transform: translateY(-25%) rotate(135deg);
	transition: 0.5s;
}
.short .btn_item h3 {
    margin: 0 auto 15px;
}
.short .btn_item p .line {
	margin: 15px auto 0;
}
.btn_item:hover {
	transition: 0.5s;
	opacity: 0.7;
}
.btn_item:hover p .line {
	transform: translateY(0%) rotate(135deg);
}
.ancher_box {
	padding-top: 79px;
	margin-top: -79px;
}

/* secごと */
.sec_box {
	margin: 0px auto 0;
	padding: 100px 0;
}
.sec_box .ttl {
	margin: 0 auto 15px;
	max-width: 220px;
	width: 50%;
}
.sec_box h5 {
	font-size: clamp(20px, 2.6666666666666667vw, 24px);
	margin: 0 auto 30px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.txt_box {
	width: 83%;
	text-align: center;
	margin: 0 auto 50px;
}
.sec_box .image {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	width: 80%;
	margin: 0 auto;
}
.sec_box .image00 {
	width: 80%;
	margin: 0 auto;
}
.sec_box .image figure {
	width: 48%;
}
.sec_box .image figure.column02 {
	width: 100%;
}
.sec_box .image figure.column03 {
	width: calc(100% / 3 - 30px);
}
.image.c03 {
	gap: 20px;
}
.sec_box .image .column-03 {
	width: calc(100% / 3 - 20px);
}
.sec_box .image .column-03 figure {
	width: 100%;
	margin: 15px 0;
}
.sec_box .image .column-03 h6 {
	font-size: clamp(16px, 2.6666666666666667vw, 18px);
	margin: 0 0 10px;
}
.sec_box .image .column-03 p {
	font-size: clamp(14px, 2.6666666666666667vw, 16px);
}
.sec_box .messe {
	background-color: #efdfb2;
	padding: 1.0em 1.5em;
	text-align: center;
    width: 80%;
    margin: 30px auto 0;
}
.sec_box .messe p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: clamp(15px, 2.6666666666666667vw, 20px);
	font-weight: 600;
}
.sec_box .smooth figure {
	max-width: 240px;
	width: 50%;
	margin-bottom: 2%;
}

/* ボタン */
.sec_box .a_btn {
	max-width: 300px;
	width: 80%;
	margin: 30px auto 0;
}
.sec_box .a_btn a {
    display: block;
    padding: 10px 0;
    border: 1px solid #967850;
    font-size: clamp(14px, calc(10.444444444444445px + 0.4629629629629629vw), 16px);
    line-height: 1.8;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
    letter-spacing: 2px;
    transform: rotate(0.28deg);
	background-color: #fff;
    color: #967850;
    position: relative;
    transition: .3s;
	text-align: center;
}
.sec_box .a_btn a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent #967850 #967850 transparent;
}
.sec_box .a_btn a:hover {
    transition: .3s;
    color: #fff;
	background-color: #967850;
}
.sec_box .a_btn a:hover::after {
    content: "";
	right: -1px;
    border-color: transparent #fff #fff transparent;
}

.bg_image {
	background: url(../img/bet_img.jpg) no-repeat;
	background-image: 100% 100%;
	background-size: cover;
	font-size: clamp(20px, 2.6666666666666667vw, 28px);
	line-height: 1.3;
	letter-spacing: 0.08em;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

.image00.w_90 img {
	width: 90%;
	margin: 0 auto;
}
/* merit_wrap */
.merit_wrap h5 {
	color: #fff;
}
.merit_wrap .u_line {
	font-size: clamp(24px, 2.6666666666666667vw,32px);
	text-align: center;
	margin: 0 auto;
	text-decoration: underline;
	text-decoration-color: rgba(239, 223, 178, 0.6);
	text-decoration-thickness: 8px;
	text-underline-offset: -3px;
	width: fit-content;
	color: #fff;
}
.sec_box.merit_wrap {
    padding: 100px 0 0;
}

.notes {
	color: #fff;
}
.notes_Wrap {
	max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width:1120px) {

	.main_box h3 {
		font-size: min(3.5vw, 20px);
		letter-spacing: 0.05em;
		line-height: 1.6;
		color: #fff;
	}

/* アンカーボタン */
.ancher_btn {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ancher_btn li {
	width: calc(100% / 4 - 2%);
}
.sec_box .image {
	gap: 20px;
	width: 90%;
}

}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

	sup {
		font-size: 9px;
	}
	.page_ttl {
        padding: 30px 0 30px;
		width: 80%;
	}
	.page_ttl h2 {
        width: 96%;
		padding: 0.5rem 0 1rem;
		background-size: 6em 1px;
	}
	.page_ttl h2::after {
		width: 25%;
		height: 50%;
	}
	.sub_txt {
		padding: 40px 0;
	}
	/* アンカーボタン */
.ancher_btn {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
.ancher_btn li {
	width: calc(100% / 2 - 2%);
}
.ancher_box {
	padding-top: 20px;
	margin-top: -20px;
}

.btn_item {
    background-color: #fff;
    padding: 5px 5px 8px;
}
.btn_item h3 {
    margin: 0 auto 10px;
}

.sub_txt p {
	width: 90%;
	margin: 0 auto;
}
.sec_box {
    padding: 60px 0;
}
.sec_box .ttl {
    margin: 0 auto 5px;
}
.sec_box h5 {
    margin: 0 auto 20px;
}
.txt_box {
    width: 100%;
    text-align: left;
    margin: 0 auto 30px;
}

.bg_image {
    padding: 30px 0;
}

.sec_box .image {
	width: 100%;
	gap: 20px;
}
.sec_box .image00 {
    width: 100%;
	text-align: center;
}
.sec_box .image figure {
	width: 100%;
}
.sec_box .image figure.column03 {
	width: 100%;
}
.sec_box .image .column-03 {
	width: 100%;
}
.sec_box .messe {
    text-align: left;
    width: 100%;
}
.sec_box.merit_wrap {
    padding: 60px 0 0;
}

.image00.js-scrollable {
    overflow-y: hidden!important;
  }
  .image00.js-scrollable img {
    width: 600px!important;
    height: auto;
    max-width: initial;
  }
  .column02.js-scrollable {
    overflow-y: hidden!important;
  }
  .column02.js-scrollable img {
    width: 660px!important;
    height: auto;
    max-width: initial;
  }

}
