@charset "utf-8";

/*==================================================
　PC パソコン対応
==================================================*/
@media only screen and (min-width: 1025px) {
  .menulist {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
  }
  .container {
    max-width: 1580px;
    margin: 0 auto;
  }
  .footer {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
  }

  body {
    background-color: #f6f7fb;
    color: #333;
    font-size: 16px; /* 元の値：1.6rem */
    line-height: 1em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    z-index: -1;
    -webkit-text-size-adjust: 100%;
  }
	
  /*-------------------------------------------------
  SNSシェアボタン pc
------------------------------------*/
  .sns_Box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }

  /*instaシェアボタン;*/
  .btn-insta a,
  .btn-line a {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    vertical-align: middle;
    line-height: 23px;
  }

  .btn-insta,
  .btn-line {
    display: inline-block;

    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 0.4rem;
    transition: all 0.3s ease 0s;
    margin: 0em 0.4em 0em 0.4em;
  }

  .btn-insta {
    width: 100px;
    padding: 0.11em 0.3em 0.2em 1em;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  }

  .btn-insta::before {
    /*グラデーション②*/
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%; /*全体を覆う*/
    height: 100%;
    background: linear-gradient(
        15deg,
        #ffdb2c,
        rgb(249, 118, 76) 25%,
        rgba(255, 77, 64, 0) 50%
      )
      no-repeat;
  }

  .btn-line {
    width: 95px;
    padding: 0.11em 0.3em 0.2em 1em;
    background-color: #1dcd00;
  }

  .btn-insta .fa-instagram {
    /*アイコン*/
    font-size: 2rem; /*アイコンサイズ*/
    position: relative;
    top: 3px; /*アイコン位置の微調整*/
    right: 10px;
  }

  .btn-line .fa-line {
    /*アイコン*/
    font-size: 1.8rem; /*アイコンサイズ*/
    position: relative;
    top: 2px; /*アイコン位置の微調整*/
    right: 9px;
  }

  .btn-insta span,
  .btn-line span {
    /*テキスト*/
    font-weight: 700;
    display: inline-block;
    position: relative;
    right: 0.5rem;
    transition: 0.5s;
  }

  /*-------------------------------------------------
  お知らせ（NEWS）
------------------------------------*/

  .news_Box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
  }

  .news_title {
    color: #333;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
  }

  .news_title::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 35px;
    background-image: url(../img/MAHALO_flower_L.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 5px;
    vertical-align: middle;
  }
  .news_title::after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 35px;
    background-image: url(../img/MAHALO_flower_R.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 5px;
    vertical-align: middle;
  }

  .news_area {
    margin: 11px auto;
    /*border: solid 3px #98dcb2;*/
    border-radius: 10px;
    padding: 11px 30px;
  }

  .news_text {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin: 10px 0 0 0;
  }
  .news_text span {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin: 10px 0;
  }

  .news_text2 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin: 10px 0;
  }
  .news_text3 {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
  }
  .pink {
    color: #f54d8d;
  }

  /*-------------------------------------------------
  TOP　MAHALO ロゴ 
------------------------------------*/
  .img-block {
    width: 400px;
    margin: 10px auto;
  }

  /*---------------------------------------------------
　ナビゲーション設定 PC
------------------------------------*/
  /* ▼▼▼ ナビゲーションボタン ▼▼▼ */
  #nav {
    font-size: 1.7rem;
    position: sticky; /*固定する*/
    position: -webkit-sticky; /*Safari用ベンダープレフィックス*/
    letter-spacing: -0.03em; /*字間を詰める*/
    top: 0; /*ブラウザの上からの距離はゼロ*/
    z-index: 10;
  }

  #global-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgb(175, 155, 130);
    padding: 0;
    line-height: 1.2;
    border-collapse: collapse;
  }

  #global-navi li {
    width: 22%;
  }

  #global-navi li a {
    display: block;
    padding: 1em 0.8em 1em 0.8em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: solid #f6f7fb 1px;
    border-collapse: collapse;
  }

  #global-navi a::first-line {
    font-size: 2.2rem;
    font-weight: bold;
  }

  #global-navi li a.current {
    background: hsl(39, 42%, 27%);
  }

  #global-navi li :hover {
    background: hsl(39, 42%, 27%);
  }

  /*グローバルメニューボタンの右線*/
  /*li {
  border-right: 1px solid rgb(255, 255, 255);
}*/

  /*グローバルメニューボタンの左線*/
  /*li:first-child {
  border-left: 1px solid rgb(255, 255, 255);
}*/

  li {
    margin-top: -1px;
    margin-left: -1px;
    width: calc(22% + 1px);
  }
  li {
    border-bottom: none;
  }

  /* ▼▼▼ gnavインスタマーク ▼▼▼ */
  i {
    font-size: 2.5rem;
  }

  /*---------------------------------------------------
　グローバルメニューページ内リンクのズレ調整
------------------------------------*/

  #scroll-point {
    margin-top: -170px;
    padding-top: 250px;
  }

  /*---------------------------------------------------
　TOPメインタイトル PC 一部並び順修正 2025.05.28
------------------------------------*/
  .main_title {
    font-weight: 700; /* font-weight: 500; から変更 2025.05.28*/
    color: #333;
    font-size: 2.5rem; /* font-size: 2.2rem; から変更 2025.05.28*/
    text-align: center;
    line-height: 1.5; /* line-height: 1.7; から変更 2025.05.28*/
    margin-top: 45px;
  }

  .sub_title {
    font-weight: 500;
    color: #333;
    font-size: 2.2rem;
    text-align: center;
    line-height: 2;
    margin-top: 15px;
  }
	
  .sub_copy {
    font-weight: 400; /* font-weight: 500; から変更 2025.05.28*/
    color: #333;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5; /* line-height: 2; から変更 2025.05.28*/
    margin-top: 10px; /* margin-top: 15px; から変更 2025.05.28*/
  }

  /*---------------------------------------------------
　ICE HOT アイコン PC
------------------------------------*/

  /* ▼▼▼ Ice アイコン ▼▼▼ */
  .mark {
    position: relative;
  }
  .mark-Ice {
    width: 50px;
    height: auto;
    position: absolute;
    top: 105%;
    left: 80%;
  }

  .mark2 {
    position: relative;
  }
  .mark-Ice2 {
    width: 90px;
    height: auto;
    position: absolute;
    top: 90%;
    left: 85%;
  }

  /* ▼▼▼ Hot アイコン ▼▼▼ */
  .mark {
    position: relative;
  }
  .mark-Hot {
    width: 50px;
    height: auto;
    position: absolute;
    top: 105%;
    left: 80%;
  }

  .mark2 {
    position: relative;
  }
  .mark-Hot2 {
    width: 90px;
    height: auto;
    position: absolute;
    top: 90%;
    left: 85%;
  }

  /* ▼▼▼ Ice & Hot アイコン ▼▼▼ */
  .mark {
    position: relative;
  }
  .mark-Ice-Hot {
    width: 100px;
    height: auto;
    position: absolute;
    top: 105%;
    left: 70%;
  }

  .mark2 {
    position: relative;
  }
  .mark-Ice-Hot2 {
    width: 180px;
    height: auto;
    position: absolute;
    top: 90%;
    left: 70%;
  }

  /*---------------------------------------------------
　商品カードデザイン PC
------------------------------------*/
  /* ▼▼▼ 商品カードデザイン配置 ▼▼▼ */
  .menulist {
    display: -webkit-flex;
    display: flex;
    /* justify-content: center;*/
    flex-wrap: wrap;
    padding: 20px 30px 20px 30px;
  }

  /* ▼▼▼ 商品カードデザイン内容 3列 ▼▼▼ */
  .cardA {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 80px / 4);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .cardA:nth-of-type(4n) {
    margin-right: 0;
  }
  .cardA-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: auto;
  }

  .cardA-title1 {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5em;
    margin: 20px 30px 5px 30px;
    text-align: left;
    color: #333;
  }

  .cardA-title2 {
    font-size: 2.2rem;
    line-height: 1.5em;
    margin: 10px 15px 30px 15px;
    text-align: left;
    color: #333;
  }
  .cardA-title2:first-line {
    font-size: 120%;
    line-height: 1.5em;
  }
  .hr1 {
    height: 1px;
    width: 85%;
    border: none;
    background-color: #333;
  }

  .cardA-text2 {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 7px 30px 30px 30px;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
  }

  .cardA-text2 span {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .cardA-price1 {
    display: block;
    font-family: "Lato-Regular";
    color: #333;
    font-size: 2.4rem;
    text-align: left;
    margin-top: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .tax1 {
    font-family: "Lato-Regular";
    color: #333;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
  .tax2 {
    color: #333;
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
  }

  /*---------------------------------------------------
　各コンテンツのタイトル帯 PC
------------------------------------*/

  .heading {
    position: relative;
    text-align: center;
    margin: 0px 0 20px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 2px;
    font-size: 4rem;
    font-weight: bold;
    border-bottom: 2px solid rgb(175, 155, 130);
    z-index: -1;
  }

  .boxouter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.5rem;
    margin: 0px;
    background-color: rgb(225, 215, 198);
  }

  .menu-type {
    font-size: 3.2rem;
    vertical-align: -10px;
    text-align: center;
  }

  .menu-content {
    font-size: 2.2rem;
    font-weight: bold;
  }

  .menu-type2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.2;
    vertical-align: -10px;
    text-align: center;
  }

  .menu-type3 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    margin-top: 25px;
  }

  .red2 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #ce614e;
  }

  /*==================================================
　BBQのカードデザイン　PC
==================================================*/

  /* ▼▼▼ カードデザイン配置 ▼▼▼ */
  .menulist {
    display: -webkit-flex;
    display: flex;
    /* justify-content: center;*/
    flex-wrap: wrap;
    padding: 20px 30px 20px 30px;
    margin-bottom: 40px;
  }

  .boxouter2 {
    width: 100%;
    height: 5rem;
    padding: 20px 0px 0px 0px;
    background-color: rgb(220, 220, 220);
  }

  .menu-content2 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  /* ▼▼▼ カードデザイン内容 3列 ▼▼▼ */
  .cardB {
    width: calc(100% / 3 - 40px / 3);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .cardB:nth-of-type(3n) {
    margin-right: 0;
  }
  .cardB-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: auto;
  }
  .cardB-content {
    padding: 25px 35px 25px 35px;
  }

  /*---------------------------------------------------
　Step.1 予約する（3日前） PC
------------------------------------*/
  .cardB-title1 {
    font-size: 2.2rem;
    color: #333;
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
  }

  .cardB-title1 span {
    font-size: 1.8rem;
  }

  .cardB-title1:after {
    /*タブ*/
    position: absolute;
    font-family: "Lato-Regular";
    font-weight: 400;
    content: "Step.1";
    background: #18bbf6;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .cardB-title1::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 40px; /*画像の高さ*/
    background-image: url(../img/bbq/photo-bbq-step1.png);
    background-size: contain;
    background-repeat: no-repeat; /*画像を繰り返さない*/
    vertical-align: middle;
    padding-right: 10px;
  }

  /*---------------------------------------------------
　Step.2 11:00 ご来店（当日） PC
------------------------------------*/
  .cardB-title2 {
    font-size: 2.2rem;
    color: #333;
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
  }

  .cardB-title2 span {
    font-size: 1.8rem;
  }

  .cardB-title2:after {
    /*タブ*/
    position: absolute;
    font-family: "Lato-Regular";
    font-weight: 400;
    content: "Step.2";
    background: #18bbf6;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .cardB-title2::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 40px; /*画像の高さ*/
    background-image: url(../img/bbq/photo-bbq-step2.png);
    background-size: contain;
    background-repeat: no-repeat; /*画像を繰り返さない*/
    vertical-align: middle;
    padding-right: 10px;
  }

  /*---------------------------------------------------
　Step.3 11:00〜16:00 BBQ PC
------------------------------------*/
  .cardB-title3 {
    font-size: 2.2rem;
    color: #333;
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
  }

  .cardB-title3:after {
    /*タブ*/
    position: absolute;
    font-family: "Lato-Regular";
    font-weight: 400;
    content: "Step.3";
    background: #18bbf6;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .cardB-title3::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 40px; /*画像の高さ*/
    background-image: url(../img/bbq/photo-bbq-step3sunset.png);
    background-size: contain;
    background-repeat: no-repeat; /*画像を繰り返さない*/
    vertical-align: middle;
    padding-right: 10px;
  }

  .cardB-text2 {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 20px 0px 20px 0px;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
  }
  .cardB-price1 {
    font-family: "Lato-Regular";
    color: #333;
    font-size: 2.4rem;
    text-align: left;
    margin-top: 10px;
  }

  .menu-content3 {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #ce614e;
  }
  .boxouter3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    margin: 0px 30px -10px 30px;
    padding: 0px 0px 20px 0px;
    background-color: rgb(220, 220, 220);
  }

  /*---------------------------------------------------
　BBQ　PC ここから
------------------------------------*/

  /* ▼▼▼ コンテンツデザイン内容 2列 ▼▼▼ */
  .menulist2 {
    display: -webkit-flex;
    display: flex;
    /* justify-content: center;*/
    flex-wrap: wrap;
    padding: 20px 30px 0px 30px;
    height: auto;
    margin: 0px 0px 0px 0px;
    background-color: rgb(220, 220, 220);
  }

  .img01 {
    width: 100%; /*画像サイズ指定*/
    margin: 0 auto;
    /*padding-top: 5px;*/
    overflow: hidden;
    position: relative;
    /*z-index: -1;*/
    display: block;
  }

  .containerBox {
    width: calc(100% / 2 - 40px / 2);
    margin-right: 40px;
    margin-bottom: 0px;
  }

  /* スタイルの打ち消し */
  .containerBox:nth-of-type(3n) {
    margin-right: 40px;
  }

  .containerBox:nth-of-type(2n) {
    margin-right: 0;
  }

  .container {
    display: -webkit-flex;
    display: flex; /* 横並び */
    /* justify-content: center;*/
    flex-wrap: wrap;
    padding: 30px 30px 20px 30px;
  }

  .container .item .title {
    font-weight: bold;
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.8;
  }

  .red {
    color: #ce614e;
  }
  .container .item .title1 {
    font-weight: bold;
    margin: 0;
    font-size: 2.1rem;
    line-height: 1.6;
  }
  .container .item .title2 {
    margin: 10px 0px 10px 0px;
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .container .item .title3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
    /* 20230809追加 */
  .container .item .title4 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 5px;
  /* margin-bottom: 30px; 20230809修正 */
  }

  .container .item .text {
    color: #333;
    font-size: 1.8rem;
    line-height: 2;
    padding: 0px 0px 20px 0px;
  }

  /*------------------------------------------------
　 ▼▼▼ BBQ 料金表 PC ここから ▼▼▼ 
------------------------------------*/
  .BBQ-price {
    font-size: 1.8rem;
		width: 90%; /* 20250328 「80%」変更*/
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #777;
    margin: 0 0 0 0; /* 20230719追加 */
    /* margin-bottom: 40px;  20230719削除 */
  }

  /* 
  .BBQ-price tr:nth-child(2n + 2) {
    background: #faf8e9;
  }
 20250328 削除 */

  .BBQ-price th {
    font-size: 1.6rem;
    color: #fff;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    background-color: #333;
    line-height: 1.1;
  }

  .BBQ-price td {
    font-size: 1.7rem;
    text-align: left; /* 20250328追加 */
    padding: 15px 10px 15px 10px;
    border: solid 1px #777;
  }

  .BBQ-price td .v-center{
    vertical-align: middle;
  }

  .BBQ-price th > span,
  .BBQ-price td > span {
    font-size: 1.4rem;
      /* 20250519削除
    padding: 5px;
      20250328削除 */
    border: none;
  }

  .BBQ-course {
    font-size: 2rem !important;
    padding-bottom: 5px !important;
    color: #fff;
  }

  /* 20250328追加 */
  .BBQ-text_c {
    text-align: center;
  }
