@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

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

	詳細ページのCSS

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

.corin-r {
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-style: normal;
}

.corin-b {
  font-family: "Corinthia", cursive;
  font-weight: 700;
  font-style: normal;
}




main {
  padding: 0px 0 70px;
}

.shopDetail {
  padding: 0 0;
}

.shopDetail .mainVisual li {
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.shopDetail .mainVisual .swiper-container {
  width: auto;
}

h1#innerLogo {
  /*display: none;*/
}

.shopDetail h2.pageTitle {
  z-index: 1;
  text-align: center;
  font-size: 5em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*bottom: 250px;*/
  top: 280px;
  letter-spacing: 0.1em;
}



.box {
  --bg-gradient: linear-gradient(#014099 0 100%);
  margin: 3rem 6rem;
  padding: 2rem;
  background-image:
    var(--bg-gradient),
    var(--bg-gradient),
    var(--bg-gradient),
    var(--bg-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: left top 7px, right 7px top, left bottom 7px, left 7px top;
  text-align: center;
}

.box h2 {
  font-size: 3rem;
  line-height: 1;
  color: #014099;
  letter-spacing: 1px;
  font-family: "Corinthia", cursive;
}

.box h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #014099;
  margin: 2rem auto -1rem;
}

.box p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}

.shopDetail .tab li {
  width: 18%;
  float: left;
  margin: 0 1%;
}

.shopDetail .tab li a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
  font-size: 20px;
  color: #172333;
}

.shopDetail .tab li a:hover {
  color: #fff;
  border: 5px solid #172333;
  background: #172333;
}

#wdWrap .panel {
  margin: 40px 50px 100px;
}

#wdWrap .panel>li {
  margin: 40px 0 100px;
}


.wd_ttl {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  letter-spacing: .1em;
  text-align: center;
  color: #014099;
}

.wd_ttl::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40%;
  height: 10px;
  transform: translateX(-50%) skew(-45deg);
  background-image: repeating-linear-gradient(-90deg, transparent 0 4px, #014099 1px 6px);
  content: '';
  z-index: -1;
}


.btn a {
  width: 18rem !important;
  padding: 5%;
}

.btn, a.btn, button.btn {
  padding: 1rem 0rem !important;
}



/*==================================================
ギャラリーのためのcss
===================================*/

#wdWrap .panel #photo .WDgallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 40px -5px;
}

.WDgallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 0 -5px;
}

.WDgallery li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/*ギャラリー内のイメージは横幅100%にする*/
.WDgallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .WDgallery li {
    width: 33.333%;
  }
}

@media only screen and (max-width: 768px) {
  .WDgallery li {
    width: 50%;
  }
}


/*========= レイアウトのためのCSS ===============*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
}

a:hover,
a:active {
  text-decoration: none;
}



@media only screen and (max-width: 900px) {
  .shopDetail .panel #photo .WDgallery li {
    width: 33.333%;
  }
}

@media only screen and (max-width: 768px) {
  .shopDetail .panel #photo .WDgallery li {
    width: 50%;
  }
}




/*==================================================
フードのためのcss
===================================*/

#food p.lead-text {
  ftext-align: center;
  margin: 20px auto 40px;
  font-size: 1.2rem;
  line-height: 1.8;
}

#food .style h3.corin-b {
  margin: 1rem 0 1rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #014099;
}

#food .style h3 span {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 2rem;
}

#food .style p.wd_p {
  font-size: 1.2rem;
  line-height: 1.5;
}

#food .style .price {
  font-size: 1.6rem;
  margin: 15px;
  display: inline-block;
  background: #fff;
  /* 背景色 */
  color: #014099;
  /* 文字色 */
  padding: 8px 40px;
  /* 上下の余白、左右の余白 */
  text-decoration: none;
  /* デフォルトで入るリンクの下線を消す */
  border-radius: 30px;
  /* 角を丸くする */
  border: 1px solid #014099;
}

#food .style .price span {
  font-size: 1rem;
  line-height: 1.5;
}


