@charset "utf-8";

/*==================================================
　SP スマホ対応
==================================================*/
@media only screen and (max-width: 1024px) {
  body {
    background-color: #f6f7fb;
    color: #333;
    font-size: 1.4rem;
    line-height: 0.8em;
    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シェアボタン SP
------------------------------------*/

  .sns_Box {
    display: flex;car
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    transform: scale(0.9, 0.9);
  }

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

  .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.5em 0em 0.5em;
  }

  .btn-insta {
    width: 95px;
    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: 90px;
    padding: 0.11em 0.3em 0.2em 1em;
    background-color: #1dcd00;
  }

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

  .btn-line .fa-line {
    /*アイコン*/
    font-size: 1.7rem; /*アイコンサイズ*/
    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）SP
------------------------------------*/

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

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

  .news_title::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 30px;
    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: 40px;
    height: 30px;
    background-image: url(../img/MAHALO_flower_R.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 5px;
    vertical-align: middle;
  }

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

  .news_text {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
	margin: 5px 0 5px 0; /* margin: 5px 0 0 0; から変更 2025.05.28*/
  }
  .news_text span {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin: 10px 0;
  }

  .news_text2 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin: 10px 0;
  }
  .news_text3 {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    /* margin-bottom: 10px; 削除 2025.05.28*/
  }
  .pink {
    color: #f54d8d;
  }
  /*-------------------------------------------------
  TOP　MAHALO ロゴ SP
　------------------------------------*/
  .outside_wrap {
    overflow: hidden;
  }

  /*-------------------------------------------------
  TOP　MAHALO ロゴ SP
　------------------------------------*/
  .img-block {
    width: 200px;
    margin: 5px auto;
  }

  /*-------------------------------------------------
    ナビゲーション設定 SP
  ------------------------------------*/
  /* ▼▼▼ ナビゲーションボタン ▼▼▼ */
  #nav {
    font-size: 1.2rem;
    letter-spacing: -0.05em; /*字間を詰める*/
    position: sticky; /*固定する*/
    position: -webkit-sticky; /*Safari用ベンダープレフィックス*/
    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: 24%;
    flex-grow: 1;
  }

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

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

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

  #global-navi li a :nth-child(4) {
    border-right: none !important;
  }

  /*グローバルメニューボタンの右線*/
  /*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(20% + 1px);
  }

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

  /*---------------------------------------------------
　グローバルメニューページ内リンクのズレ調整
------------------------------------*/
  #scroll-point {
    margin-top: -170px;
    padding-top: 250px;
  }

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

  .sub_title {
    font-weight: 700;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.7;
    margin-top: 15px;
  }
	
	/* ↓追記　2025.06.06 */
  .sub_copy {
    font-weight: 400;
    color: #333;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    margin: 10px auto;
	width: 90%
  }
	/* ↑追記　2025.06.06 */
		
		/*---------------------------------------------------
　  ICE HOT アイコン SP
  ------------------------------------*/

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

  .mark2 {
    position: relative;
  }
  .mark-Ice2 {
    width: 50px;
    height: auto;
    position: absolute;
    top: 82%;
    left: 84%;
  }

  /* ▼▼▼ Hot アイコン ▼▼▼ */
  .mark {
    position: relative;
  }
  .mark-Hot {
    width: 33px;
    height: auto;
    position: absolute;
    top: 80%;
    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: 102%;
    left: 71%;
  }

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

  /*---------------------------------------------------
　  商品カードデザイン SP
  ------------------------------------*/
  /* ▼▼▼ 商品カードデザイン内容 2列 ▼▼▼ */

  .cardA {
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    margin-right: 20px;
    margin-bottom: 40px;
  }

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

  .cardA:nth-of-type(1n) {
    margin-right: 40;
  }
  .cardA-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: auto;
  }
  .cardA-content {
    padding: 25px;
  }
  .cardA-title1 {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.5em;
    margin: 20px 30px 5px 30px;
    text-align: left;
    color: #333;
  }

  .cardA-title2 {
    font-size: 1.8rem;
    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: 90%;
    border: none;
    background-color: #333;
  }
  .hr2 {
    height: 1px;
    width: 100%;
    border: none;
    background-color: #333;
  }

  .cardA-text2 {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 10px 30px 30px 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
    /*-webkit-line-clamp: 3;*/
  }
  .cardA-text2 span {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .cardA-price1 {
    font-family: "Lato-Regular";
    color: #333;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: left;
    margin-top: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .cardA-price1 > .tax1 {
    font-family: "Lato-Regular";
    color: #333;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    margin-top: 10px;
  }

  .cardA-price1 > .tax2 {
    color: #333;
    font-size: 1.5rem;
    line-height: 1;
    text-align: left;
  }

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

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

  .boxouter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: auto;
    background-color: rgb(225, 215, 198);
    margin-bottom: 10px;
  }

  .menu-type {
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: -10px;
  }

  .menu-content {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5rem;
  }

  .menulist {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px;
  }

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

  .menu-type3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin: 20px 20px 0 20px;
  }
  .red2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ce614e;
  }

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

  /* ▼▼▼ カードデザイン配置 ▼▼▼ */
  .menulist2 {
    display: -webkit-flex;
    display: flex;
    /* justify-content: center;*/
    flex-wrap: wrap;
    padding: 20px 20px 0px 20px;
    height: auto;

    background-color: rgb(220, 220, 220);
  }
  .boxouter2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;

    padding: 10px 0px 0px 0px;
    background-color: rgb(220, 220, 220);
  }
  .menu-content2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6rem;
  }

  /*---------------------------------------------------
  　Step.1 予約する（3日前） SP
  ------------------------------------*/
  .cardB-title1 {
    font-size: 1.8rem;
    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.4rem;
  }

  .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: 35px; /*画像の幅*/
    height: 35px; /*画像の高さ*/
    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 ご来店（当日） SP
  ------------------------------------*/
  .cardB-title2 {
    font-size: 1.8rem;
    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.4rem;
  }

  .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: 35px; /*画像の幅*/
    height: 35px; /*画像の高さ*/
    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 SP
  ------------------------------------*/
  .cardB-title3 {
    font-size: 1.8rem;
    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: 35px; /*画像の幅*/
    height: 35px; /*画像の高さ*/
    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.4rem;
    line-height: 1.8rem;
    color: #ce614e;
    margin: 0px 30px 0px 30px;
  }
  .boxouter3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    margin: 0px 20px -10px 20px;
    padding: 0px 0px 10px 0px;
    background-color: rgb(220, 220, 220);
  }

  /* ▼▼▼ 商品カードデザイン内容 1列 ▼▼▼ */
  .cardB {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .cardB:nth-of-type(1n) {
    margin-right: 0;
  }
  .cardB-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: auto;
  }
  .cardB-content {
    padding: 10px 25px 10px 25px;
  }

  .cardB-text2 {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
  }

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

  .containerBox {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .containerBox:nth-of-type(1n) {
    margin-right: 0;
  }
  .containerBox-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: auto;
  }

  .container {
    margin: 0 auto;
    padding: 15px 20px 0px 20px;
  }
  .container .item .title {
    font-weight: bold;
    margin: 0;
    font-size: 2.1rem;
    line-height: 1.6;
  }
  .container .item .title1 {
    font-weight: bold;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .container .item .title2 {
    margin: 5px 0px 10px 0px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .container .item .title3 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
  }

    /* 20230719追加 */
  .container .item .title4 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
  /* margin-bottom: 30px; 20230809修正 */
}

  .container .item .text {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 10px 0px 20px 0px;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
  }

  /*------------------------------------------------
　 ▼▼▼ BBQ 料金表 SP ここから ▼▼▼ 
------------------------------------*/
  .BBQ-price {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #777;
    margin-bottom: 0px; /* 20230719 30pxから修正 */
  }

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

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

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

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

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

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

  /* ▼▼▼ 友だち追加-2  ▼▼▼ */
  .area1-1 {
    margin: 20px auto;
    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;
  }
  /*------------------------------------------------
　 ▼▼▼ エンジョイ・スポーツ ▼▼▼ 
------------------------------------*/

  .cardB-text2 {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
  }

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

  .btn,
  a.btn {
    font-size: 1.5rem;
    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: auto;
  }

  a.btn-enquiry {
    text-align: center;
    color: #fff;
    line-height: 1.4;
    background-color: #128f42;
    border: outset 3.2px #128f42;
    margin: 0 auto;
  }

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

  /* 注意事項 */
  .Notes {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 15px auto;
  }
  .Notes1 {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 15px auto;
  }

  .Notes3 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    color: #128f42;
  }

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

  .Marine-content tr:nth-child(2n + 1) {
    background: #faf8e9;
  }
  .Marine-content th {
    font-size: 1.5rem;
    color: #fff;
    padding: 10px;
    text-align: center;
    background-color: #333;
  }
  .Marine-content td {
    font-size: 1.6rem;
    padding: 10px 5px 10px 10px; /* 10px 10px 10px 20px; */
    text-align: left;
    background-color: rgb(235, 235, 235);
  }
  .Marine-content td span {
    font-size: 1.2rem;
    text-align: left;
  }
  .green {
    color: #128f42;
  }

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

  .Notes2 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin: 0px 0px 15px 0px;
  }

  /* ▼▼▼ 友だち追加  ▼▼▼ */
  .line_content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 20px 0;
  }
  .lineQR_text {
    margin-left: 0px;
  }
  .lineQR_code-2 {
    width: 25%;
  }
  .lineQR_code-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .lineQR_text_obi {
    background-color: #ddd;
  }

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

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

  .cardC-text1 {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 700;
    margin: 10px 0px 0px 0px; /* 10px 0px 20px 0px */
  }

  .cardC-text1mb10 {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 700;
    margin: 10px 0px 0px 0px; /* 10px 0px 20px 0px */
  }

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

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

  .cardC-text3 {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #333;
    /*text-align: center;*/
    /* border-top: solid 1px #333;*/
    /* border-bottom: solid 1px #333;*/
    /* padding: 0.8em 0.8em;*/
  }
  .cardC-text3 > span {
    font-size: 1.0rem;
    line-height: 1.3;
    color: #333;
  }

  .cardC-text4 {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    /*text-align: center;*/
    /* border-top: solid 1px #333;*/
    /* border-bottom: solid 1px #333;*/
    /* padding: 0.8em 0.8em;*/
  }
  .cardC-text3 > span {
    font-size: 1.0rem;
    line-height: 1.3;
    color: #333;
  }


  .cardC-ribbon {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 10px 0px;
    font-size: 1.8rem;
    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: 1.8rem;
    color: white;
    background: #70a6ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
*/  

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

  /* 注意事項 */
  .Notes {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    margin: 10px 0px;
  }
  .red {
    color: #ce614e;
  }
  /*==================================================
　ACCESS MAP SP の下margin
==================================================*/
  .margin {
    margin-bottom: 80px;
  }

  /*==================================================
　footer　SP ここから
==================================================*/
  .MAHALO_logo3 {
    width: 250px; /*画像サイズ指定*/
    margin: 0 auto;
    padding: 20px 0 0 0;
  }

  .flex .text {
    padding: 0px 5px 0px 8px;
    font-size: 2rem;
  }
  .text1 {
    font-size: 2.2rem;
    line-height: 2;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: solid;
    border-width: 1px; /*5ピクセルの太さにする*/
  }
  .text2 {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 0 15px 0 15px;
    margin: 10px 5px 15px 5px;
  }

  footer {
    background: #d9d9d9;
  }

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

  footer nav p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 5px;
    padding: 15px;
  }

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

  /*==================================================
　ページトップへのボタン　SP 
==================================================*/
  #page_top {
    width: 55px;
    height: 45px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ce614e;
    opacity: 0.6;
    z-index: 99;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 55px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 2rem;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: "";
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
