@charset "utf-8";
/* ----------------------------------
              Header
---------------------------------- */
body {
	background:#fff;
}
.home-bar2 {
	width:100%;
    padding: 0;
	display: flex;
    justify-content: space-between;
}
.main-header .textBlack {
	background:#4d4d4d;
}

.home-header .header-logo-ani {
    margin-top: 40px;
	margin-left: 30px;
    height: auto;
    width: 300px;
}
.home-header img.blackLogo {
	display:none;
}
/*
.home-header .textBlack img.whiteLogo {
	display:none;
}
.home-header .textBlack img.blackLogo {
	display:block;
}
*/

.header-logo-ani-sp {
	display:none;
}
.header-links-aniversary{
    width: 100%;
    text-align: right;
    margin-top: 30px;
	padding-right: 50px;
}
.header-links-aniversary ul {
	padding:0;
}
.header-links-aniversary ul li {
	font-size:15px;
	font-family: YuMincho,    /* Mac用 */ 	'Yu Mincho', /* Windows用 */ 	serif;
    text-align: center;
    padding: 8px 25px;
    border: none;
    line-height: 1.4em;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border-radius: 2px;
    display: inline-block;
}
.header-links-aniversary ul li a:link,
.header-links-aniversary ul li a:visited {
	color:#ffffff;
}
/*
.textBlack .header-links-aniversary ul li a:link,
.textBlack .header-links-aniversary ul li a:visited {
	color:#000;
	transition: all 0.3s;
}
*/
.header-links-aniversary ul li span {
	font-size:22px;
	font-family: YuMincho,    /* Mac用 */ 	'Yu Mincho', /* Windows用 */ 	serif;
	letter-spacing:1.05;
}
.header-links-aniversary ul li.aniversary-reserve {
	background:#fff;
	border-radius:30px;
	color:#4d4d4d;
	transition: all 0.3s;
}
/*
.textBlack .header-links-aniversary ul li.aniversary-reserve {
	background:#4d4d4d;
	border-radius:30px;
	color:#fff;
}
*/
.header-links-aniversary ul li.aniversary-reserve:hover {
	background:#4d4d4d;
	border-radius:30px;
	color:#fff;
}
@media screen and (max-width:1270px) {
	.header-links-aniversary ul li {
		padding:8px 20px;
	}
}
@media screen and (max-width:1200px) {
	.header-logo-ani-sp {
		display:block;
	}
	.home-header .header-logo-ani {
		margin: 10px 0 10px 30px;
	}
	.main-header {
		display:block;
	}
	#spNav {
		max-width:240px;
		position: absolute;
		top: 0;
		right: -240px;
		transition: all 0.5s;
		height:100vh;
		background-color: rgba(255,255,255,0.9);
	}
	#spNav.sp-nav {
		right: 0;
	}
	.sp-header-btn-dummy {
		background-color: rgba(255,255,255,0);
	}
	.header-logo-ani-sp {
		margin-top:80px;
		text-align: center;
	}
	.header-logo-ani-sp img{
		width:80%;
		margin:0 auto;
	}
	.nav-bd1,
	.nav-bd2,
	.nav-bd3 {
		background-color:#eee;
	}
	.sp-nav .nav-bd1,
	.sp-nav .nav-bd2,
	.sp-nav .nav-bd3 {
		background-color:#aaa;
	}
	.textBlack .nav-bd1,
	.textBlack .nav-bd2,
	.textBlack .nav-bd3 {
		background-color:#eee;
	}

	.textBlack .sp-nav .nav-bd1,
	.textBlack .sp-nav .nav-bd2,
	.textBlack .sp-nav .nav-bd3 {
		background-color:#333;
	}

	.header-links-aniversary {
		margin-top: 0;
		padding-right:0;
	}
	.header-links-aniversary ul {
		margin-top:20px;
	}
	.header-links-aniversary ul li {
		display:block;
		font-size:14px;
		padding:25px 15px;
	}
	.header-links-aniversary ul li span {
		font-size:18px;
	}
	.header-links-aniversary ul li a:link,
	.header-links-aniversary ul li a:visited {
		color:#4d4d4d;
	}
	.header-links-aniversary ul li.aniversary-reserve {
		background:#4d4d4d;
		border-radius:30px;
		color:#fff;
		transition: all 0.3s;
		width: 60%;
		margin: 0 auto;
		padding: 10px 0;
	}
}
@media screen and (max-width:480px) {
	body {
		font-size:11px;
	}
	.home-header .header-logo-ani img {
		max-width:200px;
		margin-top: 5px;
	}
	.header-links-aniversary ul li {
		padding:17px 15px;
	}
	.header-links-aniversary ul li span {
		font-size:16px;
	}
	.header-links-aniversary ul li.aniversary-reserve {
		width:50%;
		padding:5px 0;
		margin: 17px auto;
	}
}
/* ----------------------------------
              Top slider
---------------------------------- */
.main-visual-home {
    position: relative;
	height:auto;
	padding:0;
}
.covervid-wrapper {

}
.top-slide-dummy {

}
section.sec-00 .sp-top-slide-dummy{
	display:none;
}
.top-slide-dummy img {
	width:100%;
}
.fadeslide img{
	width:100%;
}
.fadeslide {
	position: relative;
	width: 100%;
	z-index: 0;
}
.fadeslide div {
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	animation-name: fadeslide;
	animation-duration:27s;
	animation-iteration-count:infinite;
}
.fadeslide div:nth-of-type(1) {
	animation-delay: 3s;
}
.fadeslide div:nth-of-type(2) {
	animation-delay: 10s;
}
.fadeslide div:nth-of-type(3) {
	animation-delay: 20s;
}
@keyframes fadeslide {
	0% { opacity: 0; }
	15% { opacity: 1;}
	35% { opacity: 1;  transform: scale(1.03);}
	50% { opacity: 0; }
	100% { opacity: 0; }
}
.hero-wrap {
	top: auto;
    bottom: 20%;
    left: 10%;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    height: auto;
}
.hero-text {
	font-size:50px;
	margin-top: 0;
    line-height: 1.3em;
	font-family: YuMincho,    /* Mac用 */ 	'Yu Mincho', /* Windows用 */ 	serif;
}
.hero-text span {
	animation-name: fadeText;
	animation-duration:10s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeText {
	0% { opacity: 0; }
	15% { opacity: 1;}
	100% { opacity: 1; }
}

.hero-text span:nth-of-type(1)  {
	animation-delay: 4s;
}
.hero-text span:nth-of-type(2)  {
	animation-delay: 4.2s;
}
.hero-text span:nth-of-type(3)  {
	animation-delay: 4.4s;
}
.hero-text span:nth-of-type(4)  {
	animation-delay: 4.6s;
}
.hero-text span:nth-of-type(5)  {
	animation-delay: 4.8s;
}
.hero-text span:nth-of-type(6)  {
	animation-delay: 5s;
}
.hero-text span:nth-of-type(7)  {
	animation-delay: 5.2s;
}
.hero-text span:nth-of-type(8)  {
	animation-delay: 5.4s;
}
.hero-text span:nth-of-type(9)  {
	animation-delay: 5.6s;
}
.hero-text span:nth-of-type(10)  {
	animation-delay: 5.8s;
}
.hero-text span:nth-of-type(11)  {
	animation-delay: 6s;
}
.hero-text span:nth-of-type(12)  {
	animation-delay: 6.2s;
}
#sp-anniversary-slider {
	display:none;
}

