@charset "utf-8";

p{
	color: #444;
	line-height: 1.6;
}

.st-Footer_Map .address p{
	color: #fff;
}

/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 182px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 260px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 340px;
	}
}

/* Initial settings
-----------------------------------*/
.content_wrap {
	width: 90%;
	margin: 20px auto 0;
}

.point-Image {
	margin: 50px auto;
}

/* 01 hospitality & skills
-----------------------------------*/
.column2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.column2 img {
	width: 50%;
}
.number {
  position: relative;
  z-index: 1;
	margin: 60px auto 0;
  padding: 30px 0 80px; /* 上下に100pxの余白を追加 */
  margin-bottom: 0 !important;
}

.number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(/asset/img/bg_common_01.png);
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
	.column2 {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.column2 img {
	width: 100%;
}
}
















/* 02 scale & facilities
-----------------------------------*/
/* numberページ：画像3枚並び専用設定 */
.number_point {
  margin-bottom: 80px; /* 下の要素との余白（調整可） */
  position: relative;
}

/* 画像リストのベース設定（スマホ） */
.point_img_center_wrap {
  width: 90%; /* スマホ時の横幅（お好みで80%〜90%） */
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.point_img_center_wrap li {
  margin-bottom: 20px; /* スマホ時の画像間の縦余白 */
}

.point_img_center_wrap li img {
  width: 100%;
  height: auto;
  display: block;
}

/* PCサイズ（1024px以上）での制御 */
@media only screen and (min-width: 1024px) {
  .number_point {
    padding-top: 50px; /* 上の要素との余白 */
  }

  .point_img_center_wrap {
    width: 80%; /* PC時の全体の横幅 */
    max-width: 1200px; /* 広がりすぎ防止 */
    display: flex; /* 横並びにする */
    justify-content: space-between; /* 画像の間隔を均等に */
  }

  .point_img_center_wrap li {
    width: 32%; /* 3枚が横に収まる幅 */
    margin-bottom: 0; /* PC時は縦余白を消す */
  }
}

/* タブレットサイズ（768px〜1023px）での制御 */
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .point_img_center_wrap {
    display: flex;
    justify-content: space-between;
  }

  .point_img_center_wrap li {
    width: 32%;
    margin-bottom: 0;
  }
}






















/* 03 ranking & voices
-----------------------------------*/
.rank {
	background-color: #500505;
  margin-top: 0 !important;
  padding-top: 1px; /* マージンの突き抜けを防止するおまじない */
}
.rank .point-Image {
	width: 52%;
}

@media only screen and (min-width: 769px) {
  .point_img_center_wrap.full_width {
    width: 100%;       /* 画面幅いっぱい */
    max-width: none;    /* 制限を解除 */
    display: flex;
    justify-content: flex-start; /* 隙間をなくして密着させる場合 */
    margin: 50px 0 0;   /* 左右マージンを0に */
  }

  .point_img_center_wrap.full_width li {
    width: 33.333%;     /* ぴったり三等分 */
    margin-right: 0;    /* 隙間をゼロにする */
  }
  article.no-space {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ulにかかっているmargin: 50pxをリセットして密着させる */
  article.no-space ul.point_img_center_wrap.full_width {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 画像の下にできる数ピクセルの隙間を消す */
  article.no-space li.pc {
    line-height: 0;
  }

  article.no-space li.pc img {
    display: block;
  }
/* 1. 11-13番が入っているarticleの下余白を強制ゼロ */
  article.no-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 2. 11-13番が入っているulの下マージンを強制ゼロ */
  article.no-space ul:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* 3. 画像を包むliの下マージンをゼロにし、高さを画像に合わせる */
  article.no-space ul:last-of-type li {
    margin-bottom: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important; /* 文字スペースを完全に抹殺 */
  }

  /* 4. 画像そのものを「ブロック」にして下の隙間を許さない */
  article.no-space ul:last-of-type li img {
    display: block !important;
    vertical-align: bottom !important;
  }
  article.no-space + article {
    display: none !important;
  }
}

/* スマホ版：先ほどと同じ（縦並び・幅90%・余白あり） */
@media only screen and (max-width: 768px) {
  .point_img_center_wrap.full_width {
    width: 90%;
    /* margin: 40px auto; */
  }
  .point_img_center_wrap.full_width li {
    width: 100%;
    margin-bottom: 20px;
  }
	.rank .point-Image {
		width: 85%;
}
  img.point_img_center_wrap.full_width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  ul.point_img_center_wrap.full_width.sp-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; /* 他のスマホ要素と幅を合わせる */
    
  }

  /* li要素：幅を約半分にして2枚並びにする */
  ul.point_img_center_wrap.full_width.sp-2col li.sp {
  width: 50%; /* 2枚ぴったり */
    margin-bottom: 0; /* 既存の20pxをリセット */
    padding: 0; /* 隙間を作りたい場合はここを調整 */
    line-height: 0; /* 画像下の謎の隙間を消す */
  }

  /* 画像の横幅を親のliに合わせる */
  ul.point_img_center_wrap.full_width.sp-2col li.sp img {
    width: 100%;
    height: auto;
  }
  
}

/* ============================================
              SPここから
============================================ */

h2.sub_ttl{
	width: 90%;
	margin: 20px auto 0;
	padding: 5px 0;
	border-top: 1px solid #9A8D62;
	border-bottom: 1px solid #9A8D62;
}
