/* Base Styles */
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  background-color: #000000;
}

p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.7;
  font-family: "Sawarabi Gothic";
}
.header {
  width: 100%;
}
a {
  color: black;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .feature-section .feature-container .feature-content .feature-box {
    background: #ffffff;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    gap: 20px;
    border-radius: 8px;
  }
  .feature-section .feature-container .feature-content .feature-box img {
    max-width: 93% !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 8px;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .feature-text {
    width: 95% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 35px 0px;
  }
  .feature-section .feature-container .feature-content {
    max-width: 100% !important;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .point-number {
    top: 4px !important;
    right: 4px !important;
    font-size: 12.89px !important;
    line-height: 170%;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .point-number
    span {
    font-size: 25.3px !important;
  }
  .service-section .service-details .service-item {
    flex-direction: column !important;
/*     gap: 20px !important; */
  }
  .service-section .service-details .service-item img {
    width: 80% !important;
    height: 70% !important;
  }
  .service-section .service-details .service-item .item-container {
    width: 80% !important;
  }
  .service-section .service-details {
    gap: 40px !important;
  }
}
@media screen and (min-width: 769px) {
  /* 	body{
		  min-width:1280px;
	} */
  h1 {
    font-size: 38px;
    font-family: "Sawarabi Gothic";
    font-weight: 500;
    line-height: 1.7;
    color:#FFFFFF;
    margin: 0;
    padding: 0;
  }
  h2 {
    font-size: 34px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 2;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
  }
  h3 {
    font-size: 26px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }
  h4 {
    font-size: 24px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }
  h5 {
    font-size: 20px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
	color:#FFFFFF;
  }
  h6 {
    font-size: 16px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }

  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .header .menu_btn {
    display: none;
    z-index: 10;
  }
  .header .menu_close {
    z-index: 20;
  }
  .header .overlay {
    display: none !important;
  }
  .header .overlay-content {
    display: none !important;
  }
  /*-----------header------------*/
  .header.scrolled {
    background-color: black !important;
    transition: background-color 0.3s ease;
  }

  .header.scrolled .navigation ul li a {
    color: white;
  }
  .header.scrolled .navigation ul li span {
    background-color: white !important;
  }
  .header.scrolled .header-logo img {
    filter: invert(1);
  }
  .header.scrolled .container .header-reservation a {
    background-color: white;
    color: #000000;
    white-space: nowrap;
  }
  .header {
    width: 100%;
    height: auto;
    position: fixed;
    background-color: #000000;
    margin: 0 auto;
    opacity: 1;
    z-index: 9999;
  }
  .header .container {
    display: flex;
    /* 	grid-template-columns: 1fr 1fr 1fr;   */
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*     padding: 0px 10px; */
    gap: 10vw;
    height: 120px;
    width: 100%;
  }
  .header .container .navigation {
    flex: 1;
  }
  .header .container .navigation ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*     flex-direction: row;
    justify-content: center; */
    align-items: center;
    list-style-type: none;
    gap: 1.5vw;
    padding-inline-start: 3vw;
  }
  .header .container .header-logo {
    /*     width:70%; */
    height: auto;
    position: relative;
    text-align: center;
  }
  .header .container .header-logo img {
    width: 75.17px;
    height: 82px;
	filter: invert(1);
  }
  .header .container .header-reservation {
    flex: 1;
    height: auto;
    position: relative;
    text-align: center;
    white-space: nowrap;
  }
  .header .container ul li {
    position: relative;
    width: 150px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .header .container ul li a {
    position: relative;
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
  }
  .header .container .navigation ul li span {
    width: 31px;
    height: 2px;
    background-color:#FFFFFF;
    position: relative;
  }
  .header .container .header-reservation a {
    padding: 8px 28px;
    border-radius: 80px;
    background-color:#FFFFFF;
    font-family: "Sawarabi Gothic";
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-right: -14vw;
  }
  /*-----------footer-------------------*/
  .footer {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000000;
    margin: 0 auto;
  }
  .footer .footer-container {
    padding: 2.5% 12%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	border-top:1px solid #565656;
  }
  .footer .footer-container .footer-left {
    display: inline-block;
  }
  .footer .footer-container .footer-left p {
    font-weight: 400;
    font-size: 16px;
    font-family: "Sawarabi Gothic";
    line-height: 28px;
    color: #ffffff;
  }
  .footer .footer-container .footer-right {
    display: inline-block;
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .footer .footer-container .footer-right .footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 20%;
  }
  .footer .footer-container .footer-right .footer-link {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
  }
  .footer .footer-container .footer-right .footer-nav a {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
  }
  .footer .footer-container .footer-right .footer-bottom-text {
    display: none;
  }
  /*---------------top-section---------------------*/
  .top-section {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 124px;
  }
  .top-section img.top-img {
    display: block;
  }
  .top-section img:nth-child(1) {
    width: 33%;
    height: 33%;
    top: 44%;
    right: 0%;
    position: absolute;
    opacity: 0.4;
    color: #ececec;
  }
/* .top-section .top-section-content .image-left {
    width: 33%;
    height: 33%;
    bottom: 0%;
    left: 0%;
    position: absolute;
    opacity: 0.4;
    color: #ececec;
  } */
  .top-section .top-section-container .fv-boxes .fv-box img {
    width: 100vw;
    height: auto;
    top: 0%;
    position: relative;
    opacity: 1;
  }
  .top-section .top-section-container {
    position: relative;
    max-width: 98%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
  }
  .top-section .top-section-container .top-text {
    position: absolute;
    display: inline-block;
    z-index: 1;
    top: 50%;
    right: 11%;
  }
  .top-section .top-text .top-text-first {
    display: inline-block;
  }
  .top-section .top-text .top-text-first h1 {
    font-weight: 400;
    margin-bottom: 4%;
    display: inline-block;
    padding: 2px 20px;
    background-color:#000000;
    font-size:1.979vw;
  }
  .top-section .top-text .top-text-first div.title-content {
    background-color: #000000;
    padding: 2px 20px;
  }
  .top-section .top-text .top-text-first div.title-content p {
        font-family: "Sawarabi Gothic";
        font-size: 1.042vw;
        line-height: 160%;
  }
  .top-section .top-text .top-text-first div.title-content p span {
    font-size: 20px !important;
    font-style: normal;
  }
  .top-section .top-text .top-price {
    font-size:1.042vw !important;
    color:#000000;
    background-color: #ffffff;
    margin-top: 4%;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    text-align: left;
    display: table;
    padding: 2px 20px;
  }
  .top-section .top-section-title {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10% auto 3%;
  }
  .top-section .top-section-title p {
    font-size: 38px;
    font-family: "Sawarabi Gothic";
    color:#C2A666;
    font-weight: 400;
    line-height: 170%;
  }
  .top-section .top-section-title span {
    font-size: 20px !important;
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    line-height: 1.7;
    color: #c2a666;
  }
  .top-section-content {
    max-width: 85%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 300px;
    gap: 15%;
  }
  .top-section-content img:first-child {
    position: absolute;
    width: 67%;
    height: 100%;
    top: 63%;
    left: -10%;
    object-fit: fill;
    transform: rotate(3deg);
    transform-origin: center;
    color: #f5f5f5;
    opacity: 0.7;
/*     z-index: -1; */
  }
  .top-section-content img:nth-child(2) {
    position: absolute;
    width: 37%;
    /*     height: 355.6650390625px; */
    border-radius: 8px;
    top: 95%;
    right: 13%;
	z-index:1;
  }
  .top-section-content .top-section-content-left {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }
  .top-section-content .top-section-content-left div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 8%;
  }
  .top-section-content .top-section-content-left div h1 {
    font-family: "Sawarabi Gothic";
    display: inline-block;
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    color: #ffffff;
    background-color: #000000;
  }
  .top-section-content .top-section-content-left p {
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    line-height: 2;
    color: #FFFFFF;
    text-align: justify;
    margin: 20px 8%;
    font-weight: 400;
  }
  .top-section-content .top-section-content-left div span {
    margin-top: 14px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 34px;
    line-height: 2;
    color: #ffffff;
    background-color: #000000;
  }
  .top-section-content img {
    width: 32%;
    /*     height: 617px; */
    border-radius: 8px;
    object-fit: cover;
  }
.top-section-content img:nth-of-type(3){
		height:500px;
	}
  .top-section-content .think-img {
    display: block;
  }
  .top-section-content .think-img-sp {
    display: none;
  }
  /*-----------feature-section--------------*/
  .feature-section {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/top/bk.png) center center no-repeat;
    background-size: cover;
    /* z-index: -1; */
  }
  .feature-section .feature-container {
    margin: 0px 100px;
    padding: 200px 0px 170px;

    text-align: center;
  }
  .feature-section .feature-container .feature-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .feature-section .feature-container .feature-title h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 38px;
    line-height: 1.7;
    color: #FFFFFF;
  }
  .feature-section .feature-container .feature-title p {
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    color:#C2A666;
  }
  .feature-section .feature-container .feature-content {
    max-width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin: 80px auto;
    gap: 40px;
  }
  .feature-section .feature-container .feature-content .feature-box {
    background: #000000;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
    gap: 20px;
    border-radius: 8px;
  }
  .feature-section .feature-container .feature-content .feature-box img {
     max-width: 40%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 35px 0px;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .feature-text
    h3 {
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 400;
    line-height: 1.85;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .feature-text
    p {
    font-size: "Sawarabi Gothic";
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: left;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .point-number {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14.89px;
    color: #C2A666;
    font-weight: 300;
    font-style: italic;
    font-family: "Sansation";
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .point-number
    span {
    font-size: 27.3px;
    line-height: 0.7;
    font-family: "Sansation";
  }
  /*----------------price-section------------------*/
  .price-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color:#000000;
  }
  .price-section .price-container {
    max-width: 60vw;
    height: auto;
    position: relative;
    margin: 100px auto;
  }
  .price-section .price-container .price-top {
    width: 100%;
    height: auto;
    position: relative;
  }
  .price-section .price-container .price-top .price-top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* gap: 48%; */
    padding: 30px 0px;
  }
  .price-section
    .price-container
    .price-top
    .price-top-header
    .price-top-header-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
  }
  .price-section
    .price-container
    .price-top
    .price-top-header
    .price-top-header-left
    h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 38px;
    line-height: 1.2;
    color: #FFFFFF;
  }
  .price-section
    .price-container
    .price-top
    .price-top-header
    .price-top-header-left
    span {
    font-family: "Sansation Light";
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    font-style: italic;
  }
  .price-section .price-container .price-top .price-top-header a {
    padding: 10px 40px;
    border-radius: 100px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 22.84px;
    background-color:#FFFFFF;
    color:  #000000;
  }
  .price-section .price-container .price-top .price-top-mid {
    width: 100%;
    height: auto;
    position: relative;
  }
  .price-section .price-container .price-top .price-top-mid .price-top-mid-1 {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #565656;
    padding: 20px 16px;
    gap: 1.5vw;
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 1.5vw;
    max-width:85%;
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
	.price-content{
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		align-items:center;
		width:89%;
		gap:1.5vw;
		position:relative;
	}
	  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
	.price-content p:last-of-type {
		font-size:16px;
		width:38vw;
		white-space:pre-wrap;
		line-height:180%;
		position:relative;
	}
	  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
	.price-content p:last-of-type:hover{
		position:relative;
		cursor:pointer;
	}	
 .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1:nth-of-type(5)
    .price-top-mid-left
	.price-content p:last-of-type::after{
     content: "";
     width: 9vw;
     height: 3vw;
     background: url(../img/top/price-hover.png) center center / contain no-repeat;
     position: absolute;
    right: 14vw;
    top: -3vw;
	}
.price-content.empty-content {
  min-height: 80px; 
  border: 1px solid #ccc; 
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
    img {
    width: 71px;
    height: 71px;
    object-fit: contain;
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
    p {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #FFFFFF;
    width: 6vw;
    white-space:normal;
  }

  .price-section .price-container .price-top .price-top-mid .price-top-mid-1 p {
    font-family: "Sansation";
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    color: #FFFFFF;
	white-space:nowrap
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    p
    span {
    font-size: 24px;
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1:last-child {
    border-bottom: 1px solid #565656;
  }
  .price-section .price-container .price-top .price-top-bottom {
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    margin: 20px auto;
    background-color: #f7f7f7;
  }
  .price-section .price-container .price-top .price-top-bottom h2,
  .price-section .price-container .price-top .price-top-bottom p {
    font-size: 22px;
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    line-height: 1.8;
    color: #000000;
  }
  .price-section .price-container .price-bottom {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 120px 0px 60px 0px;
  }
  .price-section .price-container .price-bottom .price-bottom-header-left {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 25px;
  }
  .price-section .price-container .price-bottom .price-bottom-header-left h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 38px;
    line-height: 1.7;
    color: #FFFFFF;
  }
  .price-section .price-container .price-bottom .price-bottom-header-left span {
    font-family: "Sansation Light";
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    font-style: italic;
    padding-bottom: 12px;
  }
  .price-section .price-container .price-bottom a {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 22.84px;
    line-height: 1;
    color:  #FFFFFF;
    padding: 10px 30px;
  }
  .price-section .price-container .price-bottom a::after {
    content: url(../img/icon-arrow.png);
    position: absolute;
    right: 0px;
    top: 22px;
	filter:invert(1);
  }
  .price-section .price-container .price-bottom-notification {
    max-width: 100%;
    height: auto;
    position: relative;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1 {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #565656;
  }
  .price-section .price-container .price-bottom-notification .price-bottom-notification-1:last-child {
        border-bottom: 1px solid #565656;
    }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    .price-bottom-notification-1-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 36vw;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    .price-bottom-notification-1-left
    .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    .price-bottom-notification-1-left
    .content
    p {
    font-family: "Sansation";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    max-width:100%;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    .price-bottom-notification-1-left
    .content
    h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    p {
    max-width: 50%;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    img {
    width: 71px;
    height: 71px;
    object-fit: contain;
  }
  .price-section img.price-img {
    width: 558px;
    height: 545px;
    top: -7%;
    right: 0%;
    position: absolute;
    opacity: 1;
    /* transform: rotate(3deg);
    transform-origin: center; */
    color: #ececec;
  }
  .price-section img.price-img-bottom {
    width: 30%;
    height: 25%;
    bottom: -8%;
    left: 0%;
    position: absolute;
    opacity: 1;
    /* transform: rotate(3deg);
    transform-origin: center; */
    color: #ececec;
  }
  /*---------------------category-section----------------------*/
  .category-section {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/top/bk.png) center center no-repeat;
    background-size: cover;
  }
  .category-section .container {
    width: 84%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10% 0%;
  }
  .category-section .container .category-title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  .category-section .container .category-title::before {
    content: url("../img/Vector-4.png");
    position: absolute;
    left: 47%;
    top: 0%;
  }
  .category-section .container .category-title h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 38px;
    line-height: 1.7;
    color: #FFFFFF;
    margin: 40px 0px;
  }
  .category-section .container .category-content {
    height: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 0 auto;
  }
  .category-section .container .category-content .category-content-left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .category-section .container .category-content .category-content-left div {
    width: 550px;
    height: 98%;
    position: relative;
    overflow: hidden;
    padding: 0px !important;
  }
  .category-section .container .category-content .category-content-left img {
    width: 530px;
    height: 300px;
/*     object-fit: contain; */
    border-radius: 8px;
    position: relative;
	border-radius:10px;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 10px;
    margin-left: 2%;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text
    > p {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text
    .category-text-detail {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text
    .category-text-detail
    > img {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text
    .category-text-detail
    > span {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
  }
  /*-----------------information-section-----------------*/
  .information-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000000;
  }
  .information-section .store-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 8%;
  }
  .information-section .store-info h2 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 38px;
    line-height: 1.7;
    color:#FFFFFF;
  }
  .information-section .store-info h2::before {
    content: url("../img/Vector-4.png");
    position: absolute;
    left: 48%;
    top: -25%;
  }
  .information-section .store-info > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 25px auto;
  }
  .information-section .store-info p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
  }
  .information-section .map {
    width: 100%;
    height: auto;
    position: relative;
  }
  .information-section .map > iframe {
    width: 100%;
    height: 645px;
  }
  .information-section .map > img.map-img {
    position: absolute;
    width: 95.99px;
    height: 96px;
    top: 37%;
    right: 51%;
  }
  /*--------------introduction-section----------------*/
  .introduction-FV {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 170px;
  }
  .introduction-FV .content-wrapper {
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    padding: 20px;
    gap: 3%;
    margin: 0 auto;
  }
  .introduction-FV .text {
    width: 25%;
    padding: 20px;
  }
  .introduction-FV .text h1 {
    margin-bottom: 10px;
  }

  .introduction-FV .text h4 {
    margin: 0 !important;
  }

  .introduction-FV .image-container {
    flex: 1;
    padding-left: 20px;
  }

  .introduction-FV .image-container img {
    width: 100%;
    height: 600px;
    border-radius: 8px;
    object-fit: cover;
  }
  /*------------service-section---------------------*/
  .service-section {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .service-section .service-container {
    max-width: 95%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5% auto;
  }
  .service-section .service-header {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 64px;
  }
  .service-section .service-header-title {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
  }
  .service-section .service-header-title > img {
    width: 89px;
    height: 14px;
    object-fit: cover;
  }
  .service-section .service-header-title > h1 {
    margin: 0;
  }
  .service-section .service-header  h3 {
	  color:#FFFFFF;
  }
  .service-section .service-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .service-section .service-details .service-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    padding: 30px;
    border: 2px solid #c2a666;
    gap: 8%;
  }
  .service-section .service-details .service-item img {
    width: 200px;
    height: 150px;
    border-radius: 8px;
	object-fit:cover;
  }
  .service-section .service-details .service-item p:first-child {
    font-family: "Sansation";
    position: absolute;
    font-weight: 300;
    font-style: italic;
    font-size: 14.89px;
    line-height: 170%;
    color: #c2a666;
    top: 3%;
    right: 1%;
  }
  .service-section .service-details .service-item p:first-child span {
    font-size: 27.3px;
  }
  .service-section .service-details .service-item .item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 10px;
    width: 65%;
  }
  .service-section .service-details .service-item .item-container > p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    line-height: 24px;
    word-break: normal;
  }
  /*-------------traniner-section----------------*/
  .trainer-section {
    width: 100%;
    height: auto;
    position: relative;
  }
  .trainer-section .trainer-container {
    max-width: 75%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    margin: 12% auto;
	padding: 0% 4%; 
    gap: 8%;
    min-width: 1440px;
  }
  .trainer-section .trainer-container .trainer-item {
    width: 100%;
    position: relative;
    max-width: auto;
    height: auto;
  }
  .trainner-wm{
    margin-top: 33rem;
  }
  .trainer-section .trainer-container .trainer-item .trainer-item-img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .trainer-section .trainer-container .trainer-item img {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
  }
  .trainer-section .trainer-container .trainer-item .trainer-item-detail {
    width: 113%;
	  height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #6D5D39;
    position: absolute;
    z-index: 1;
    bottom: 6rem;
    left: -105%;
    padding: 1rem;
    overflow: visible;
    gap: 1rem;
  }
 .trainer-section .trainer-container .trainer-item .trainer-item-detail-1 {
    width: 85%;
	  height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #6D5D39;
    position: absolute;
    z-index: 1;
    top: 3rem;
    left: 85%;
    padding: 1rem;
    overflow: visible;
    gap: 1rem;
  }
.trainer-section .trainer-container .trainer-item .trainer-item-detail .trainer-item-detail-title,
.trainer-section .trainer-container .trainer-item .trainer-item-detail-1 .trainer-item-detail-title  {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        gap: 4%;
        border-bottom: 1px solid #FFFFFF;
}
  .trainer-section .trainer-container .trainer-item .trainer-item-detail  .trainer-item-detail-title  h2,
  .trainer-section .trainer-container .trainer-item .trainer-item-detail-1  .trainer-item-detail-title  h2 {
    font-size: 2.6rem;
    color: #ffffff;
    white-space: nowrap;
  }
  .trainner-item-title-content{
    font-size: 1rem !important ;
  } 
  .trainner-item-title-content-wm {
    display: inline-grid;
    font-size: 1.125rem !important;
  }
   .trainner-item-title-content-wm  span{
    font-size: 0.875rem;
   }
  ul{
    font-size: 0.75rem;
    color: #FFFFFF;
    margin: 0;
	padding-left:1.4rem
  }
  .trainer-subtitle{
    font-size: 0.75rem;
  }
 .trainer-section .trainer-container .trainer-item .trainer-item-detail p:last-of-type,
 .trainer-section .trainer-container .trainer-item .trainer-item-detail-1 p:last-of-type{
        font-size: 0.75rem;
        line-height: 24px;
        font-family: "Sawarabi Gothic";
        color: #ffffff;
        text-align: justify;
    }
 
  .trainer-section .trainer-container .trainer-item > p {
    font-size: 36px;
    font-family: "Sansation";
    font-weight: 300;
    line-height: 170%;
    font-style: italic;
    color: #FFFFFF;
    position: absolute;
    top: -6%;
    left: 5%;
    writing-mode: vertical-rl;
    text-align: center;
    /* transform: rotate(180deg); */
    z-index: 9999999;
  }
  .trainer-section .trainer-container .trainer-item-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: 0;
  }
  .trainer-section .trainer-container .trainer-item-title h1 {
    font-size: 3.1rem;
    font-family: "Sansation";
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    color: #FFFFFF;
  }
  .trainer-section .trainer-container .trainer-item-title p {
    font-size: 1.5rem;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    font-style: italic;
    color: #FFFFFF;
    white-space: nowrap;
  }

  .trainer-section .trainer-container .trainer-item-2 {
    width: 100%;
    position: relative;
    max-width: auto;
    height: auto;
    top: 15%;
  }
  .trainer-section .trainer-container .trainer-item-2 .trainer-item-img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .trainer-section .trainer-container .trainer-item-2 img {
    width: 100%;
    height: 550px;
    position: relative;
    object-fit: cover;
  }
  .trainer-section .trainer-container .trainer-item-2 .trainer-item-detail {
    width: 77%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #000000;
    position: absolute;
    z-index: 1;
    top: 74%;
    left: 0%;
    padding: 10px;
    overflow: visible;
    gap: 5px;
    /* margin: 0% 13%; */
  }
  .trainer-section .trainer-container .trainer-item-2 .trainer-item-detail h2 {
    font-size: 32px;
    color: #ffffff;
  }
  .trainer-section .trainer-container .trainer-item-2 .trainer-item-detail p {
    font-family: "Sawarabi Gothic" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22.3px !important;
    color: #ffffff !important;
  }
  .trainer-section
    .trainer-container
    .trainer-item-2
    .trainer-item-detail
    .p:last-child {
    font-size: 17px;
  }
  .trainer-section .trainer-container .trainer-item-2 > p {
    font-size: 20.44px;
    font-family: "Sansation";
    font-weight: 300;
    line-height: 1.7;
    font-style: italic;
    color: #000000;
    position: absolute;
    top: -8%;
    right: 5%;
    writing-mode: vertical-rl;
    text-align: center;
    /* transform: rotate(180deg); */
    z-index: 9999999;
  }
  .trainer-section > img.image-1 {
    width: 100%;
    height: 500px;
    position: absolute;
    transform: rotate(-7.2deg);
    top: -30%;
    right: -18%;
  }
  .trainer-section img.image-2 {
    width: 100%;
    height: 500px;
    position: absolute;
    transform: rotate(27deg);
    top: -48%;
    left: -35%;
  }
  .trainer-section .trainer-item-title-sp {
    display: none;
  }
  /*-----------gallery-section------------------*/
  .gallery-section {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/introduction/bk.png) center center no-repeat;
    background-size: cover;
  }
  .gallery-section .gallery-container {
    max-width: 95%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5% auto;
    padding: 10% 0%;
	z-index:1;
  }
  .gallery-section .gallery-container .gallery-container-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8%;
    position: relative;
  }
  .gallery-section .gallery-container .gallery-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .gallery-section .gallery-container .gallery-title > div {
    text-align: center;
  }
  .gallery-section .gallery-container .gallery-content {
    position: relative;
    display: inline-block;
    border-radius: 10px;
  }
  .gallery-section .gallery-container .gallery-content img {
    width: 370px;
    height: 436px;
    object-fit: cover;
  }
  .gallery-section .gallery-container .gallery-content .gallery-content-text {
    background-color: #ffffff;
    width: auto;
    height: 92px;
    padding: 20px 22px;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .gallery-section
    .gallery-container
    .gallery-content
    .gallery-content-text
    h5.text-1 {
    line-height: 1.8 !important;
    color:#000000;
    font-size:16px;
  }
  .gallery-section
    .gallery-container
    .gallery-content
    .gallery-content-text
    h5.text-2 {
    line-height: 20px;
    font-size: 18px !important;
	color:#000000;
  }
  .gallery-section
    .gallery-container
    .gallery-content
    .gallery-content-text
    h5.text-2
    span {
    font-size: 22px !important;
    line-height: 20px !important;
    color: #c2a666;
  }
  .gallery-section .gallery-container .gallery-container-body .gallery-index {
    font-family: "Sansation";
    font-weight: 300;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
    color:#6D5D39;
    position: absolute;
    top: -11%;
    right: -10%;
  }
  /*--------------------FAQ-section----------------*/
  .fag-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 4% 0% 8% 0%;
  }
  .fag-section .fag-container {
    max-width: 48%;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
  .fag-section .fag-container .fag-header {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    gap: 28px;
  }
  .fag-section .fag-container .fag-header h5 {
    color: #c2a666;
    padding: 10px 0px;
  }
  .fag-section .fag-container .fag-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .fag-section .fag-container .fag-content .fag-item {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 20px;
    gap: 24px;
    border-top: 1px solid #0000001a;
  }
  .fag-section .fag-container .fag-content .fag-item img {
    width: 71px;
    height: 71px;
    object-fit: cover;
  }
  .fag-section .fag-container .fag-content .fag-item .fag-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 12px;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 10px;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-title
    h4 {
    font-family: "Sansation";
    line-height: 24px;
	color:#FFFFFF;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 10px;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-body
    h4 {
    font-family: "Sansation";
    line-height: 24px;
    font-weight: 400;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-body
    p {
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .fag-section img.vector {
    width: 32%;
    height: auto;
    position: absolute;
    /* transform: rotate(-7.2deg); */
    top: -12%;
    right: 0%;
  }
  /*--------------notification-section------------------*/
  .notification-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16% 0% 10% 0%;
  }
  .notification-section .notification-container {
    max-width: 60vw;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .notification-section .notification-container .notification-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .notification-section
    .notification-container
    .notification-header
    img.header-img {
    width: 89px;
    height: 14.1px;
    object-fit: cover;
  }
  .notification-section .notification-container .notification-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 8%;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 4vw;
    padding: 20px 8px;
    border-top: 1px solid #565656;
  }
	.notification-section
    .notification-container
    .notification-content
	.notification-item:nth-of-type(5){
		border-bottom: 1px solid #565656;
	}
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title {
    display: flex;
    width: 26vw;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 0vw;
/* 	  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    /* border: 1px solid red; */
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title
    img {
    width: 71px;
    height: 71px;
    object-fit: cover;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title
    .notification-item-subtitle {
/*     display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
/*     gap: 10px; */
	max-width:21vw;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title
    .notification-item-subtitle
    h6 {
    font-family: "Sansation";
    line-height: 24px;
    color: #00000080;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title
    .notification-item-subtitle
    h4 {
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #FFFFFF;
    white-space: nowrap;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 31vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* arrow notificaton */

  .pagination {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    flex-wrap: wrap;
  }

  .page-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500;
    transition: 0.3s;
    font-size: 16px;
  }

  .start {
    position: relative;
    color: #000000;
    display: block;
  }

  .start::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(225deg);
    position: absolute;
    top: 37%;
    left: 24px;
  }

  .end {
    position: relative;
    color: #000000;
    display: block;
  }

  .end::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 37%;
    right: 24px;
  }
  .pagination .prev,
  .pagination .next {
    display: none;
  }
  .page-btn:hover.start::after,
  .page-btn:hover.end::after {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
  }

  .page-btn:hover {
    background-color: #FFFFFF;
    color: black;
  }

  .page-btn.active {
    background-color: #FFFFFF;
    color: #000000;
  }

  a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /*-------------single---------------*/
  .single-top {
    width: 100%;
    height: auto;
    padding: 10% 0% 1% 0%;
  }
  .single-top .container {
    max-width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    gap: 90px;
  }
  .single-top .breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 8px;
  }
  .single-top .post-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .single-top .breadcrumb a {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    line-height: 100%;
    color: #808080;
  }
  .single-top .breadcrumb p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 24px;
    line-height: 100%;
    color: #808080;
    margin-top: -4px;
  }
  .single-top .post-container p {
    font-family: "Sansation";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .single-top .post-container a {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 22.84px;
    line-height: 100%;
    color: #c2a666;
    position: relative;
    padding: 1% 3%;
  }
  .single-top .post-container a::after {
    content: url("../img/hotellist.svg");
    position: absolute;
    right: 5%;
    top: 30%;
  }
  .item-content {
    max-width: 75%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    gap: 40px;
  }
  .item-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
	.item-content div{
		position:relative;
		width:100%;
	}
  .item-content p {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 18px !important;
    line-height: 48px;
    color: #FFFFFF;
  }
	.item-content p:first-child{
		text-align:center;
	}	
  .item-event {
    max-width: 75%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 56px auto;
  }
  .item-event a {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 22.84px;
    line-height: 100%;
    color: #c2a666;
    position: relative;
    padding: 1% 3%;
  }
  .item-event a::after {
    content: url("../img/hotellist.svg");
    position: absolute;
    right: 5%;
    top: 30%;
  }
}