@media screen and (max-width:1200px) {
	.main-visual-home {
		margin-top: 0px;
	}
}
@media screen and (max-width:480px) {
	#pc-anniversary-slider {
		display:none;
	}
	#sp-anniversary-slider {
		display:block;
	}
	section.sec-00 .top-slide-dummy{
		display:none;
	}
	section.sec-00 .sp-top-slide-dummy{
		display:block;
	}
	section.sec-00 .top-slide-dummy img {
		height:auto;
		width:auto;
	}
	section.sec-00 .hero-wrap {
		top:20%;
	}
	section.sec-00 .hero-text {
		font-size:40px;
	}
}
/* ----------------------------------
              Main Visual
---------------------------------- */
main {
	background:#fff;
}
section {
	margin:150px auto 100px;
	padding:130px 0;
	color:#4d4d4d;
	font-family: YuMincho,    /* Mac用 */ 	'Yu Mincho', /* Windows用 */ 	serif;
}
section img {
	width:100%;
	max-width:600px;
}
section.sec-00 img {
	width:100%;
	max-width: max-content;
}
.section-inner {
	max-width:1100px;
	margin:0 auto;
}
.flex-con {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.sec-flex-con{
	display:flex;
	flex-wrap:wrap;
	max-width:1200px;
	margin:0 auto;
}

.flex-30 {
	width:30%;
	box-sizing:border-box;
}
.flex-40 {
	width:40%;
	box-sizing:border-box;
}
.flex-50 {
	width:50%;
	box-sizing:border-box;
}
.flex-60 {
	width:60%;
	box-sizing:border-box;
}
.flex-70 {
	width:70%;
	box-sizing:border-box;
}

.flex-inner-01 {
	padding:1%;
}
.flex-inner-02 {
	padding:2%;
}
.flex-inner-03 {
	padding:3%;
}
section.sec-00 {
	margin:0px;
	padding:0;
}
.h2-box-01 {
	position:relative;
	max-width:1000px;
	margin:0 auto;
}
.h2-box {
	margin:-100px auto 0;
	position:relative;
	max-width:1000px;
}
h2.sec-ttl {
	font-size:60px;
	font-style:italic;
	font-family: YuMincho,    /* Mac用 */ 	'Yu Mincho', /* Windows用 */ 	serif;
	position:relative;
	z-index:1;
}
h2.sec-ttl:before {
	content:" ";
	display:block;
	border-top:3px #a40000 solid;
	width:100px;
	height:3px;
	padding-bottom:15px;
}
.h2-overlay {
	font-style:normal;
	font-weight:bold;
	display:block;
	position:absolute;
	color:#eeefed;
	z-index:0;
}
.sec-01 .h2-overlay {
	top:-180px;
	left:100px;
	font-size:250px;
}

@media screen and (max-width:480px) {
	section.sec-00 {
		height: auto;
		overflow: hidden;
	}
	.flex-30 {
		width:100%;
	}
	.flex-40 {
		width:100%;
	}
	.flex-50 {
		width:100%;
	}
	.flex-60 {
		width:100%;
	}
	.flex-70 {
		width:100%;
	}
}
/* ----------------------------------
              Section 01
---------------------------------- */
section.sec-01 {
	padding-top:80px;
}
#slidein.slide-left {
	margin-left:-1200px;
	opacity:0;
	transition: all 0.5s;
}
#slidein.slide-right {
	margin-right:-1200px;
	opacity:0;
	transition: all 0.5s;
}
#slidein.slidein {
	margin:0px;
	opacity:1;
}
.sec-01 .concept-box {
	margin-top:-30px;
}
.sec-01 .concept-txt-box {
	background:#f9f7f1;
	display: flex;
    justify-content: flex-end;
	padding:80px 50px 20px 0;
}
.sec-01 .concept-txt-01 {
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px #4d4d4d solid;
}
.sec-01 .concept-txt-01-box {
	max-width:440px;
}
.sec-01 .concept-img-box {
	padding: 20px 0 20px 80px;
}
.sec-01 .concept-img-box p {
	max-width:372px;
}
.sec-01 .concept-txt-02 {
	font-weight:bold;
	padding:20px 0;
}
@media screen and (max-width:480px) {
	section.sec-01 {
		padding-top:0;
		margin-top:100px;
		padding-bottom:0;
	}
	.sec-01 .h2-overlay {
	    top: -80px;
		left: 12=00px;
		font-size: 120px;
	}
	h2.sec-ttl {
		font-size: 36px;
		margin-left:20px;
	}
	h2.sec-ttl:before {
		border-top: 2px #a40000 solid;
		width: 50px;
		height: 2px;
		padding: 0 0 5px;
	}
	.sec-01 #slidein {
		max-width:390px;
	}
	#slidein.slide-left {
		margin-left:-480px;
		margin-right:480px;
		opacity:0;
		transition: all 1s;
	}
	#slidein.slide-right {
		margin-right:-480px;
		margin-left:480px;
		opacity:0;
		transition: all 1s;
	}
	#slidein.slidein {
		margin: 0px;
		opacity: 1;
	}
	.sec-01 .concept-box {
		justify-content: flex-start;
	}
	.sec-01 .concept-txt-box {
		order:2;
		width: 85%;
		justify-content: flex-start;
		padding: 50px 50px 20px 50px;
	}
	.sec-01 .concept-txt-01 {
		font-size:16px;
	}
	.sec-01 .concept-img-box p {
		text-align:right;
	}
	.sec-01 .concept-img-box img {
		width:90%;
		padding: 20px 30px 0 0;
	}
}
/* ----------------------------------
              Section 02
---------------------------------- */
section.sec-02 {
	background:#e8ebe6;
	margin-top:100px;
	padding-top:130px;
}
.sec-02 .h2-overlay {
	top:-180px;
	left:130px;
	font-size:200px;
}
.sec-02 #slidein {
	margin-top:70px;
}
.sec-02 .text-box-right{
	margin:250px 0 0 -120px;
	background:#e8ebe6;
	box-shadow: 20px 20px 20px #ddd;
	padding:5% 10%;
}
.sec-02 .stay-text-box .date-period {
	border:none;
}
.sec-02 .stay-text-box {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	font-size:16px;
	padding:10px 0;
	color:#333333;
	border-bottom:#ccc 2px dotted;
}
.sec-02 .stay-text-box div {
	width:70%;
}
.sec-02 .stay-text-box p.text-ttl {
	width:30%;
    font-family: 'Noto Serif JP';
    font-weight: 700;
}
.sec-02 .stay-text-box .text-content,
.sec-02 .stay-text-box .member_price {
	width:100%;
}
.sec-02 .stay-text-box .member_price {
	font-size:14px;
}

