#container {
  max-width: 1200px;
  margin: 0 auto;
}
#main {
  width: 100%;
}


.mainContents {
  font-size: 14px;
  color:#696969;/*文字色*/
  padding: 1em;/* 内側余白 */
  letter-spacing: 0.1em;/*文字間*/
  line-height: 1.5;/*行間*/
}



    p {
    margin-bottom: 5px;
    padding-left: 1.5em;/* 内側余白 */
    padding-right: 1.5em;/* 内側余白 */
    }

    p.img_center{    
    text-align: center;
    margin-bottom: 5px;
    }




.display_sp {
    display: none !important;
}

.display_pc{
		display: block !important;
}

@media (max-width: 767px) {
    .mainContents {
        width: 100%;
    }
	.display_sp {
    display: block !important;
	}
	.display_pc{
		display: none !important;
	}
}



.product-details h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}




h2 {
    margin-bottom: 0.1em;
    padding: 1em;
    background-color: #ffffff;
    color: #696969;
    font-weight: bold;
    font-size: 15px;
}

h2.section-title:before {
  content: '';
  border-left: 2px dotted #02b6d1;
  margin-right: 0.5rem;
}





/* 背景色をつける */
.box1-5 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 1em;        /* 内側余白 */
    background-color:#ff7878; /* 背景の色 */
}

/* pタグの余白 */
.box1-5 p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    color:#ffffff;/*文字色*/
    letter-spacing: 0.2em;/*文字間*/
    font-weight: bold;/*文字太さ*/
}



/* 背景色をつける */
.box1-6 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 1em;        /* 内側余白 */
    background-color:#ffffff; /* 背景の色 */
}

/* pタグの余白 */
.box1-6 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color:#4c362c;
    letter-spacing: 0.2em;
    font-weight: bold;
}







/* ボタン */

a.button {
    background-color: #ffffff; /* 背景色 */
    color: #666666; /* 文字色 */
    text-align: left; /* 文字のアライメント */
    display: inline-block; /* ボタンの表示方法 */
    font-size: 12px; /* フォントサイズを小さく */
    font-family: Arial, sans-serif; /* フォント */
    margin: 2px 1px; /* 外側の余白を小さく */
    border: none; /* ボーダーなし */
    padding: 10px 20px; /* 内側の余白を小さく */
}





/* Flexbox PC↓ */
 .wrapper-2025777a {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 12px; /* フォントサイズ */
 }
 .archive-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
 }
 .archive-item {
   width: 33%; /* 基本左寄せだからここの数字で場所を調整 */
   padding: 20px;
   background-color: #fff;
   display: flex;
   flex-direction: column;
 }
 .archive-img-wrap {
   width: 100%;
   height: auto;
   margin-bottom: 10px;
 }
 .archive-img-wrap img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .archive-item:not(:nth-child(3n)) { /* archive-itemの4の倍数の時だけ○○する */
   margin-right: 30px;
 }
 .archive-ttl {
   margin-bottom: 5px;
   line-height: 1.5;
   background-color: #fff;
   flex-grow: 1;
 }



/* Flexbox SP↓ */

 .wrapper-2025777a-sp {
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 12px; /* フォントサイズ */
 }
 .archive-list-sp {
    display: flex;
    padding: 0;
    justify-content: space-between;
 }
 .archive-item-sp {
   width:33%; /*基本左寄せだからここの数字で場所を調整 */
   padding: 5px;
   background-color: #fff;
   display: flex;
   flex-direction: column;
 }
 .archive-img-wrap-sp {
   width: 100%;
   height: auto;
   margin-bottom: 10px;
 }
 .archive-img-wrap-sp img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .archive-item-sp:not(:nth-child(3n)) {
   margin-right: 10px;
 }
 .archive-ttl-sp {
   margin-bottom: 5px;
   line-height: 1.5;
   background-color: #fff;
   flex-grow: 1;
 }










.dotted-line {
  border: none;
  border-top: 1px dotted #ccc;
  margin: 10px 0;
}