#food .style .plan h4 {
  font-size: 1rem;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  font-weight: normal;
}

#food .style .plan .menu {
  background: #f0f0f0;
  padding: 20px;
  margin: 20px auto
}

#food .style .plan .menu .menu1,
#food .style .plan .menu .menu2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 2%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}

#food .style .plan .menu .menu1 span,
#food .style .plan .menu .menu2 span {
  font-size: 1.2rem;
  line-height: 2;
  color: #014099;
  font-family: 'Sawarabi Mincho', sans-serif;
}



/*==================================================
ドリンクのためのcss
===================================*/

#drink p.lead-text {
  ftext-align: center;
  margin: 20px auto 40px;
  font-size: 1.2rem;
  line-height: 1.8;
}

#drink .style h3.corin-b {
  margin: 1rem 0 1rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #014099;
}

#drink .style h3 span {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 2rem;
}

#drink .style p.wd_p {
  font-size: 1.2rem;
  line-height: 1.5;
}

#drink .style .price {
  font-size: 1.6rem;
  margin: 15px;
  display: inline-block;
  background: #fff;
  /* 背景色 */
  color: #014099;
  /* 文字色 */
  padding: 8px 40px;
  /* 上下の余白、左右の余白 */
  text-decoration: none;
  /* デフォルトで入るリンクの下線を消す */
  border-radius: 30px;
  /* 角を丸くする */
  border: 1px solid #014099;
  text-align: center;
}

#drink .style .price span {
  font-size: 1rem;
  line-height: 1.5;
}

#drink .style .lineup {
  font-size: 1rem;
  line-height: 1.5;
}


#drink .style .plan h4 {
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  font-weight: normal;
}

#drink .style .plan .menu {
  background: #f0f0f0;
  padding: 20px;
}

#drink .style .plan .menu .menu1,
#drink .style .plan .menu .menu2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 2%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}

#drink .style .plan .menu .menu1 span,
#drink .style .plan .menu .menu2 span {
  font-size: 1.2rem;
  line-height: 2;
  color: #014099;
  font-family: 'Sawarabi Mincho', sans-serif;
}

/*==================================================
レイアウトのためのcss
===================================*/

#layout {
  /* padding: 40px 0 20px; */
}

#layout p.lead-text {
  ftext-align: center;
  margin: 20px auto 40px;
  font-size: 1.2rem;
  line-height: 1.8;
}

/* レイアウトセクションのスタイル */
.layout {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #014099;
  width: 60vw;
  margin: 3% auto;
}

.plan-header {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.plan-header h3 {
  font-size: 1.8rem;
  margin: 0;
  color: #333;
  flex: 1;
}

.plan-header .wd_p {
  font-size: 1.4rem;
  margin: 0;
  color: #666;
  flex: 1;
}

.accordion-trigger {
  margin: 0;
  padding: 0;
  background: none;
  color: #014099;
  font-size: 1.2em;
}

.accordion-trigger i {
  margin: 0;
  transition: transform 0.3s;
}

.accordion-content {
  padding: 15px;
  margin-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.floormap img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}


#layout .floormap {
  text-align: center;
}

#layout .floormap img {
  max-width: 100%;
  height: auto;
}


/* オプションセクションのスタイル */
.wd_option {
  width: 100%;
  margin: 0 auto;
}

#option p.lead-text {
  ftext-align: center;
  margin: 20px auto 40px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.wd_option ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wd_option li {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none !important;
  /* ← 追加 */
  display: block;
  /* ← 追加 */
}


.wd_option .optionItem {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wd_option .optionItem img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}



.opName {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left !important;
  margin: 1rem 1rem .5rem;
}

.opName span {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #014099;
}

.price {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  margin: 0 1rem .5rem;
}

.price span {
  font-size: .8rem;
}

.detail {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
  margin: 1rem 1rem 2rem;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .wd_option ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .wd_option ul {
    grid-template-columns: repeat(2, 1fr);
    /* ← ここを1frから2列に変更 */
  }
}