.link-25anniv-btn {
    margin: 40px auto;
    transition: .3s;
}
.link-25anniv-btn span {
	position:relative;
	z-index:3;
}
.link-25anniv-btn span span {
	letter-spacing: -0.15em;
	font-size: 12px;
}
.link-25anniv-btn span span span{
	font-size:10px;
}
.link-25anniv-btn a:link,
.link-25anniv-btn a:visited {
    border: 1px solid #343434;
	border-radius: unset;
	padding:6px 20px;
	color:#000;
	font-weight:bold;
    transition: .3s;
	overflow:hidden;
    position: relative;
}
.link-25anniv-btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
	color:#fff;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s ;
  transform: scale(0, 1);
  transform-origin: left top;
}
.link-25anniv-btn a:hover{
	color:#fff;
}
.link-25anniv-btn a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.sec-02 .stay-text-box div.link-25anniv-btn {
    width: auto;
}
@media screen and (max-width:480px) {
	.sec-02 .h2-overlay {
		top: -90px;
		left: 70px;
		font-size: 100px;
	}
	.sec-02 #slidein {
		margin-top: 20px;
	}
	.sec-02 .stay-text-box div.link-25anniv-btn {
		margin: 30px auto 20px;
	}
}
/* ----------------------------------
         Section 02 2件以上
---------------------------------- */
.flex-inner-10,
.flex-inner-12,
.flex-inner-14,
.flex-inner-16  {
	padding:5% 14% 5% 5%;
}
.flex-inner-11,
.flex-inner-13,
.flex-inner-15,
.flex-inner-17  {
	padding:5% 5% 5% 14%;
}
.stay-count2-box {
    box-shadow: 20px 20px 20px #ddd;
    margin: -30px -30px 0 30px;
    padding: 0 30px 0;
    z-index: 10;
    position: relative;
    background: #e8ebe6;
}
@media screen and (max-width:768px) {
	.flex-inner-10,
	.flex-inner-12,
	.flex-inner-14,
	.flex-inner-16  {
		padding:5% 2%;
	}
	.flex-inner-11,
	.flex-inner-13,
	.flex-inner-15,
	.flex-inner-17  {
		padding:5% 2%;
	}
	.stay-count2-box {
		margin:0;
	}
}
@media screen and (max-width:480px) {
	section.sec-02 {
		margin-bottom: 0;
		padding-bottom: 40px;
	}
	.flex-inner-03 img,
	.flex-inner-10 img,
	.flex-inner-12 img,
	.flex-inner-14 img,
	.flex-inner-16 img  {
		width:80%;
	}
	.flex-inner-11 img,
	.flex-inner-13 img,
	.flex-inner-15 img,
	.flex-inner-17 img  {
		width:80%;
	}
	.stay-count2-box {
		margin: -30px 10px 0 30px;
	}
	.sec-02 .text-box-right,
	.stay-count2-box {
		padding-top:30px;
		box-shadow: 5px 5px 10px #ddd;
	}
	.sec-02 .text-box-right {
		margin: -40px 10px 0 40px;
		padding:5%;
	}
	.sec-02 .stay-text-box {
		font-size:11px;
		padding:5px 0;
	}
	.sec-02 .stay-text-box .member_price {
		font-size:11px;
	}
}
/* ----------------------------------
           Section 02 Slider
---------------------------------- */
.sec-02 .slider-btn-box {
	width: 100%;
	max-width:1920px;
	position:relative;
	height:200px;
	height: 44px;
    margin: -80px 0 -35px 0;
}
.sec-02 .flex-inner-05 {
	width: 100%;
    max-width: 650px;
	padding: 20px 3% 10px;
    box-sizing: border-box;
}
/* ----------------------------------
              Section 03
---------------------------------- */
section.sec-03 {
	margin-bottom:10px;
}
.sec-03 .h2-overlay {
	top:-65px;
	left:130px;
	font-size:130px;
}
.sec-03 #slidein {
	margin-top:70px;
}

