@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Noto Serif Japanese', Garamond, serif;
}
img{
  max-width: 100%;
  height: auto;
}

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

body{
  overflow-x: hidden;
}

@media screen and (max-width: 767px){
   /* PC用項目　非表示*/
  .pc-img,.pc-slide{
      display: none !important;
  }
}

@media screen and (min-width: 768px) {
  /* スマホ用項目　非表示*/
  .mp-img,.mp-text,.mp-slide{
      display: none !important;
  }
}

header{
	background: #FFFFFF;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
	z-index: 10;
}
header p{
	text-align:center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 15px;
}
header img{
	width: 40px;
	height: auto;
}

/*--------トップイメージ--------- */
#top{
	padding-top: 50px;
}
.top-area img{
	width: 100%;
}
/*--------メイン１--------- */
@media screen and (min-width: 768px) {
  /* PC用設定*/
  .main-title img{
    padding: 50px 0 50px 0;
  }
}
/*--------メイン2--------- */
@media screen and (min-width: 768px) {
  /* PC用設定*/
  .contents{
    width: calc(100% - 80px);
    max-width: 1200px;
    margin: 0 auto;
  }
  .contents > img{
    width: 100%;
    display: block;
  }
  .btw-img{
      margin: 40px 0;
  }
  .contents h3{
    width: 700px;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0 20px 0;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 550;
  }

  .contents p{
    width: 700px;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
	font-size: 1.1rem;
  }
  .bold{
	font-weight: bold;
	line-height: 1.8;
  }
  .next-page{
    width: 850px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
  }
  .splide{
      margin: 40px 0;
  }
	
}

@media screen and (max-width: 767px){
/*スマホ設定*/
  /* TOP以外は左右に余白 */
  .main-title,
  .plofile,
  .contents,
  .shop-info,
  .next-page{
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }

  /* その箱の中の画像は箱いっぱい */
  .main-title img:not(.pc-img),
  .plofile img:not(.pc-img),
  .contents > img:not(.pc-img),
  .shop-info__item--image img{
    width: 100%;
    height: auto;
    display: block;
  }
  .btw-img{
      padding: 20px 0;
  }
  .cp-top{
      padding: 20px 0;
  }
  .shop-info{
    padding: 20px 0;
  }
  .contents h3{
      font-size: 0.85rem;
      line-height: 1.2;
	  padding-bottom: 10px;
  }
  .contents p{
      font-size: 0.65rem;
      line-height: 2;
	  -webkit-font-feature-settings: "palt";
      -moz-font-feature-settings: "palt";
      font-feature-settings: "palt";
  }
  .bold{
      font-weight: bold;
      line-height: 1.7;
      -webkit-font-feature-settings: "palt";
      -moz-font-feature-settings: "palt";
      font-feature-settings: "palt";
  }
  .shop-info__item--image,
  .shop-info__item--text{
    width: 100%;
  }

  .shop-info__item--text{
    padding-left: 0;
  }
  .splide{
    margin: 15px 0;
  }
  .next-page{
    font-size: 0.7rem;
    padding: 10px 0;
	text-align: left;
  }
}
.darshi{
  letter-spacing: -0.1rem;
}
.splide__slide img {
  width: 100%;
  height: auto;
}

.en-italic{
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  letter-spacing: 0.08em;
}

/*--------インフォメーション--------- */
@media screen and (min-width: 768px) {
  /* PC用設定*/
  .shop-info{
    display: flex;
    align-items: center;
    gap: 32px;
    width: calc(100% - 80px);
    max-width: 1200px;
    margin: 0 auto 80px auto;
    padding: 20px 38px;
    background: #f3f3f3;
    box-sizing: border-box;
  }
  .shop-info__item p{
    font-size: 0.7rem;
  }
  .shop-info__item--image{
    width: 55%;
    flex-shrink: 0;
  }
  .shop-info__item--text{
    width: 45%;
    padding-left: 40px;
    color: #444;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .shop-info__row{
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 14px;
    align-items: start;
    margin-bottom: 12px;
    text-align: left;
  }
  .shop-info__row dt{
    padding-right: 12px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .shop-info__row dd{
    min-width: 0;
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px){
	.shop-info{
    width: calc(100% - 60px);
    margin: 0 auto 20px auto;
    padding: 16px 14px;   /* ← ボックス内の左右余白 */
    background: #f3f3f3;
  }
  .shop-info__item p{
    font-size: 0.5rem;
  }
  .shop-info__item--image,
  .shop-info__item--text{
    width: 100%;
  }

  .shop-info__item--text{
    padding-left: 0;
    display: block;
  }

  .shop-info__list{
    width: fit-content;
    margin: 10px auto 0 auto;       /* ← 全体位置だけ中央 */
  }

  .shop-info__row{
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 10px;
    align-items: start;
    text-align: left;     /* ← 文字組みは左揃え */
  }

  .shop-info__row dt{
    padding-right: 8px;
    font-size: 0.7rem;
    line-height: 1.2;
    text-align: left;
  }

  .shop-info__row dd{
    min-width: 0;
    font-size: 0.7rem;
    line-height: 1.2;
    word-break: break-word;
    text-align: left;
  }
}

.shop-info__row dt,
.shop-info__row dd{
  margin: 0;
  padding: 0;
}

.shop-info__row dt{
  position: relative;
  font-weight: normal;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #666;
}

.shop-info__row dt::after{
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}

.shop-info__row a{
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

.shop-info__row a{
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

/*--------フッター--------- */
footer{
	background-color: #1F1F29;
}
footer p{
	color: white;
	padding: 20px 0; 
	margin: 0 auto;
	text-align: center;
}