.main_figure img{
    width:100%;
}
.confirm_not_set_image{
    background:#f2f2f2 !important;
}
.figure_contents a:hover{
background: gray;
}
.figure_contents a:focus{
    background: gray;
    }
.figure_contents:focus,.figure_contents:hover{
    background: gray;
}
.readonly::placeholder {
    color: #929292 !important; /* placeholder の文字色を黒に設定 */
}
#return_top:focus {
    background-color: gray;
}
#return_bottom:focus {
    background-color: gray;
}
.figure_contents{
    position:relative;
}
.main_title {
    width:90%;
    padding-bottom:30px;
    margin:0 auto;
}

.main_image{
    position: relative;
}

.figure_contents .not_set_image{
    min-height:250px;
    width:100%;
    background-color: #d7ebfe;
    border: 1px solid #929292;
}
.cmn-kv-1 > * {
    position: relative;
    max-height: 100%;
}
body main {
    padding-top:0px;
}
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #d7ebfe;
}
.main_info{
    margin:0 auto;
    width:90%;
}
.sub_info {
    padding: 0px 20px 0px 30px;
}
.pan_list_container{
    padding:15px 0px 10px 0px;
    width:90%;
    margin:0 auto;
}
.pan_list_container ul {
    font-size:11px;
}
.title,.infomation,.image_info p{
    width:100%;
    margin:0 auto;
    font-size:16px;
}
.post_body p{
    line-height:2.0;
}
.sns_list {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 900px) {
    .main_title h2{
        font-size:28px;
    }
    .select-container {
        display: flex;
        justify-content: space-between;
        width:60%;
    }
    .figure_contents .not_set_image{
        min-height:500px;
    }
    .sub_info {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .post_body .sns_list {
        max-width: 1200px;
        width:50%;
        margin: 0 auto;
    }
    .post_body .sub_info {
        max-width: 1200px;
        width:50%;
        margin: 0 auto;
        padding: 20px 0px 0px 0px;
        display: flex;
        justify-content: space-between;
    }
    .post_body .main_title{
        max-width: 1200px;
        width:50%;
        margin: 0 auto;
        padding: 20px 0px 20px 0px;
        display: flex;
        justify-content: space-between;
    }
    .post_body .main_info,.post_body .title_info {
        max-width: 1200px;
        width:50%;
        margin: 0 auto;
        padding: 20px 0px 20px 0px;
        display: flex;
        justify-content: space-between;
    }
    
    .post_body .pan_list_container {
        max-width: 1200px;
        width:50%;
        margin: 0 auto;
        padding: 20px 0px 20px 0px;
        display: flex;
        justify-content: space-between;
    }
    select {
        width: 30%; /* あるいは適当な幅を設定 */
        margin-bottom: 0;
    }
    .pc_ml-2{
        margin-left:2.0rem;
    }
    .contents{
        width:50%;
        margin:0 auto;
    }
}
.title .custom-input,.infomation .custom-input,.image_info .custom-input,.image .custom-input {
    width:100%;
}
.title .custom-text-area,.infomation .custom-text-area,.image_info .custom-text-area,.image .custom-text-area {
    width:100%;
}

#return_top {
    position: fixed;
    right: 0px;
    bottom: calc(3.5rem + 60px);
    z-index: 999;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: all 0.35s;
}
#return_top a {
    background: #d7ebfe !important;
}
#return_top a {
    background: #d7ebfe;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-decoration: none;
    z-index: 100;
    position: relative;
    border-bottom: 1px solid #929292;
}
#return_top a:before {
    color: black !important;
}
#return_top a::before {
    content: '▲'; /* 代わりのアップ矢印テキスト */
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#return_bottom {
    position: fixed;
    right: 0px;
    bottom: 3.5rem;
    z-index: 999;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: all 0.35s;
}
#return_bottom a {
    background: #d7ebfe !important;
}
#return_bottom a {
    background: #d7ebfe;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-decoration: none;
    z-index: 100;
    position: relative;
}
#return_bottom a {
    background: #222;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-decoration: none;
    z-index: 100;
    position: relative;
}
#return_bottom a:before {
    color: black !important;
}
#return_bottom a::before {
    content: '▼'; /* 代わりのダウン矢印テキスト */
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.basic_product_top_label{
    width:90%;
    text-align:center;
}
.center_width_max{
    width: 100%; 
    margin: 0 auto;
}
.flex_x_center {
    display: flex;
    justify-content: center;
}
.flex_center {
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.error_form{
    border:2px solid red !important;
}
#standard_product_info{
    text-align: center;
}
#standard_product_info5 table td{
    text-align:center;
}
.says_product_info{
    display: inline-block;
    margin: 5px 0 0 130px;
    padding: 17px 13px;
    border-radius: 12px;
    width: 75%;    
}
@media (max-width: 1030px){
    .main_figure{
        margin-top:50px;
    }
    .says_product_info{
        margin: 5px 0 0 90px !important;
    }
    .says {
        margin: 5px 0 0 90px !important;
    }
}
.itoshio_square .faceicon {
    float: left;
    margin-right: -90px;
    max-width: 170px !important;
}
.itoshio_square .faceicon img {
    float: left;
    margin-right: -90px;
    max-width: 170px !important;
}
.itoshio_ball .faceicon {
    max-width: 170px !important;
}
.itoshio_ball .faceicon img{
    max-width: 170px !important;
}