/*==================================================
システムのためのcss
===================================*/

.system-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.time-schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.system-content .time-items {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1rem 1rem 2rem;
  border: 2px solid #014099;
  padding: 1% 2%;
  width: 16rem;
  text-align: center;
}

.system-content .time-items i {
  font-size: 2rem !important;
  margin: 0 1rem;
  color: #014099;
}

.arrow-pc {
  display: inline-block;
}

.arrow-sp {
  display: none;
}

.notion {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
  padding: 3%;
  width: 80%;
  margin: 20px auto;
  background: #f5f5f5;
}

.cancellation-fee {
  font-size: 1.2rem;
  margin: 0 auto;
}

.cancellation-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.cancellation-table th,
.cancellation-table td {
  padding: 10px;
  border: 1px solid #014099;
  text-align: center;
  width: 14%;
}

@media screen and (max-width: 768px) {
  .time-schedule {
    flex-direction: column;
  }

  .arrow-pc {
    display: none;
  }

  .arrow-sp {
    display: inline-block;
    margin: 10px 0;
  }

  .system-content .time-item {
    margin: 1rem auto;
  }
}







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

	1100px以下用のCSS

==========================================================================================*/
@media screen and (max-width: 1100px) {
  .shopDetail .mainVisual li {
    height: 400px;
  }

  .shopDetail h2.pageTitle {
    /*top: 280px;*/
    /*font-size: 4em;*/
  }



  .shopDetail .panel #photo .WDgallery li {
    width: 25%;
  }


  .shopDetail .panel #food .style h3 {
    font-size: 40px;
  }

.shopDetail .panel #food .style p {
  font-size: 16px;
  line-height: 1.4em;
}

.shopDetail .panel #layout .info dl {
  width: auto;
  padding: 30px 0 0;
  margin: 40px 0 0;
}

.shopDetail .panel #layout .info dl dt {
  font-size: 16px;
  left: 10px;
}

.shopDetail .panel #layout .info dl dd {
  padding: 0 10px 30px 120px;
  margin: 0 0 30px;
  font-size: 16px;
}

.shopDetail .panel #shop .info dl {
  width: auto;
  padding: 30px 0 0;
  margin: 40px 0 0;
}

.shopDetail .panel #shop .info dl dt {
  font-size: 16px;
  left: 10px;
}

.shopDetail .panel #shop .info dl dd {
  padding: 0 10px 30px 120px;
  margin: 0 0 30px;
  font-size: 16px;
}


}








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

	767px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 767px) {
  main {
    padding: 0px 0 0;
  }


  .shopDetail .mainVisual li {
    height: 300px;
  }

  .shopDetail h2.pageTitle {
    font-size: 3em;
    /*bottom: 350px;*/
    top: 160px;
  }


  .cont_txtArea {
    padding: 0 !important;
  }

  .txt {
    font-size: 1.3em;
    letter-spacing: .1em;
    line-height: 2.4em;
    text-align: justify;
  }

  .box {
    margin: 3rem 0rem;
  }

  .box p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #222;
  }

  .wrapper {
    padding: 30px 30px 0 !important;
  }

  #wdWrap .panel {
    margin: 40px 0 0;
}

  .shopDetail .tab li a {
    font-size: 12px;
    height: auto;
  }

  .shopDetail .panel {
    margin: 20px 0 -40px;
  }


  .shopDetail .panel #food .style h3 {
    width: auto;
    float: none;
    font-size: 30px;
    line-height: 1em;
  }

  .shopDetail .panel #food .style h3 span {
    display: block;
    font-size: 14px;
    line-height: 1em;
  }

  .shopDetail .panel #food .style p {
    font-size: 14px;
    width: auto;
    float: none;
    margin: 10px 0 0;
  }

.lead-text {
    text-align: justify;
    margin: 20px auto 40px;
    font-size: 1.2rem;
    line-height: 1.8;
    width: 90%;
  }

  #food .style p.wd_p {
    font-size: 1.2rem;
    line-height: 1.5;
    width: 90%;
    margin: auto;
}