.sec-03 .flex-40 {
	width:42%;
    display: flex;
    justify-content: flex-end;
}
.sec-03 .flex-inner-04 {
	padding: 60px 0;
	max-width:460px;
}
.sec-03 .flex-60 {
	width:calc(58% - 20px);
    display: flex;
    justify-content: flex-start;
    background: #f9f7f1;
}
.sec-03 .res-text-box {
    margin: 100px 0px 40px 20px;
}
.sec-03 .flex-inner-05 {
	width: 100%;
    max-width: 650px;
	padding: 20px 0 10px 20px;
}

.sec-03 .stay-text-box {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	font-size:16px;
	padding:10px 0;
	color:#333333;
	border-bottom:#ccc 2px dotted;
}

.sec-03 .stay-text-box p.text-ttl {
	width:30%;
    font-family: 'Noto Serif JP';
    font-weight: 700;
}
.sec-03 .stay-text-box .member_price {
	font-size:14px;
}
.sec-03 .date-period {
	border:none;
}
.sec-03 .order-style1 {
	order:1;
	margin: 100px 20px 40px 0;
}
.sec-03 .order-style2 {
	order:2;
	justify-content: flex-start;
}

@media screen and (max-width:480px) {
	section.sec-03 {
		padding:0;
	}
	.sec-03 .h2-overlay {
		top: -40px;
		left: 75px;
		font-size: 75px;
	}
	.sec-03 .flex-40 {
		width: 100%;
		justify-content:flex-start;
	}
	.sec-03 .flex-40 img {
		width: 80%;
	}
	.sec-03 .flex-inner-04 {
		padding: 0px 0 0 10px;
	}
	.sec-03 .flex-inner-05 {
		width: calc(100% - 20px);
	}
	.sec-03 .res-text-box {
		margin: -30px 0px 0px 50px;
	}
	.sec-03 .stay-text-box {
		font-size:11px;
	}
	.sec-03 .flex-60 {
		width: calc(100% - 60px);
	}
	.sec-03 .order-style1 {
		order:2;
	}
	.sec-03 .order-style2 {
		order:1;
	}
	.sec-03 .slider-btn-box {
		margin: 10px 0 -45px 0;
	}
}
/* ----------------------------------
              Section 04
---------------------------------- */
section.sec-04 {
	margin-top:0;
	margin-bottom:80px;
}
sec-04 .h2-overlay {
	top:-65px;
	left:130px;
	font-size:130px;
}
.sec-04 .h2-overlay {
	top:-65px;
	left:130px;
	font-size:130px;
}