.images{
    width:100%; 
    margin:0 auto;
}
main .info_pc{
    width:100%;
    margin:0 auto;
}

#first_stadard_product_info,#standard_product_info3,#standard_product_info4,#standard_product_info5 {
    width: 85%;
    margin: 0 auto;
}


@media screen and (min-width: 900px){
    #standard_product_info3, #standard_product_info4, #standard_product_info5 {
        border: 0.1px solid #929292;
        padding: 20px;
        border-radius: 0.25rem;
    }
}
@media (min-width: 1000px){
    main .info_pc {
        padding-left: 2rem !important;
    }
}
@media (max-width: 1000px){
    #standard_product_info,#first_stadard_product_info,#standard_product_info3,#standard_product_info4,#standard_product_info5 {
        width: 95% !important;
        margin: 0 auto;
    }
}
.product_body h2 {
    border-bottom: 0.1px solid #929292 !important;
    margin: 10px auto 30px !important;
}
main{
    overflow: hidden;
}
@media (max-width: 1000px){
    .custom-text-area {
        width:90% !important;
    }
    .custom-input{
        width:90% !important;
    }
    .main_title h2{
        font-size:22px;
    }
}
#standard_product_info .custom-input{
    max-width:700px;
}
.custom-text-area {
    height: 200px;
    width:90%;
    color: black;
    padding: 10px;
    margin-top: 0.5rem !important;
    background-color:#d7ebfe;
    margin: 0 auto;
    border:1px solid #929292;
}
.custom-input{
    width:90%;
    color: black;
    padding: 10px;
    margin-top: 0.5rem !important;
    background-color:#d7ebfe;
    border:1px solid #929292;
}

.custom-input_table{
    width:90% !important;
    color: black !important;
    padding: 10px;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    background-color:#d7ebfe;
}
.entity{
    text-align:center;
}
label{
    display: block;
}
.c-box[data-type=attention] {
    width:90% !important;
    margin:0 auto;
    margin-top:1rem !important;
    max-width:700px;
}
.mySwiper2{
    width:100% !important;
}
.swiper-button-next,
.swiper-button-prev {
color:black !important;
}
.not_set_image{
background-color:#d7ebfe;
}
.not_set_image_footer{
background-color:#d7ebfe;
}
.info_pc{
width:100%;
}
@media (min-width: 1000px){
.mb_shipping_info{
    display: block !important;
}

}
@media (max-width: 1000px){
.pc_shipping_info{
    display: none !important;
}
}
.mb_shipping_info{
display: none;
}
.square_image_footer {
position: relative !important;
}
.square_image_footer::before {
content: "" !important;
display: block !important;
padding-top: 100% !important;
}

