@charset "utf-8";

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

html,
body {
  overflow-x: hidden;
}


/* ===== ヒーローエリア ===== */
.hero {
  position: relative;
  width: 100%;
  height: 1000px; /* 高さは調整 */
  background: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/main.webp') no-repeat;
  background-position: bottom center;
  background-size: cover;

  /* 下辺を円弧で切り抜く */
  clip-path: ellipse(100% 90% at 50% 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.hero-text {
  height: 530px;
  position: relative;
}
.hero h1 {
  font-size: 2.5rem;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.hero .main_logo {
  width: 230px;
  height: auto;
}
.hero .main_copy {
  height: auto;
  width: 530px;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero-supplement {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
}

/* ===== コンテンツエリア（仮） ===== */
.sec-title {
  position: relative;
}
.sec-title_01 {
  margin: 0 0 60px;
}
.sec-title:before {
  background: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/title_icon.webp');
  background-size: contain;
  content: "";
  height: 53px;
  width: 106px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec-title_img {
  height: 25px;
  width: auto;
}
.sec-title_supplement {
  color: #666;
  display: block;
  font-size: 16px;
  margin: 10px 0 0;
}
.sec-desc {
  margin: 60px 0 30px;
  font-size: 18px;
  line-height: 1.75;
}

.contents {
  text-align: center;
}
.contents_01 {
  padding: 3rem 1rem 8rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.contents_02 {
  background-image: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/bg.png');
  background-color: #fff;
  max-width: unset;
  padding: 8rem 1rem 6rem;
}
.contents_03 {
  padding: 18rem 1rem 6rem;
}
.contents_04 {
  background-image: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/bg.png');
  background-color: #fff;
  max-width: unset;
  padding: 8rem 1rem 2rem;
}
.contents_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.contents_02 .contents_inner {
  max-width: unset;
  margin: unset;
}
.contents p {
  font-size: 1rem;
  line-height: 1.8;
}

.about-message {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.about-message br {
    display: none;
}
.about-image_01 {
  position: absolute;
  top: -300px;
  left: -35%;
  width: 430px;
  height: auto;
  z-index: 15;
}
.about-image_02 {
  position: absolute;
  top: -240px;
  left: 60px;
  width: 350px;
  height: auto;
  z-index: -1;
}
.about-image_03 {
  position: absolute;
  bottom: -130px;
  left: -24%;
  width: 320px;
  height: auto;
  z-index: 5;
  transform: rotate(-35deg);
}
.about-image_04 {
  position: absolute;
  top: -320px;
  right: -490px;
  width: 530px;
  height: auto;
}
.about-image_05 {
  position: absolute;
  bottom: 0;
  right: -230px;
  width: 400px;
  height: auto;
  z-index: 15;
}

.menu-sec_container {
  max-width: 960px;
  margin: 60px auto 120px;
}
.menu-sec_container-lunch {
  max-width: 1280px;
  position: relative;
}
.menu-sec_title {
  font-size: 24px;
  margin: 0 0 3em;
  position: relative;
}
.menu-sec_title::after {
  background: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/menu_section.webp') no-repeat;
  background-size: 100%;
  content: "";
  height: 100px;
  width: 500px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.menu-item_container {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
.menu-sec_container-lunch .menu-item_container {
  justify-content: flex-end;
}
.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  position: relative;
  text-align: left;
  width: 534px;
  z-index: 5;
}
.menu-item_odd {
  background: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/menu_item_conteiner_01.webp') no-repeat;
  background-size: 534px 230px;
}
.menu-item_even {
  background: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/menu_item_conteiner_02.webp') no-repeat;
  background-size: 534px 230px;
}
.menu-item_title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}
.menu-item_desc {
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}
.menu-item_desc_04 {
    width:360px;
    line-height: 1.5;
}
.menu-item_img_01 {
  position: absolute;
  top: -220px;
  left: -260px;
  width: 640px;
  height: auto;
}
.menu-item_img_02 {
  position: absolute;
  top: -320px;
  right: -250px;
  width: 540px;
  height: auto;
}
.menu-item_img_03 {
  position: absolute;
  top: -330px;
  left: -200px;
  width: 450px;
  height: auto;
}
.menu-item_img_04 {
  position: absolute;
  top: -210px;
  right: -270px;
  width: 500px;
  height: auto;
}
.menu-item_img_05 {
  position: absolute;
  top: 0px;
  left: -100px;
  width: 800px;
  height: auto;
}
.menu-sec_container-lunch::after {
  background: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/menu_item_05_decolation.webp') no-repeat;
  background-size: contain;
  content: "";
  height: 268px;
  width: 650px;
  position: absolute;
  bottom: -340px;
  right: 300px;
}

.shop-container {
  background: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/shop_detail_container.webp') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  margin: 30px 0 80px;
}
.shop-info_img {
  height: 200px;
}
.shop-info_container {
  font-size: 14px;
  margin: 0 0 0 40px;
}
.shop-info_title {
  text-align: left;
}
.shop-info_title dt {
  font-size: 18px;
  font-weight: bold;
} 
.shop-info_title dd {
  margin: 5px 0 0;
} 
.shop-info_detail {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}
.shop-info_detail dt {
  font-weight: bold;
  width: 80px;
  text-align: left;
}
.shop-info_detail dd {
  margin: 0;
  text-align: left;
}
.shop-info_detail dd br {
  display: none;
}

/****************************
 * レスポンシブ
****************************/
@media not all and (max-width: 1680px) {
    .hero {
        height: 1160px;
    }
    .hero-text {
        height: 580px;
    }
}
@media not all and (max-width: 1960px) {
    .hero {
        height: 1320px;
    }
    .hero-text {
        height: 780px;
    }
}

@media not all and (min-width: 1460px) {
    .hero {
        height: 980px;
    }
    .hero-text {
        height: 420px;
    }
}

@media not all and (min-width: 1280px) {
    .contents_02 {
        padding: 8rem 1rem 4rem;
    }
    .menu-item_img_05 {
        width: 700px;
    }
    .menu-sec_container-lunch::after {
        right: 200px;
        bottom: -260px;
    }
}

@media not all and (min-width: 1120px) {
    .hero {
        height: 840px;
    }
    .hero-text {
        height: 380px;
    }
    .hero .main_logo {
        width: 200px;
    }
    .hero .main_copy {
        width: 460px;
        top: -150px;
    }

    .contents_01 {
        padding: 3rem 1rem 6rem;
    }
    .contents_02 {
        padding: 8rem 1rem 2rem;
    }

    .sec-title_img {
        height: 22px;
    }
    .sec-title:before {
        height: 48px;
        width: 94px;
        top: -80px;
    }
    .sec-title_supplement {
        font-size: 14px;
    }

    .about-message {
        font-size: 1.7rem;
    }
    .about-image_01 {
        top: -250px;
        left: -21%;
        width: 360px;
    }
    .about-image_02 {
        top: -210px;
        left: 120px;
        width: 300px;
    }
    .about-image_03 {
        bottom: -80px;
        left: -14%;
        width: 280px;
    }
    .about-image_04 {
        top: -280px;
        right: -370px;
        width: 480px;
    }
    .about-image_05 {
        bottom: 0;
        right: -130px;
        width: 360px;
    }

    .menu-sec_container {
        margin: 60px auto 100px;
    }
    .menu-sec_title {
        font-size: 22px;
        margin: 0 0 2.5em;
    }
    .menu-sec_title::after {
        height: 100px;
        width: 460px;
    }

    .menu-item_container {
        margin: 0 0 40px;
    }
    .menu-item {
        height: 200px;
        width: 500px;
    }
    .menu-item_odd,
    .menu-item_even {
        background-size: 500px 200px;
    }
    .menu-item_title {
        font-size: 18px;
    }
    .menu-item_desc {
        font-size: 16px;
        line-height: 1.75;
    }
    .menu-item_desc_04 {
        width: 340px;
    }
    

    .menu-item_img_01 {
        top: -150px;
        left: -150px;
        width: 540px; 
    }
    .menu-item_img_02 {
        top: -340px;
        right: -180px;
        width: 500px;
    }
    .menu-item_img_03 {
        top: -320px;
        left: -110px;
        width: 400px;
    }
    .menu-item_img_04 {
        top: -120px;
        right: -120px;
        width: 420px;
    }
    .menu-item_img_05 {
        width: 620px;
    }
    .menu-sec_container-lunch::after {
        height: 230px;
        width: 560px;
        right: 200px;
        bottom: -220px;
    }
}

@media not all and (min-width: 1080px) {
    .contents_inner {
        max-width: unset;
        width: 100%;
    }
    .contents_04 iframe {
        width: 100%;
    }
    .shop-container {
        height: 300px;
    }
    .shop-info_img {
        height: 180px;
    }
    .shop-info_container {
        margin: 0 0 0 30px;
    }
}

@media not all and (min-width: 960px) {
    .contents_01 {
        padding: 3rem 1rem 4rem;
    }

    .sec-title_01 {
        margin: 0 0 50px;
    }
    .sec-title_img {
        height: 20px;
    }

    .about-message {
        font-size: 1.5rem;
    }
    .contents p {
        font-size: 15px;
    }

    .about-image_01 {
        top: -230px;
        left: -15%;
        width: 320px;
    }
    .about-image_02 {
        top: -200px;
        left: 160px;
        width: 250px;
    }
    .about-image_03 {
        bottom: -80px;
        left: -8%;
        width: 240px;
    }
    .about-image_04 {
        top: -220px;
        right: -250px;
        width: 400px;
    }
    .about-image_05 {
        bottom: 0;
        right: -90px;
        width: 300px;
    }
    .menu-sec_container {
        margin: 60px auto 80px;
    }
    .menu-sec_title {
        font-size: 20px;
        margin: 0 0 2em;
    }
    .menu-item_container {
        margin: 0 0 20px;
    }
    .menu-item {
        height: 160px;
        width: 430px;
    }
    .menu-item_odd,
    .menu-item_even {
        background-size: 430px 160px;
    }
    .menu-item_title {
        font-size: 16px;
    }
    .menu-item_desc {
        font-size: 14px;
        line-height: 1.5;
    }
    .menu-item_desc_04 {
        width: 300px;
    }
    .menu-item_img_01 {
        top: -130px;
        left: -100px;
        width: 440px; 
    }
    .menu-item_img_02 {
        top: -260px;
        right: -120px;
        width: 400px;
    }
    .menu-item_img_03 {
        top: -220px;
        left: -50px;
        width: 300px;
    }
    .menu-item_img_04 {
        top: -100px;
        right: -80px;
        width: 340px;
    }
    .menu-item_img_05 {
        width: 500px;
    }
    .menu-sec_container-lunch::after {
        height: 190px;
        width: 460px;
        right: 180px;
        bottom: -180px;
    }

    .sec-desc {
        margin: 40px 0 30px;
        font-size: 16px;
    }
    .shop-container {
        height: 270px;
    }
    .shop-info_img {
        height: 160px;
    }
    .shop-info_container {
        font-size: 13px;
    }
    .shop-info_title dt {
        font-size: 16px;
    }
}

@media not all and (min-width: 900px) {
    .hero {
        clip-path: ellipse(120% 90% at 50% 0%);
        height: 800px;
    }
    .shop-container {
        background-size: contain;
        height: 240px;
    }
    .shop-info_img {
        height: 140px;
    }
}

@media not all and (min-width: 800px) {
    .contents_01 {
        padding: 3rem 1rem 5rem;
    }
    .contents_03 {
        padding: 8rem 1rem 6rem;
    }

    .about-message br {
        display: block;
    }
    .about-image_01 {
        top: -110px;
        left: -15%;
        width: 280px;
    }
    .about-image_02 {
        top: -180px;
        left: 110px;
        width: 220px;
    }
    .about-image_03 {
        bottom: -80px;
        left: -8%;
        transform: rotate(-40deg);
        width: 220px;
        z-index: -5;
    }
    .about-image_04 {
        top: -170px;
        right: -190px;
        width: 340px;
    }
    .about-image_05 {
        bottom: 0;
        right: -110px;
        width: 320px;
        z-index: -5;
    }

    .menu-sec_container {
        margin: 60px auto 140px;
    }
    .menu-sec_title {
        margin: 0 0 3em;
    }
    .menu-item_container {
        margin: 0 0 100px;
    }
    .menu-item_container:nth-child(even) {
        justify-content: flex-end;
    }
    .menu-item_container:nth-child(odd) {
        justify-content: flex-start;
    }
    .menu-item {
        height: 160px;
        width: 400px;
    }
    .menu-item_odd,
    .menu-item_even {
        background-size: 400px 160px;
    }
    .menu-item_img_01 {
        top: -110px;
        left: -10px;
        width: 400px; 
    }
    .menu-item_img_02 {
        top: -230px;
        right: -40px;
        width: 380px;
    }
    .menu-item_img_03 {
        top: -180px;
        left: 20px;
        width: 280px;
    }
    .menu-item_img_04 {
        top: -100px;
        right: -20px;
        width: 340px;
    }
    .menu-item_img_05 {
        width: 460px;
    }

    .shop-container {
        background: #fff;
        border: 4px solid #000;
        box-shadow: 8px 10px 0px 0px rgba(0, 0, 0);
        display: inline-block;
        height: auto;
        margin: 40px 0 60px;
        padding: 32px;
        position: relative;
        width: 50%;
    }
    .shop-container::before {
        content: "";
        position: absolute;
        top: 0;
        right: 20%;
        border-style: solid;
        border-width: 0 25px 30px 10px;
        border-color: transparent transparent #000000;
        translate: -50% -100%;
        transform: skew(25deg);
        transform-origin: bottom;
    }
    .shop-container::after {
        content: "";
        position: absolute;
        top: 0;
        right: 23%;
        border-style: solid;
        border-width: 0 18px 25px 5px;
        border-color: transparent transparent #fff;
        translate: -50% -100%;
        transform: skew(25deg);
        transform-origin: bottom;
    }

    .shop-info_img {
        height: auto;
        width: 100%;
    }
    .shop-info_container {
        margin: 0;
    }
    .shop-info_detail {
        margin: 2px 0 0;
    }
}

@media not all and (min-width: 680px) {
    .hero {
        height: 720px;
    }
    .hero-text {
        height: 260px;
    }
    .hero .main_logo {
        width: 160px;
    }
    .hero .main_copy {
        width: 370px;
        top: -130px;
    }
    .hero-supplement {
        font-size: 13px;
        text-align: center;
        left: 0px;
        width: 100%;
    }

    .sec-title_img {
        height: 18px;
    }
    .sec-title:before {
        height: 36px;
        width: 70px;
        top: -64px;
    }


    .contents_01 {
        padding: 4rem 1rem 14rem;
    }
    .contents_02 {
        padding: 6rem 2rem 1rem;
    }
    .contents_03 {
        padding: 6rem 1rem 4rem;
    }
    .contents_04 {
        padding: 6rem 2rem 1rem;
    }
    .contents p {
        font-size: 14px;
    }

    .about-message {
        font-size: 1.4rem;
    }
    .about-image_01 {
        top: -40px;
        left: -15%;
        width: 230px;
    }
    .about-image_02 {
        top: -150px;
        left: 70px;
        width: 180px;
    }
    .about-image_03 {
        bottom: -90px;
        left: 0%;
        transform: rotate(-45deg);
        width: 180px;
        z-index: -5;
    }
    .about-image_04 {
        top: -140px;
        right: -180px;
        width: 300px;
    }
    .about-image_05 {
        bottom: -176px;
        right: -30px;
        width: 290px;
        z-index: -5;
    }

    .menu-sec_container {
        margin: 60px auto 80px;
    }
    .menu-sec_title {
        font-size: 18px;
        z-index: 5;
    }
    .menu-sec_title::after {
        transform: translate(-50%, 8%);
        width: 400px;
    }
    .menu-item_container {
        flex-wrap: wrap;
        margin: 0 0 60px;
        padding: 300px 0 0;
    }
    .menu-item_container:nth-child(odd),
    .menu-item_container:nth-child(even) {
        justify-content: center;
    }
    .menu-sec_container-lunch .menu-item_container {
       padding: 340px 0 0; 
    }
    .menu-item_odd,
    .menu-item_even {
        background: url('https://rainbow-sakurajima.com/wp-content/uploads/2025/09/menu_item_conteiner_03.webp') no-repeat;
        background-size: 400px 160px;
    }

    .menu-item_img_01 {
        top: -70px;
        left: auto;
        width: 400px; 
    }
    .menu-item_img_02 {
        top: -160px;
        right: auto;
        width: 380px;
    }
    .menu-item_img_03 {
        top: -110px;
        left: auto;
        transform: rotate(19deg);
        width: 270px;
    }
    .menu-item_img_04 {
        top: -30px;
        right: auto;
        width: 340px;
    }    
    .menu-item_img_05 {
        left: auto;
        width: 100%;
    }
    .menu-sec_container-lunch::after {
        height: 160px;
        width: 360px;
        right: -10px;
        top: 250px;
    }

    .sec-desc {
        font-size: 14px;
    }
    .shop-container {
        width: 70%;
    }
}

@media not all and (min-width: 500px) {
    .hero {
        clip-path: ellipse(140% 95% at 50% 0%);
    }

    .contents_01 {
        padding: 6rem 2rem 12rem;
    }
    .contents_02 {
        padding: 6rem 1rem 1rem;
    }
    .contents_04 {
        padding: 6rem 1rem 1rem;
    }
    .contents_01 p {
        text-align: left;
    }
    .contents_01 p br {
        display: none;
    }

    .about-image_01 {
        top: -40px;
        left: -20%;
        width: 210px;
    }
    .about-image_02 {
        top: -120px;
        left: 60px;
        width: 160px;
    }
    .about-image_03 {
        bottom: -60px;
        left: 0%;
        transform: rotate(-45deg);
        width: 160px;
    }
    .about-image_04 {
        top: -110px;
        right: -140px;
        width: 260px;
    }
    .about-image_05 {
        bottom: -136px;
        right: -50px;
        width: 280px;
    }

    .menu-item_odd, .menu-item_even {
        background-size: 380px 160px;
    }
    .menu-item_img_04 {
        top: -10px;
    }
    .menu-sec_container-lunch .menu-item_container {
        padding: 310px 0 0;
    }
    .menu-sec_container-lunch::after {
        height: 160px;
        width: 360px;
        right: -10px;
        top: 220px;
    }

    .shop-container {
        box-sizing: border-box;
        width: 100%;
    }
}