/* ホットスポット共通設定 */
.img-hotspot {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.img-hotspot img {
  width: 100%;
  height: auto;
  display: block;
}
.img-hotspot a.hot {
  position: absolute;
  display: block;
  outline: 0px dashed rgba(255,0,0,0.3); /* 確認用 */
}

/* ===== PC ===== */
.pc .link-1  { left: 62%; top: 20%; width: 17%; height: 16%; }
.pc .link-2  { left: 53%; top: 40%; width: 15%; height: 16%; }
.pc .link-3  { left: 25%; top: 35%; width: 20%; height: 13%; }
.pc .link-4  { left: 4%; top: 25%; width: 20%; height: 12%; }
.pc .link-u1  { left: 62%; top: 72%; width: 15%; height: 11%; }
.pc .link-u2  { left: 30%;  top: 72%; width: 17%; height: 12%; }
.pc .link-u3  { left: 5%;  top: 78%; width: 18%; height: 16%; }
.pc .link-u4  { left: 66%;  top: 89%; width: 5%; height: 9%; }
.pc .link-u5  { left: 60%;  top: 89%; width: 5%; height: 9%; }
.pc .link-p1  { left: 54%;  top: 60%; width: 12%; height: 10%; }
.pc .link-p2  { left: 18%;  top: 50%; width: 15%; height: 15%; }
.pc .link-c1  { left: 35%; top: 53%; width: 12%; height: 15%; }

/* ===== SP  ===== */
.sp .link-1 { left: 2%; top: 35%; width: 23%; height: 8%; }
.sp .link-2  { left: 22%; top: 48%; width: 22%; height: 7%; }
.sp .link-3  { left: 5%; top: 62%; width: 32%; height: 8%; }
.sp .link-4  { left: 2%; top: 75%; width: 30%; height: 9%; }
.sp .link-u1  { left: 70%; top: 38%; width: 22%; height: 8%; }
.sp .link-u2  { left: 71%; top: 55%; width: 23%; height: 7%; }
.sp .link-u3  { left: 76%; top: 75%; width: 23%; height: 12%; }
.sp .link-u4  { left: 70%; top: 93%; width: 8%; height: 5%; }
.sp .link-u5  { left: 60%; top: 93%; width: 8%; height: 5%; }
.sp .link-p1  { left: 40%; top: 38%; width: 20%; height: 9%; }
.sp .link-p2  { left: 40%; top: 65%; width: 22%; height: 10%; }
.sp .link-c1  { left: 46%; top: 55%; width: 16%; height: 9%; }




/* ===== PC2 ===== */
.pc2 .link-1  { left: 67%; top: 23%; width: 23%; height: 75%; }
.pc2 .link-2  { left: 43%; top: 23%; width: 22%; height: 75%; }
.pc2 .link-3  { left: 22%; top: 23%; width: 20%; height: 75%; }
.pc2 .link-4  { left: 1%; top: 23%; width: 19%; height: 75%; }

/* ===== SP2  ===== */
.sp2 .link-1 { left: 23%; top: 11%; width: 73%; height: 20%; }
.sp2 .link-2  { left: 23%; top: 35%; width: 73%; height: 19%; }
.sp2 .link-3  { left: 23%; top: 58%; width: 73%; height: 19%; }
.sp2 .link-4  { left: 23%; top: 80%; width: 73%; height: 20%; }



/* ===== PC3 ===== */
.pc3 .link-1  { left: 67%; top: 23%; width: 23%; height: 75%; }
.pc3 .link-2  { left: 43%; top: 23%; width: 22%; height: 75%; }
.pc3 .link-3  { left: 22%; top: 23%; width: 20%; height: 75%; }
.pc3 .link-4  { left: 1%; top: 23%; width: 19%; height: 75%; }

/* ===== SP3  ===== */
.sp3 .link-1 { left: 23%; top: 11%; width: 73%; height: 20%; }
.sp3 .link-2  { left: 23%; top: 35%; width: 73%; height: 19%; }
.sp3 .link-3  { left: 23%; top: 58%; width: 73%; height: 19%; }
.sp3 .link-4  { left: 23%; top: 80%; width: 73%; height: 20%; }




@media (max-width: 767px) {
  .display_pc { display: none !important; }
  .display_sp { display: block !important; }
}