.square_image_footer img {
position: absolute !important;
width: 100% !important;
height: 100% !important;
top: 0 !important;
object-fit: cover !important;
}
.font_rich_itoshio_head{
font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
font-size:24px;
}
.custom-input_table::placeholder {
    color: #929292; /* placeholder の文字色を黒に設定 */
}
.custom-text-area::placeholder {
    color: #929292; /* placeholder の文字色を黒に設定 */
}
.swiper-button-next:after, .swiper-button-prev:after {
text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
#select_image11{
display: none !important;
}
#select_craft_image2 {
    display: none !important;
}

.infomation-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
    color: black;
    padding: 1px;
    background-color:#d7ebfe;
    z-index: 1000;
}
  .square_image_product::before {
    content: "" !important;
    display: contents !important;
    padding-top: 100% !important;
  }
.thumbs {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: 0 auto;
}
.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbs img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* object-fit: cover; */
}
.top-left {
  color: #a0a7b4;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 6px 0 0;
}

@media (max-width: 960px){
  .top-left {
  position: absolute;
  top: 30%;
  left: 10%;
  font-size:10px;
}
}

@media only screen and (min-width: 900px){
  .top-left {
  position: absolute;
  top: 31%;
  left: 19%;
  font-size:16px;
}
}
.swiper-slide-hidden{
  display: none !important;
}

#modal-11 {
    opacity: 0;
}
.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  color: black;
  padding: 10px;
  background-color:#d7ebfe;
  z-index: 1000;
}
.square_image_product::before {
  content: "" !important;
  display: contents !important;
  padding-top: 100% !important;
}
.delete_btn{
  /* cursor: pointer;
  position: absolute;
  right: -12px;
  top: -5px; */
  font-size:20px;
  position: absolute;
  top: 0px;
  right: 10px;
  height:20px;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  z-index: 1001;
}
.thumbs {
width: 100%;
max-width: 300px;
position: relative;
margin: 0 auto;
}
.thumbs::before {
content: "";
display: block;
padding-top: 100%;
}
.thumbs img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
/* object-fit: cover; */
}
.top-left {
color: #a0a7b4;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 6px 0 0;
}

@media (max-width: 960px){
.top-left {
position: absolute;
top: 30%;
left: 10%;
font-size:10px;
}
}

@media only screen and (min-width: 900px){
.top-left {
position: absolute;
top: 31%;
left: 19%;
font-size:16px;
}
}
.swiper-slide-hidden{
display: none !important;
}

.not_view{
    display: none;
}
.add_view{
    display: block;
}
#unit_select{
            border :1px solid  rgba(0,0,0,0.1);
            width: 100%;
            height: 45px;
        }
        .read_only {
            background-color: gray !important;
        }


.ball_figure{
max-width: 200px; 
width:90%;
}
.ball_img{
width:100px;
height:100px;
}
.label_td{
width:20%;
}
@media (max-width: 1000px){
.label_td{
width:25% !important;
font-size:12px !important;
}
.ball_figure{
max-width: 65px !important;  
width:90% !important;
}
.ball_img{
width:65px !important;
height:65px !important;
}
.says {
margin: 5px 0 0 80px !important;
}
}
#standard_product_info5 table td {
padding: 0px !important;
vertical-align: middle !important;
}

#standard_product_info5 table {
width: 100%;
}

.itoshio_ball {
width: 100%;
overflow: hidden;
}

.itoshio_square {
width: 100%;
overflow: hidden;
}
.itoshio_square .faceicon {
    float: left;
    margin-right: -90px;
    max-width: 135px;
    width: 90%;
}