#food .style .price {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 8px 30px;
    margin: 10px;
}


  .shopDetail .panel #food .style .plan {
    border: 5px solid #412b16;
  }

  .shopDetail .panel #food .style .plan h4 {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 20px 20px 20px;
  }

  .shopDetail .panel #food .style .plan h4 i {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .shopDetail .panel #food .style .plan .menu .menu1 {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }

  .shopDetail .panel #food .style .plan .menu .menu2 {
    width: auto;
    float: none;
  }


  .shopDetail .report .slider ul li {
    height: 38vw;
  }

.layout {
  width: 90vw;
}

.accordion-content {
  padding: 15px 0  0 ;
}

.opName {
  margin: 1rem 5% .5rem;
}

.detail {
  margin: 1rem 5% 2rem;
}
.price {
  margin: 0 5% .5rem;
}

.system-content .time-items {
  margin: .5rem;
  width: 26rem;
}

.notion {
  width: 100%;
  margin: 40px auto;
  padding: 3% 5%
}


.cancellation-table th{
  font-size: 1rem;
  line-height: normal;
}
.cancellation-table td{
  font-size: 1.4rem;
}

p.lead-text {
  text-align: justify;
  margin: 20px auto 40px;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 90%;
}


  
}









/* タブボタンのアクティブ状態のスタイル */
ul.tab li a.selected {
  background-color: #f5f5f5;
  color: #01409965;
}

@media screen and (max-width: 768px) {
  ul.tab.inner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border-bottom: none !important;
    position: relative;
  }

  ul.tab.inner>li.btn {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    text-align: center !important;
    width: 100% !important;
    height: 48px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  ul.tab.inner>li.btn>a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.2rem !important;
    color: #333 !important;
    border: none !important;
    border-bottom: 2px solid #e0e0e0 !important;
    background: none !important;
    transition: color 0.2s !important;
    box-sizing: border-box !important;
    text-align: center !important;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
  }

  ul.tab.inner>li.btn>a.selected {
    color: #014099 !important;
    border-bottom: 2px solid #014099 !important;
    font-weight: bold !important;
    background: none !important;
    z-index: 2;
  }
}

@media screen and (max-width: 480px) {
  .wd_option ul {
    grid-template-columns: 1fr;
  }

  ul.tab.inner li.btn a {
    font-size: 1.1rem !important;
    padding: 2px 1px !important;
  }
}

/* ケーキセクションのスタイル */
.cake-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cake-top-container {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.cake-style {
    flex: 1;
    max-width: 50%;
}

.cake-image {
    position: relative;
}


.cake-image img {
    width: 90%;
    margin-top: 2rem;
}

.cake-content {
    text-align: center;
    margin-top: 20px;
}

.cake-title {
    margin: 0;
    font-size:3rem;
    color: #014099;
}

.cake-title span {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 2rem;
}

.cake-content p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1rem auto 0;
}

.cake-price {
    font-size: 1.2rem;
    margin: 1rem auto 0;
}

.cake-special {
    width: 100%;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
    .cake-top-container {
        flex-direction: column;
        gap: 20px;
    }

    .cake-style {
        max-width: 100%;
    }

    .cake-content {
        margin-top: 15px;
    }

    .cake-price {
        font-size: 1.2rem;
    }
    .cake-section {
      border: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    .cake-style .cake-image img {
        width: 80%;
    }
    .cake-special .cake-image {
        width: 100%;
        overflow: hidden;
    }
    .cake-special .cake-image img {
        width: 100%;
        transform: scale(1.5);
        transform-origin: center center;
        margin: 2rem 0;
    }

    .cake-content p {
      font-size: 1.2rem;
      line-height: 1.5;
      margin: 1rem auto 0;
      width: 90%;
    }

    .btn,
    a.btn,
    button.btn{
    display: block;
    width: 80% !important;
    margin: -20px auto 60px !important;
  }
}