/* 20250328追加 */

  /*------------------------------------------------
　 ▼▼▼ 各コンテンツ下の余白 ▼▼▼ 
------------------------------------*/
  .space {
    margin-bottom: 20px;
  }
  .space1 {
    margin-bottom: 40px;
  }
  .space2 {
    margin-bottom: 50px;
  }
  /*------------------------------------------------
　 ▼▼▼ ご予約・お問い合わせボタンここから ▼▼▼ 
------------------------------------*/

  .btn,
  a.btn {
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 500;
    display: inline-block;
    padding: 1.2rem 3.2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 1rem;
    margin-left: 20px;
    /*margin: auto;*/
  }

  a.btn-enquiry {
    text-align: left;
    padding: 10px auto;
    color: #fff;
    background-color: #128f42;
    border: outset 3.2px #128f42;
  }

  a.btn-enquiry:hover {
    color: #128f42;
    background: #fff;
    border: solid 3.2px #128f42;
  }

  .area_Cnt {
    text-align: center;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 50px 0;
  }

  /* 注意事項 */
  .Notes {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 10px 0;
  }
  .Notes1 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 20px auto;
    padding-left: 1em;
    text-indent: -1em;
  }
  .Notes2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .Notes3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #128f42;
  }

  /*==================================================
　BEACH HOUSE　PC ここから
==================================================*/
  /* ▼▼▼ マリンスポーツ内容 ここから ▼▼▼ */
  .Marine-content {
    font-size: 1.8rem;
    width: 70%;
    text-align: center;
    border: solid 1px #333;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px #777;
    margin-bottom: 20px;
  }

  /*
.Marine-content tr:nth-child(2n + 1) {
  background: #faf8e9;
}
*/

  .Marine-content th {
    font-size: 1.7rem;
    color: #fff;
    padding: 10px;
    text-align: center;
    background-color: #333;
  }
  .Marine-content td {
    font-size: 1.6rem;
    padding: 10px;
    text-align: left;
    background-color: rgb(235, 235, 235);
  }

  .Marine-content td span {
    font-size: 1.4rem;
    text-align: left;
  }

  .green {
    color: #128f42;
  }

  .Marine-content tr:nth-child(4) td:nth-child(1) {
    padding: 5px 10px 10px 10px;
  }

  /* ▼▼▼ 友だち追加  ▼▼▼ */
  .area1-1 {
    margin: 20px 270px;
    border: solid 2px #98dcb2;
    border-radius: 6px;
    padding: 30px 28px;
  }
  .area1-2 {
    margin: 20px auto;
    border: solid 2px #98dcb2;
    border-radius: 6px;
    padding: 30px 28px;
  }
  .line_content-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 20px 0;
  }

  .lineQR_text {
    text-align: center;
  }
  .lineQR_code-2 {
    width: 20%;
  }
  .lineQR_code-2 img {
    object-fit: cover;
    width: 90%;
    height: auto;
  }
  .lineQR_text_obi {
    background-color: #ddd;
    text-align: center;
  }

  /* ▼▼▼ カードデザイン内容  ▼▼▼ */
  .cardC {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .cardC-content {
    padding: 20px 20px 20px 20px;
    /* margin: 20px 0 80px 0; */
    background-color: rgb(228, 239, 243);
    box-shadow: 0 2px 5px #ccc;
  }

  .cardC-title2 {
    font-size: 2.2rem;
    color: #333;
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    padding: 0.4em 0.5em;
  }

  .cardC-text1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0px 0px 0px;
  }

  .cardC-text1mb10 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0px 20px 0px;
  }
  
  .cardC-text2 {
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 10px 0px 10px 0px; /* 10px 0px 20px 0px */
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
  }

  .cardC-text3 {
    font-size: 1.6rem; /* サイズ修正：変更前1.8rem */
    color: #333;
    line-height: 1.8;
     /* text-align: center; */
     /* border-top: solid 1px #333; */
     /* border-bottom: solid 1px #333; */
     /* padding: 0.8em 0.8em; */
    margin: 0px 0px 15px 0px; /* 20240610追加 */
  }
  
  .cardC-text4 {
    font-size: 1.4rem; /* サイズ修正：変更前1.8rem */
    color: #333;
    line-height: 1.8;
     /* text-align: center; */
     /* border-top: solid 1px #333; */
     /* border-bottom: solid 1px #333; */
     /* padding: 0.8em 0.8em; */
  }
  
  .cardC-ribbon {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding:  5px 0px 10px 0px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    border-bottom: 2px solid #80c8d1;
  }
  
  /* 20230809改修 
  .cardC-ribbon {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 2.2rem;
    color: white;
    background: #70a6ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
*/


  /* 上付き文字 */
  .up {
    font-size: 0.8em;
    vertical-align: top;
  }

  /*==================================================
　ACCESS MAP PC の下margin
==================================================*/
  .margin {
    margin-bottom: 100px;
  }

  /*==================================================
　footer　PC ここから
==================================================*/
  /*
.flex {
  display: flex;
}
*/

  footer nav {
    max-width: 1480px;
    margin: 0 auto;
    display: flex; /* flexbox */
    /* flex-wrap: wrap; 折返し指定 */
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    /*gap: 0 4px;  余白（縦 横） */
  }

  footer nav div {
    flex-grow: 1; /* レスポンシブ化 */
    background: #d9d9d9;
  }

  footer nav p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0px 0px 30px 0px;
    padding: 15px;
  }
  footer {
    background: #d9d9d9;
  }

  .MAHALO_logo3 {
    width: 333px; /*画像サイズ指定*/
    margin: 0;
    padding: 20px 0 0 0;
    overflow: hidden;
    position: relative;
  }

  .flex .text {
    font-size: 3rem;
    /* padding: 20px;*/
  }
  .text1 {
    font-size: 3rem;
    line-height: 2;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: solid;
    border-width: 1px; /*5ピクセルの太さにする*/
  }

  .text2 {
    font-size: 1.6rem;
    line-height: 2;
    padding: 15px;
    margin: 0 0 30px 0;
  }

  #copyright {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    display: flex; /* flexbox */
    justify-content: center; /* 中央揃え */
    align-items: center; /* 中央揃え */
    margin-top: 4px;
    padding: 25px;
    background: #555;
  }

  /*==================================================
　ページトップへのボタン　PC 
==================================================*/
  #page_top {
    width: 90px;
    height: 65px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ce614e;
    opacity: 0.6;
    z-index: 99;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 65px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: "PAGE TOP";
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