/* --------- SLIDER ----------*/
.swiper {
	width: 100%;
	max-width:1920px;
	height: auto;
	margin: 70px auto 0;
}
.swiper-wrapper {
	align-items: stretch;
}
.swiper-slide {
	height: auto;
	background:#f9f7f1;
}
.sec-03 .slider-btn-box {
	width: 100%;
	max-width:1920px;
	position:relative;
	height:200px;
	height: 44px;
    margin-top: 40px;
}
.swiper-button-prev {
	left: auto;
    right: 70px;
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #111;
    transition: all .4s;
	color:#333;
	background:#fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display:none;
}
.swiper-button-prev:before {
	content: "←";
    position: absolute;
    top: 15px;
    right: 15px;
	font-weight: bold;
    font-size: 14px;
    font-family: sans-serif;
    transition: all .4s;
}
.swiper-button-next {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #111;
    transition: all .4s;
	color:#333;
	background:#fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background:#333;
	color:#fff;
}
.swiper-button-next:before {
	content: "→";
    position: absolute;
    top: 15px;
    right: 15px;
	font-weight: bold;
    font-size: 14px;
    font-family: sans-serif;
    transition: all .4s;
}
.swiper-button-prev:before:hover,
.swiper-button-next:before:hover {
	color:#fff;
}


