@charset "UTF-8";

.Breadcrumb {
    padding: 1em;
}
.Breadcrumb-ListGroup {
    display: flex;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover {
    opacity: 0.5;
}
.Breadcrumb-ListGroup > * + * {
    margin-left: 0.5em;
}
.Breadcrumb-ListGroup > * + *::before {
    content: ">";
    margin-left: 0.75em;
    margin-right: 0.75em;
}
.basedesign {
    overflow: hidden;
    color: #333;
    font-family: serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    padding: 0px 30px;
}
.basedesign a:hover {
    color: #333;
}
.basedesign a:visited {
    color: #333;
}
.basedesign a:link {
    color: #333;
}
.basedesign a {
    text-decoration: none;
}
.hr01 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  background-size: 200% 1px;
  background-position: 100% 100%;
  padding: 0px 20px;
}
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 20px;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */    
/* Animation */    
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.btn01 {
    display: inline-block;
    padding: 5px 30px;
    background-color: #ffffff;
    color: #333333;
    border: solid 1px #333333;
    text-decoration: none;
    font-family: Arial;
    text-align: center;
    font-size: 13px;
    width: 300px;
}
.btn02 {
    display: inline-block;
    padding: 2px 8px;
    background-color: #ffffff;
    color: #333333;
    border: solid 1px #333333;
    text-decoration: none;
    font-family: Arial;
    text-align: center;
    font-size: 12px;
    width: 150px;
    
}btn01, .btn02 a:hover {
    color: #333;
}
.btn01, .btn02 a:visited {
    color: #333;
}
.btn01, .btn02 a:link {
    color: #333;
}
    
.speech-bubble {
    margin: 0px auto;
    text-align:left;
    padding:5px;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 10px;
    width: 90%;
    height: auto;
    margin-bottom:35px;
}
.speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 80%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 20px 15px 0;
    border-color: #f0f0f0 transparent transparent;
    z-index: 1;
}
.review {
  font-size: 36px;
  font-family: 'Allura', cursive; 
  color: #333;
  text-align: center;
}
   
.itemsub {
position: relative;
border-bottom: 3px solid #E9E9E9;
padding-bottom:5px;    
font-size:16px;
text-align:center;    
}

.itemsub::after {
position: absolute;
content: " ";
display: block;     
border-bottom: solid 3px #A49D95;
bottom: -3px;
width:15%;
}
    
/* flexbox*/
.flex-container {
    display: flex;
}
.left {
    flex-basis: 60%;
}
.right {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
}
.right-item {
    flex: 1;
    margin-bottom: 10px;
    padding: 5px;
}
.tb {
    margin: 0px auto;
}
.right-item td {
    padding: 3px;
    vertical-align: top;
    text-align: left;
    font-family: "icomoon", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 10px;
}

@media (max-width: 768px) {
.flex-container {
    flex-direction: column;
}
.left {
    flex-basis: 100%;
}
.right {
    flex-basis: 100%;
    display: flex;
    flex-direction: column; /* デフォルトの表示順序に戻す */
    align-items: flex-end; /* 要素を右寄せにする */
}
.right-item {
    width: 100%;
}
}    

/* TOPMENU */
.review-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align:center;
}
.reviewitem {
  width: calc(20% - 10px);
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;    
}
.reccom,.reviewitem p{
text-align: center;
font-family: "icomoon", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
font-size: 10px;
padding-bottom:10px;    
}    
    
.reviewitem img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .reviewitem {
    width: calc(33.33% - 10px);
  }
}    
/* Slider */
html, body {
    margin: 0;
    padding: 0;
}
.splide {
    width: 100%;
    margin: 0 auto;
}
.splide__track {
    margin-bottom: 30px;
}
.splide__slide {
    height: 100%;
}
.splide__slide img {
    width: 100%;
}
.splide-design {
    max-width: 960px;
    margin: auto;
}
@media (min-width: 768px) {
.splidePC {
    max-width: 500px;
    margin: auto;
}
.tablewidth {
    max-width: 60%;
}
@media (min-width: 768px) {
.tablewidth {
width:100%;
}
}
.category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_list-item {
  width: 25%;
  max-width: 25%;
  padding: 0px;
  text-align: center;
  color: #b39537;
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  margin: 10px;
}

.category_list-item a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .category_list {
    justify-content: center;
  }
  .category_list-item {
    width: 43%;
    max-width: 43%;
    margin-bottom: 15px;
  }
}    