.itoshio_ball .faceicon {
    float: left;
    margin-right: -90px;
    max-width: 135px;
    width: 90%;
}
@media (max-width: 1030px){
.itoshio_ball .faceicon {
max-width: 75px !important;
}

.itoshio_square .faceicon {
max-width: 75px !important;
}
}

.itoshio_ball .faceicon img{
width: 100%;
height: auto;
border-radius: 50%;
}

.itoshio_square {
width: 100%;
overflow: hidden;
}
.itoshio_square .faceicon img{
float: left;
margin-right: -90px;
max-width: 200px;
}

.itoshio_ball .chatting {
width: 100%;
}

.says_product_info{
    display: inline-block;
    margin: 5px 0 0 120px;
    padding: 17px 13px;
    border-radius: 12px;
    width: 75%;    
}

.says {
display: inline-block;
position: relative; 
margin: 5px 0 0 120px;
padding: 17px 13px;
border-radius: 12px;
background-color: #F2F2F2;
width: 75%;
}

.says:after {
content: "";
display: inline-block;
position: absolute;
top: 18px; 
left: -24px;
border: 12px solid transparent;
}

.Grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.product_header_icon{
    filter: invert(14%) sepia(49%) saturate(5555);
}
.s {
    background-color: #f87e7e;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 12px;
}
.alert_level_3 {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 12px;
}

.alert_level_1{
    font-size:12px !important;
}
.alert_level_2{
    font-size:12px !important;
}
.alert_level_3{
    font-size:12px !important;
}

.swiper{
    width: 300px;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  margin:0 auto;
  width: 300px;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

    .btn_cart_color{
background-color: #FC5900;
margin: auto;
    display: flex !important;
    width:100%;
}
.btn_before_color{
  background-color: #6592C6;
}
.active {
    display: content;
}

.remove{
    display: none;
}

.div_set_active{
    display: block;
    margin:0 auto;
}
.div_set_not{
    display: none;
}
table{
    margin:0 auto;
}
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
}

.product_header_icon{
    filter: invert(14%) sepia(49%) saturate(5555);
}
    .div_set_not{
    display: none !important;
}
    .border_clump{
        border-bottom: 3px solid #f0f1f4;
    }
.figure_mb img {
    max-width: 54px;
    max-height: 54px;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
    .swiper{
        width: 300px;
    }
    #unit_table{
        /* display: none; */
    }
    .btn_cart_color{
background-color: #FC5900;
margin: auto;
    display: flex !important;
    width:100%;
}
.btn_before_color{
  background-color: #6592C6;
}
.active {
    display: content;
}

.remove{
    display: none;
}

.div_set_active{
    display: block;
    margin:0 auto;
}
.div_set_not{
    display: none !important;
}
table{
    margin:0 auto;
}
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  margin:0 auto;
  width: 300px;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
.confirm_image{
width:20%;
height:20%;
margin:0 auto;
}
.btn_cart_color{
background-color: #FC5900;
margin: auto;
display: flex !important;
width:100%;
}
.btn_before_color{
background-color: #6592C6;
}
.active {
display: content;
}

.remove{
display: none;
}

.div_set_active{
display: block;
margin:0 auto;
}
.div_set_not{
display: none;
}

table{
margin:0 auto;
}
table, th, td {
border-collapse: collapse;
border: 1px solid #ccc;
line-height: 1.5;
}

table th {
width: 150px;
padding: 10px;
font-weight: bold;
vertical-align: top;
background: #3f3f3f;
color: #ffffff;
}
table td {
width: 350px;
padding: 10px;
vertical-align: top;
}

.modal_chat {
    display: none;
  }
  .triangle-btn {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #333 transparent transparent transparent;
  }
  .triangle-btn-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #333 transparent;
  }
  
  .modal_chat.is-open {
    display: block;
  }
  
    /* SNS ボタンのグループ */