.sec-04 .image-box {
	max-height:350px;
	overflow:hidden;
}
@media screen and (max-width:1920px){
	.sec-04 .image-box {
		max-height:18vw;
	}
}
@media screen and (max-width:1200px){
	.sec-04 .image-box {
		height:auto;
		max-height:210px;
	}
}
.sec-04 .flex-inner-05 {
	width: 100%;
    max-width: 650px;
	padding: 20px 3% 10px;
    box-sizing: border-box;
}
@media screen and (max-width:1920px){
	.sec-04 .flex-inner-05 {
		min-height:365px;
		height:auto;
	}
}

.sec-04 .flex-60 {
	width:calc(58% - 20px);
    display: flex;
    justify-content: flex-start;
    background: #f9f7f1;
}
.sec-04 .res-text-box {
    margin: 100px 0px 40px 20px;
}

.sec-04 .stay-text-box {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	font-size:16px;
	padding:10px 0;
	color:#333333;
	border-bottom:#ccc 2px dotted;
}

.sec-04 .stay-text-box p.text-ttl {
	width:30%;
    font-family: 'Noto Serif JP';
    font-weight: 700;
}
.sec-04 .stay-text-box .member_price {
	font-size:14px;
}
.sec-04 .date-period {
	border:none;
}
.sec-04 .dummy-txt {
	width: 100%;
    margin: 50px auto 20px;
    text-align: center;
}
@media screen and (max-width:480px) {
	.sec-04 .h2-overlay {
		top: -40px;
		left: 75px;
		font-size: 75px;
	}
	section.sec-04 {
		margin-top:50px;
	    margin-bottom: 0;
	}
	.sec-04 .slider-btn-box {
		display:none;
	}
	.sec-04 .swiper {
		margin: 40px auto 0;
	}
	.sec-04 .image-box {
		max-height:190px;
	}
	.sec-04 .stay-text-box {
		font-size:11px;
	}
	.sec-04 .flex-70 {
		width:70%;
	}
	.sec-04 .link-25anniv-btn {
		margin: 30px auto 0;
	}
	.sec-04 .flex-inner-05 {
		min-height:300px;
	}
}
/* ----------------------------------
              Section 05
---------------------------------- */
section.sec-05 {
	margin-top:0;
}
.sec-05 .h2-overlay {
	top: -145px;
    left: 100px;
    font-size: 200px;
}
.event-slider-con {
	margin-top:70px;
	background: linear-gradient(90deg, #e8ebe6 0%, #e8ebe6 30%, #fff 30%, #fff 100%);
	padding:140px 0 90px;
	width: 100%;
}
.sec-05 .slide2 {
	width:70%;
	margin:0 auto;
}

.sec-05 .image-box {
	max-height:350px;
	overflow:hidden;
}
@media screen and (max-width:1920px){
	.sec-05 .image-box {
		max-height:340px;
	}
}
@media screen and (max-width:768px){
	.sec-05 .slide2 {
		width:91%;
	}
}

.sec-05 .slider-btn-box {
	width: 50%;
	position:relative;
	height: 44px;
}
.sec-05 .swiper-pagination-bullet {
	width:100px;
	border-radius:0;
	height:4px;
}
.sec-05 .swiper-pagination-bullet-active {
	background:#a40000;
}
.sec-05 .event-inner {
	padding:40px 40px 0 40px;
}
.sec-05 .event-text-box {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	font-size:16px;
	padding:10px 0;
	color:#333333;
	border-bottom:#ccc 2px dotted;
}
.sec-05 .event-text-box p.event-name {
	width:100%;
    font-family: 'Noto Serif JP';
	font-size:26px;
    font-weight: 700;
	color:#666;
	padding-bottom:30px;
}
.sec-05 .event-text-box p.text-ttl {
	width:30%;
    font-family: 'Noto Serif JP';
    font-weight: 700;
}
.sec-05 .date-period {
	border-bottom:none;
}
@media screen and (max-width:480px) {
	section.sec-05 {
		background:#e8ebe6;
		padding-bottom:0;
		margin-bottom:0;
		margin-top:50px;
	}
	.sec-05 .h2-overlay {
		top: -85px;
		left: 80px;
		font-size: 100px;
	}
	.event-slider-con {
		margin-top: 0;
		padding-top: 40px;
		background: linear-gradient(180deg, #e8ebe6 0%, #e8ebe6 20%, #fff 20%, #fff 100%);
	}
	.sec-05 .slide2 {
		width: 75%;
	}
	.sec-05 .slider-btn-box {
		width: 100%;
		position: absolute;
		height: 36px;
		top: 180px;
	}
	.sec-05 .swiper-pagination-bullet {
		width: 22%;
	}
	.sec-05 .flex-70 {
		width:70%;
	}
	.sec-05 .event-text-box p.event-name {
		font-size:16px;
		text-align: center;
		padding-bottom: 5px;
	}
	.sec-05 .event-text-box {
		font-size:12px;
		align-items: flex-start;
	}
	.sec-05 .event-inner {
		padding: 40px 20px 0 20px;
	}
	.sec-05 .swiper-slide {
		background:none;
	}
}
/* ----------------------------------
              Section 06
---------------------------------- */
section.sec-06 {
	margin:0 auto;
	padding-bottom:0px;
}
.sec-06 .h2-overlay {
	top: -145px;
    left: 100px;
    font-size: 200px;
}
.sec-06 .map-con {
	margin:90px auto;
	max-width:1050px;
	color:#000;
}
.sec-06 h3 {
	font-weight:bold;
	border-bottom:1px #000 solid;
	padding-bottom:20px;
	display: inline-block;
}
.sec-06 p {
	line-height: 1em;
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0;
    font-family: 'Noto Serif JP';
}
.sec-06 .gmap {
  width: 100%;
  position: relative;
  padding-top: 35%;
}

.sec-06 .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
	.sec-06 .map-con .flex-40 {
		width:70%;
		margin:0 auto;
	}
	.sec-06 .map-con .flex-60 {
		width:70%;
		margin:0 auto;
	}
}
@media screen and (max-width:480px) {
	.sec-06 .h2-overlay {
		top: -70px;
		left: 70px;
		font-size: 100px;
	}
	.sec-06 .map-con {
		margin: 50px auto 80px;
	}
	.sec-06 .map-con .flex-40 {
		width: 90%;
	}
	.sec-06 h3 {
		font-size: 14px;
		padding-bottom: 8px;
	}
	.sec-06 p {
		font-size:12px;
		margin: 10px 0;
		font-weight:normal;
	}
	.sec-06 .map-con .flex-60 {
		width: 90%;
		margin: 0 auto 10px;
	}
}
/* ----------------------------------
              Go to Top
---------------------------------- */
/*  asset/img/anive.css に記載








