* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-visual {
    position: relative;
    width: 100%;
    height: 800px;
}

.main-visual::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); /* 調整可能な黒の半透明度 */
    z-index: 1;
}

.main-visual.food {
    background-image: url('../img/common/food.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-visual.contact {
    background-image: url('../img/common/contact.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-visual.privacy {
    background-image: url('../img/common/privacy.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-visual.company {
    background-image: url('../img/common/company.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-visual.business {
    background-image: url('../img/common/business.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-visual-text {
    position: relative; /* 疑似要素のz-indexに対応するために変更 */
    z-index: 2; /* 疑似要素より上に表示するために追加 */
    top: 43%;
    left: 3%;
    width: 85%; /* 追加 */
    transform: translateY(-50%);
    color: white; /* ここはテキストの色を調整してください */
}

.main-visual-texts {
    position: relative; /* 疑似要素のz-indexに対応するために変更 */
    z-index: 2; /* 疑似要素より上に表示するために追加 */
    top: 43%;
    left: 3%;
    width: 85%; /* 追加 */
    transform: translateY(-50%);
    color: white; /* ここはテキストの色を調整してください */
}

.main-visual-text h1 {
  font-family: 'Noto Serif JP', serif;
  color: #FFFFFF;
    font-size: 120px; /* ここはフォントサイズを調整してください */
    margin: 2% 0% 0% 5%;
}

.main-visual-texts h1 {
  font-family: 'Noto Serif JP', serif;
  color: #FFFFFF;
    font-size: 56px; /* ここはフォントサイズを調整してください */
    margin: 2% 0% 0% 5%;
}

.main-visual-text p {
    font-family: 'Poppins', serif;
  color: rgba(255, 255, 255, 0.15);
    font-size: 150px; /* ここはフォントサイズを調整してください */
    margin: 0px 10px 0px 5px;
}

.main-visual-texts p {
    font-family: 'Poppins', serif;
  color: rgba(255, 255, 255, 0.15);
    font-size: 150px; /* ここはフォントサイズを調整してください */
    margin: 0px 10px 0px 5px;
}

.main-visual-text .coordinate-text {
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 10px 20px 20px 20px;
    margin: 3% 0% 0% 5%;
    display: inline-block;
    font-size: 56px; /* ここはフォントサイズを調整してください */
font-family: 'Zen Old Mincho', serif;
}

.main-visual-texts .coordinate-text {
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 10px 20px 20px 20px;
    margin: 3% 0% 0% 5%;
    display: inline-block;
    font-size: 56px; /* ここはフォントサイズを調整してください */
font-family: 'Zen Old Mincho', serif;
}
.contents-wrapper {
    display: flex;
    justify-content: center;
    padding: 50px;
    box-sizing: border-box;
}

.contents-container {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}

.contents-header {
    background-color: none;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    color: #FF8000;
    font-size: 56px; 
  font-family: 'Noto Serif JP', serif;
}

.contents-headers {
    background-color: none;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    color: #23A2BD;
    font-size: 38px; 
  font-family: 'Noto Serif JP', serif;
}

.contents-header::before,
.contents-header::after {
    content: "";
    position: absolute;
    height: 5px; /* 線の高さ */
    bottom: 0;
}

.contents-headers::before,
.contents-headers::after {
    content: "";
    position: absolute;
    height: 5px; /* 線の高さ */
    bottom: 0;
}

.contents-header::before {
    width: 10%; /* 左側の線の幅 */
    background: #FF8000; /* 左側の線の色 */
    left: 0;
}

.contents-headers::before {
    width: 10%; /* 左側の線の幅 */
    background: #23A2BD; /* 左側の線の色 */
    left: 0;
}

.contents-header::after {
    width: 90%; /* 右側の線の幅 */
    background: #FF8000; /* 右側の線の色 */
    right: 0;
}

.contents-headers::after {
    width: 90%; /* 右側の線の幅 */
    background: #23A2BD; /* 右側の線の色 */
    right: 0;
}

.contents-info a {
    color: red; /* Link color */
}

.contents-info a:hover {
    color: orange; /* Link color when hovered over */
}

.contents-container-inner {
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: 30px 20px 50px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.contents-message {
  font-family: 'Noto Serif JP', serif;
  color: #FF8000;
    font-size: 48px; /* ここはフォントサイズを調整してください */
    margin: 10px 0px 0px 5px;
    text-align: center;
}

.contents-message-food {
  font-family: 'Noto Serif JP', serif;
  color: #DB0000;
    font-size: 72px; /* ここはフォントサイズを調整してください */
    margin: 10px 0px 0px 5px;
    font-weight: bold;
    text-align: center;
}

.contents-message-food-text {
    text-align: left;
}

.contents-message-food-s {
  font-family: 'Noto Serif JP', serif;
  color: #DB0000;
    font-size: 64px; /* ここはフォントサイズを調整してください */
    margin: 10px 0px 0px 5px;
    font-weight: bold;
    text-align: center;
}

.font-highlight {
    color: #FFFFFF; /* テキストの色を白に変更 */
    font-size: 2.0em;
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: bold; /* 太文字にする */
    background-color: #DB0000; /* 背景色を設定 */
    padding: 0.5em 0.5em 0.5em 0.5em; /* テキストと背景枠の間のスペース */
    margin: 0.5em 1em 0.5em 0em; /* 上下に余白を追加 */
    display: inline-block; /* 背景の幅をテキストの幅に合わせる */
}

.font-orange {
    color: #FF8000; /* テキストの色を白に変更 */
    font-size: 1.5em;
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: bold; /* 太文字にする */
	line-height: 3.5rem;
}


.font-orange-s {
    color: #FF8000; /* テキストの色を白に変更 */
    font-size: 1.5em;
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: bold; /* 太文字にする */
	line-height: 3.5rem;
}

.font-blue {
    color: #23A2BD; /* テキストの色を白に変更 */
    font-size: 1.25em;
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: bold; /* 太文字にする */
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; 
}
.cp_box label:after {
	line-height: 3.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
    font-family: 'BIZ UDGothic', sans-serif;
	content: ' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 0px;
	background-color: rgba(35, 162, 189, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 300px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
    font-family: 'BIZ UDGothic', sans-serif;
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 100px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pc-image {
    max-width: 100%;
    height: auto; /
    }

.mobile-image {
    display: none;
}

  .main-container {
    flex-direction: row;
  margin: 20px 0 20px 0;
  }

  .custom-item-container {
    flex: 1;
  }

  .custom-item {
    display: flex;
    align-items: flex-start;
  }

  .custom-item img {
    max-width: 50%;
    height: auto;
    margin-right: 20px;
  }

  .custom-text-container {
    text-align: left;
    align-self: flex-start; /* テキストを上詰めに配置 */
  }

.custom-text-container a {
    color: #23A2BD; /
}

.custom-text-container a:hover {
    color: #23A2BD; /
}


.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width: 85%;
    margin: 0 auto;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

table {
  width:85%;
  border-collapse: collapse;
  margin: 0 auto;
}

table td {
  border: 1px solid #CCC;
  padding: 20px;
}

table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.division-wrapper {
    display: flex;
    flex-wrap: wrap;
align-items: flex-start; 
  margin: 10px 0px 0px 0px;
}

.image-container {
    flex: 1; /* PCでの幅を半分にする */
    text-align: center;
}

.text-container {
    flex: 1; /* PCでの幅を半分にする */
    text-align: left;
  margin: 0px 0px 0px 10px;
}

.text-container a {
    color: #23A2BD;
    text-decoration: underline; /* リンクの下線を取り除く場合に使用 */
}

.text-container a:hover {
    text-decoration: underline; /* マウスオーバー時に下線を表示する場合に使用 */
}

img {
    max-width: 100%; /* 画像がコンテナの幅を超えないようにする */
    height: auto;
}

@media (max-width: 1200px) and (min-width: 769px) {
}

@media (max-width: 768px) {
    .main-visual {
        height: 700px; /* ここは必要に応じて調整してください */
    }

.main-visual-text {
    position: relative; /* 疑似要素のz-indexに対応するために変更 */
    z-index: 2; /* 疑似要素より上に表示するために追加 */
    top: 50%;
    left: 0%;
    width: 100%; /* 追加 */
    transform: translateY(-40%);
    color: white; /* ここはテキストの色を調整してください */
text-align: center;
}

.main-visual-texts {
    position: relative; /* 疑似要素のz-indexに対応するために変更 */
    z-index: 2; /* 疑似要素より上に表示するために追加 */
    top: 50%;
    left: 0%;
    width: 100%; /* 追加 */
    transform: translateY(-40%);
    color: white; /* ここはテキストの色を調整してください */
text-align: center;
}

    .main-visual-text h1 {
        font-size: 48px; /* ここはフォントサイズを調整してください */
    margin: 10% 0% 0% 0%;
    }

    .main-visual-texts h1 {
        font-size: 48px; /* ここはフォントサイズを調整してください */
    margin: 10% 0% 0% 0%;
    }

    .main-visual-text p {
        font-size: 42px; /* ここはフォントサイズを調整してください */
    margin: 0px 0px 0px 0px;
  color: rgba(255, 255, 255, 0.55);
    }
    .main-visual-texts p {
        font-size: 42px; /* ここはフォントサイズを調整してください */
    margin: 0px 0px 0px 0px;
  color: rgba(255, 255, 255, 0.55);
    }


.main-visual-text .coordinate-text {
    padding: 10px 20px 20px 20px;
    margin: 15% 0% 0% 0%;
    font-size: 32px; /* ここはフォントサイズを調整してください */
}

.main-visual-texts .coordinate-text {
    padding: 10px 20px 20px 20px;
    margin: 15% 0% 0% 0%;
    font-size: 32px; /* ここはフォントサイズを調整してください */
}

.contents-wrapper {
    display: flex;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}


.contents-container-inner {
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.contents-header {
    background-color: none;
    width: 100%;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    position: relative;
    color: #FF8000;
    font-size: 26px; 
    font-family: 'BIZ UDGothic', sans-serif;
    text-align: center;
}

.contents-headers {
    background-color: none;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    color: #23A2BD;
    font-size: 24px; 
  font-family: 'Noto Serif JP', serif;
}

.contents-message {
  font-family: 'Noto Serif JP', serif;
  color: #FF8000;
    font-size: 20px; /* ここはフォントサイズを調整してください */
    margin: 5px 0px 5px 0px;
    text-align: center;
}

.contents-message-food {
  font-family: 'Noto Serif JP', serif;
  color: #DB0000;
    font-size: 28px; /* ここはフォントサイズを調整してください */
    margin: 5px 0px 5px 0px;
    text-align: center;
}

.contents-message-food-s {
  font-family: 'Noto Serif JP', serif;
  color: #DB0000;
    font-size: 20px; /* ここはフォントサイズを調整してください */
    margin: 5px 0px 5px 0px;
    text-align: center;
}

.contents-message-food-text {
    text-align: center;
}

.contents-messages {
  font-family: 'Noto Serif JP', serif;
  color: #23A2BD;
    font-size: 20px; /* ここはフォントサイズを調整してください */
    margin: 5px 0px 5px 0px;
    text-align: center;
}

.contents-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.contents-date {
    font-weight: bold;
    margin-right: 10px;
    box-sizing: border-box;
}

.contents-info {
    margin-left: 10px;
    box-sizing: border-box;
}

.font-highlight {
    color: #FFFFFF; /* テキストの色を白に変更 */
    font-size: 1.0em;
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: bold; /* 太文字にする */
    background-color: #DB0000; /* 背景色を設定 */
    padding: 0.15em 0.5em 0.25em 0.5em; /* テキストと背景枠の間のスペース */
    margin: 0em 1em 0.5em 0em; /* 上下に余白を追加 */
    display: inline-block; /* 背景の幅をテキストの幅に合わせる */
    text-align: center;
    justify-content: center;
}

.font-orange {
    color: #FF8000; /* テキストの色を白に変更 */
    font-size: 1.20em;
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: bold; /* 太文字にする */
	line-height: 1.5rem;
}

.font-orange-s {
    color: #FF8000; /* テキストの色を白に変更 */
    font-size: 1.25em;
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: bold; /* 太文字にする */
	line-height: 1.25rem;
}


.read-more-label, .close-label {
        font-size: 0.8em; /* この値を変更して、適切なサイズに調整してください */
}

 .image-container {
    display: block;
    overflow: hidden;
  }

.image-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 0px;
}

.main-container {
  display: flex;
  justify-content: space-between;
 text-align: center;
  margin: 20px 0 20px 0;
}

.custom-item-container {
  flex: 1;
  margin: 0 0 0 0;
  text-align: center;
}

  .custom-text-container {
    text-align: center;
    align-self: flex-start; /* テキストを上詰めに配置 */
  }

.custom-item {
  display: block;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

  .custom-item img {
    width: 100%;
    height: auto;
    margin: 0;
  }

    .pc-image {
        display: none;
    }
    /* スマホ用の画像を表示 */
 .mobile-image {
  display: block;
    max-width: 100%;
    height: auto; /* <-- ここがコメントアウトされていない */
    }

.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
  margin: 0px 10px 0px 10px;
}

.info-card {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 10px;
    padding: 10px;
    width: 96%;
    max-width: 1000px; /* ここを変更します */
    font-size: 15px;
}

.info-card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

    .info-card h3 {
        font-size: 1.2em;
    }

    .info-card dt,
    .info-card dd,
    .info-card p {
        font-size: 15px;
    }

  .map-container {
    width: 100%;
    max-width: none;
  }

table {
    width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

table td {
  border: 1px solid #CCC;
  padding: 10px;
}

table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

    .division-wrapper {
    align-items: center;
        flex-direction: column;
  margin: 10px 20px 0px 20px;
    }


.image-container {
    flex: 1; /* PCでの幅を半分にする */
    text-align: center;
}

.text-container {
    flex: 1; /* PCでの幅を半分にする */
    text-align: center;
  margin: 0px 0px 0px 0px;
}

img {
    max-width: 100%; /* 画像がコンテナの幅を超えないようにする */
    height: auto;
}


}