.snsButtons {
  
}
.snsButtons a {
  text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
  display: inline-block;  /* 水平に並べる */
  list-style-type: none;  /* 先頭のポッチを消す */
  margin: 2px;
  padding: 6px 0px;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
  opacity: 0.7;
}
/* クリックしたとき */
.snsButtons li:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/* アイコン部分 */
.snsButtons i {
  font-size: 18pt;
  min-width: 40px;
  margin: 0px;
  padding: 0px 0px 0px 8px;
  vertical-align: bottom;
}
/* テキスト部分 */
.snsButtons_label {
  min-width: 80px;
  display: inline-block;
  padding: 0px 8px 0px 0px;
  text-align: center;
  font-size: 12pt;
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter  { background: #1da1f2; }
.snsButtons_facebook { background: #3b5998; }
.snsButtons_pocket   { background: #ee4056; }
.snsButtons_google   { background: #dd4b39; }
.snsButtons_line   { background: #1dcd00; }
.snsButtons_insta   { background: #3f729b; }



    .lightbox {
top:100px !important;
    }
        /* 画像をクリックした際の全画面表示用のスタイル */
        .lightbox-overlay {
            background: rgba(0,0,0,0.85);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }
        .lightbox-image {
            max-width: 100%;
            max-height: 100%;
        }
.product_name_pc{
    display: block;
    width: 100%;
    padding-bottom:15px;
    border-bottom: 2px solid black;
    font-size:38px;
}
.product_shipping_pc{
    display: block;
    width: 100%;
    padding-bottom:15px;
    font-size:26px;
}
    .product_info_pc {
        width:65%;
        margin:0 auto;
    }
    .product_info_pc p {
        font-size:20px;
    }
    @media screen and (max-width: 1000px) {
        .product_info_mobile{
            width:90% !important;
        }
        .product_info_h{
            border-top:1px solid  rgba(0,0,0,0.1);
        }
        .product_info_pc p {
            font-size:14px !important;
        }
        .product_info_mobile_h{
            text-align:center;
            margin: 0 0 0 auto;
        }
    }
.square_image {
  display: block !important;
  position: relative !important;
}
.square_image::before {
  content: "" !important;
  display: block !important;
  padding-top: 100% !important;
}
 
.square_image img {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  object-fit: cover !important;
  z-index: 1000;
}
    .swiper-slide-active p{
                            display: contents;
                        }
                        .swiper-slide-next p {
                            display: none;
                        }
                        .figure_image_top {
                            /* background-color: gray; */
                            position: relative;
                        }
    .wrap {
  padding-top: 3rem;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
/************* 共通スタイルここまで **************/
/************* タブ *************/
.tab-container {
  display: flex;
  border-bottom: 3px double #2e2d2d
}
.tab {
  position: relative;
  padding: 1em;
  background-color: #ddd;
  transition: all .2s;
  cursor: pointer;
}
.tab:not(:last-of-type) {
  margin-right: 1em;
}
.tab{
    width: 32.6%;
}
/* タブ現在値 */
.current {
  color: #eaeaea;
  background-color: #3972a7;
}
.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #28295e;
}
/************* メニュー *************/
.menu-box {
  width: 100%;
}
.menu_explain {
  padding: 2em 1em;
  background-color: #eee;
  transition: all .2s;
  cursor: pointer;
}

    .modal_td{
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    #btn_cart::before{
        /* display:inline;
        content:'';
        background-image: url("https://itoshio.com/storage/icons/cart.svg");
        background-repeat: no-repeat;
        background-size: contain;
        height:30px;
        width:30px;
        color:#1cc2c0;
        padding-right: 25px; */
    }
    #btn_before::before{
        /* display:inline;
        content:'';
        background-image: url("https://itoshio.com/storage/icons/purchase.svg");
        background-repeat: no-repeat;
        background-size: contain;
        height:30px;
        width:30px;
        color:#1cc2c0;
        padding-right: 25px; */
    }
    #unit_select::after{
        display:inline;
        content:'';
        background-image: url("https://itoshio.com/storage/icons/before_arrow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        height:11px;
        width:11px;
        color:#1cc2c0;
        padding-right: 25px;
        float:right;
        margin-top: 4px;
    }
#table_detail
{
 width:90%;
 text-align:left;
 border-collapse: collapse;
 color:#2E2E2E;
 border:#A4A4A4;
}
#table_detail tr:hover
{
 cursor:pointer;
}
#table_detail .hidden_row
{
 display:none;
 width: 90%;
}
[type='radio'] {
    transform: scale(1.2);
    margin-right: 7px;
}
       .table_detail_tr{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    
.shop_info_mb{
    display : none;
}

.category_list_pan_pc{
        margin-top:45px;
    }

    @media screen and (max-width: 1000px) {
        .category_list_pan_mobile {
            margin-top:40px !important;
            margin-bottom:20px;
        }

        .shop_info_pc{
            display : none !important;
        }
        .shop_info_mb{
            display : block !important;
        }
    }

    @media screen and (min-width: 1000px) {
.detail_top{
    padding-top:60px;
}
}
    input[type=radio] {
z-index:20000;
}
.border_info{
    padding-bottom: 15px;
    border-bottom: solid 1px #ffffff !important;
}
.info{
    width: 90%;
}
.content_pc_info{
    /* height: 100%; */
    padding-bottom: 30px;
}
.modal {
    background: rgba(0,0,0,0.5);  /* 半透明の背景を設置 */
    position: fixed;              /* 表示位置に固定 */
    width: 100%;                  /* 横幅を幅いっぱい */
    height: 120%;                 /* 高さを縦幅いっぱい */
    top: 0;                       /* 上から0pxの位置 */
    left: 0;                      /* 左から0pxの位置 */
    display: none;                /* 最初は非表示にする */
    box-sizing: border-box;       /* 余白や幅の計算を簡単にする */
    margin: 0 auto;               /* 左右中央に配置*/
    padding: 50px;                /* 上下左右に適度な余白 */
    overflow: auto;
}
.modal__con{
    background-color: #fff;
    position: fixed;              /* 表示位置に固定 */
      padding: 30px;
      border-radius: 4px;
      overflow-y: auto;
      box-sizing: border-box;
      width:100%;
      height: 120%;
      max-height: 100vh;
}
    ul.horizontal-list {
	overflow-x: auto;
	white-space: nowrap;
    width: 70%;
    margin: 0 auto;
}
li.item {
	display: inline-block;
	margin: 16px;
}	
     .content_pc{
        /* height: 100%; */
        padding-bottom: 30px;
    }

    .black{
        background-color: #ffffff;
    }

    .brown{
        background-color: #ffffff;
    }

    .btnmobile {
        width: 75% !important;
        margin: 0 auto;
    }
    @media (max-width: 1100px){
        .content_tab_info{
        height: 100%;
    }
    .swiper-slide-active p{
        font-size: 11px;
    }
    .logo_mb{
    width: 140px !important;
}
    .mobile_info{
          display: none !important;
      }
    }
    .mobile_list{
        display: none;
    }
    .mobile{
        width: 90%;
        margin: 0 auto;
    }
    
    .main_pc{
    height: 1200px;
    }
@media screen and (max-width: 1300px) {
.main_tb{
height: 900px;
}
.shadow_mb{
    display: none !important;
}
}
  @media (max-width: 1000px){
    .mobile_list{
        display: block;
    }
    
    .main_mb{
    height: 867px;
    }

    .modal__content_mb{
    width: 98% !important;
}
.mySwiper_mb{
width:100% !important;
}

.swiper_mb{
width:100% !important;
}

    .pc_list{
        display: none !important;
    }

    .content_mb_info{
        /* height: 100%; */
        padding-bottom: 20px;
    }
    .btnmobile {
        width: 100% !important;
    }
    .content_mb{
        /* height: 100%;
        padding-bottom: 20px;
        padding-top: 70px; */
    }
   
    .slide_mb{
        height: 90px !important;
        max-width: 100% !important;
    }
    .horizontal-list_mb{
        width: 100% !important;
    }
    .text{
        font-size: 12px;
    }
  }

    .swiper-slide{
        /* height: 330px; */
    }
    .sride{
        height: 300px;
    }
    .tags{
        margin-top: 35px;
    }

    .rate-form {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    }
    .rate-form input[type=radio] {
    display: none;
    }
    .rate-form label {
    position: relative;
    padding: 0 5px;
    color: #ccc;
    cursor: pointer;
    font-size: 35px;
    }
    .rate-form label:hover {
    color: #ffcc00;
    }
    .rate-form label:hover ~ label {
    color: #ffcc00;
    }
    .rate-form input[type=radio]:checked ~ label {
    color: #ffcc00;
    }

    .border{
    /* border: 3px solid #003399; */
    }

    .star-rating {
    position: relative;
    font-size: 36px;
    }
    .star-rating::before, .star-rating::after {
    content: "★★★★★";
    color: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    }
    .star-rating::after {
    color: #ffb448;
    overflow: hidden;
    }
    .star-rating[data-rate="0"]::after {
    width: 0px;
    }
    .star-rating[data-rate="0.5"]::after {
    width: 18px;
    }
    .star-rating[data-rate="1"]::after {
    width: 36px;
    }
    .star-rating[data-rate="1.5"]::after {
    width: 54px;
    }
    .star-rating[data-rate="2"]::after {
    width: 72px;
    }
    .star-rating[data-rate="2.5"]::after {
    width: 90px;
    }
    .star-rating[data-rate="3"]::after {
    width: 108px;
    }
    .star-rating[data-rate="3.5"]::after {
    width: 126px;
    }
    .star-rating[data-rate="4"]::after {
    width: 144px;
    }
    .star-rating[data-rate="4.5"]::after {
    width: 162px;
    }
    .star-rating[data-rate="5"]::after {
    width: 180px;
    }

    html,
    body {
    position: relative;
    height: 100%;
    }

    body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    }

    .swiper {
    width: 100%;
    }

    .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }

    .swiper-slide img {
    /* display: block; */
    /* width: 100%; */
    /* height: auto; */
    /* object-fit: cover; */
    }

    body {
    background: #000;
    color: #000;
    }

    .swiper {
    margin-left: auto;
    margin-right: auto;
    }

    .swiper-slide {
    background-size: cover;
    background-position: center;
    }

    .mySwiper2 {
    width: 86%;
    }

    .mySwiper {
    box-sizing: border-box;
    padding: 10px 0;
    }

    .mySwiper .swiper-slide {
    width: 25%;
    /* height: 100%; */
    opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    }

    .swiper-slide img {
    
    }
    .sride{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

* {
  box-sizing: border-box;
}
/* モーダルを開いた時の外側のレイヤー */
.over-lay {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  opacity: 0.7;
}

.wrapper {
  max-width: 400px;
  margin: 0 auto;
}
/* モーダルウィンドウ */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* max-width: 400px; */
  width: 100%;
  background-color: #fff;
  z-index: 15000;
}
/* モーダルを開いたとき */
.modal.active,
.over-lay.active {
  display: block;
}

.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 10px;
    /* border: 1px solid #CCC; */
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    /* height: 50px; */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%); */
    /* background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%); */
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #e3d29f;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

.img_sc{
    /* mix-blend-mode: screen; */
}

.square{
  position: relative !important;
}

.img_square{
  /* position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  height: auto !important;
}
.square:before {
    content: "";
  display: block;
  padding-top: 50%;
}
.sub{
border: 2px solid #003399;
}