@charset "UTF-8";
/* CSS Document */


/* WordPressのテーブルブロックの初期化 */
.wp-block-table {
    width: auto;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: none;
}
.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
    border: none;
    margin: 0;
    padding: 0;
}
.wp-block-table th {
    font-weight: normal;
}
.wp-block-table td,
.wp-block-table th {
    padding: 0;
    border: none;
    text-align: left;
}
.wp-block-table tbody tr:nth-child(odd) {
    background: none;
}
.wp-block-table thead {
    border-bottom: none;
}
.wp-block-table tfoot {
    border-top: none;
}
/* ここまで */

/*input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}*/

/* buttonリセット */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    box-shadow: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* ここまで */

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
	box-sizing: border-box;
	letter-spacing: 0.02em;
  color:#3c3c3c;
}

div,section{
	box-sizing: border-box;
	letter-spacing: 0.02em;
	color:#3c3c3c;
}

body {
  line-height:1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
  padding-top: 160px;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
transition: 0.5s;
}

a:hover{
	opacity: 0.8;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

.eng *{
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
}

.min *{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.min02 *{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.fw-n{
  font-weight: normal !important;
}

.eng{
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
}

.min{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.min02{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

.oz_profileListSec01_btnBtn {
  -webkit-appearance: none;
}

.sp{
	display: none;
}

.fw-n{
  font-weight: normal;
}

.oz_mb65{
  margin-bottom: 65px;
}

.oz_mb70{
  margin-bottom: 70px;
}

/* main */
.oz_spLogo,.oz_spHead,.oz_navFirst,.spFoot{
  display: none;
}

	.baseCl{
		background: var(--color_sub);
	}
	
	.oz_head{
		position: absolute;
		height:auto;
		width: 100%;
		box-sizing: border-box;
		z-index: 100;
    top:0;
    left: 0;
	}

.oz_head.oz_pageHead{
  background: #ffffff !important;
}
	
	.oz_menuBox{
		display: flex;
		align-items: center;
    width: 90%;
    max-width: 1100px;
    margin: auto;
	}

  .oz_logo{
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
  }  

  .oz_logo .oz_h1span{
    font-size: 28px;
    font-weight: normal;
  }  

  .oz_logo .oz_h1span a{
    color: initial;
  }
  
  .oz_headText{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  
  .oz_headText_pt01{
    margin-right: 20px;
    font-size: 16px;
  }
  
  .oz_headText_pt01_span{
    color:var(--color_sub);
  }
  
  .oz_headText_pt02{
    font-size: 25px;
    display: flex;
    align-items:center;
    margin-right: 20px;
  }
  
  .oz_headText_pt02_span{
    display: flex;
    margin-right: 8px;
    font-size: 16px;
  }

.ft20{
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
}

.oz_headlink{
  text-decoration: none;
}
	
	.oz_headlink.oz_headBtn{
		font-size: 16px;
		color:#ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 130px;
		border-radius: 100px;
    text-decoration: none;
}

	
.oz_header_wrap{
  padding:15px;
  position: relative;
  height: 80px;
      display: flex;
    justify-content: space-between;
  align-items: center;
  width: 90%;
    margin: auto;
    max-width: 1600px;
}

.oz_headline_inner{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

	@media screen and (min-width:1101px){
    .oz_menuBox .oz_menuBoxList{
      position: relative;
		}
    
  .oz_menuBox{
    width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
	}
    
  .oz_logo02{
    padding-left: 50px;
  }  
    
    .oz_menuBox .oz_headlink{
      padding: 10px;
      display: block;
    }
    
    .oz_headlink_text02{
      font-size: 20px;
      margin-bottom:0;
      color:var(--color_sub);
      display: block;
      width: 100%;
    }
    
    .oz_headlink_text01{
      font-size: 14px;
      display: block;
      width: 100%;
    }
    
	}

  .oz-image{
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
  }
  
  .oz-image_img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
  }
  
        .single-image .oz-image_img{
            display: block;
            margin: 0 auto;
        }
  
  .oz_maintext{
    position: absolute;
    top:calc(50% - 88px);
    width: 100%;
    text-align: center;
  }

.oz-slider .slick-slide .oz_maintextimg {
    display: inline;
}

  .oz_TopSec01{
    padding: 140px 0 110px;
	background-image: url("../images/oz_sec01Bk.png");  
    background-size: cover;
    background-position: center left;
  }
  
  .oz_content{
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }

  .oz_TopSec01 .oz_content{
    display: flex;
    justify-content: flex-end;
  }
  
  .oz_TopSec01_cont{
    width: 50%;
  }
  
  .oz_Title{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 50px;
    line-height: 1.5em;
  }
  
  .oz_SubTitle{
    display: block;
    font-size: 15px;
    color:var(--color_sub);
    line-height: 1.5em;
  }
	  
.oz_TopSec02{
  padding: 160px 0 80px;
  background:url("../images/oz_sec02BK.png") center;
  background-size: cover;
}

.oz_tc{
  text-align: center;
}

  .oz_TopSec02_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .oz_TopSec02_item{
    width: calc((100% - 130px) / 3);
    margin-right: 65px;
  }
  
  .oz_TopSec02_item:nth-child(3n + 3),
  .oz_TopSec02_item:last-child{
    margin-right: 0;
  }
  
  .oz_TopSec02_item:nth-child(N + 4){
    margin-top: 40px;
  }
  
  .oz_TopSec02_item_img{
    text-align: center;
  }
  
  .oz_TopSec02_item_text01{
    text-align: center;
    margin: 20px 0;
    font-size: 22px;
  }

.oz_TopSec03{
  padding: 100px 0 160px;
  background:url("../images/oz_sec03BK.png") center;
  background-size: cover;
}

  .oz_TopSec03Cont{
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    align-items: center;
  }
  
  .oz_TopSec03Cont_box01{
    width: 50%;
    padding: 40px 50px;
  }
  
  .oz_sec03Img{
    object-fit: cover;
    object-position: center;
    height: auto;
    width:100%;
    aspect-ratio:1/1.314;
  }
  
  .oz_TopSec03Cont_box02{
    width: 50%;
    padding: 20px;
  }
  
  .oz_profText01{
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .oz_profText_span{
    font-size: 22px;
    display: inline-block;
    margin-left: 10px;
  }
  
  .oz_profText02{
    color:#93835c;
    margin-bottom: 50px;
  }
  
  .oz_profBtn{
    display: inline-flex;
    font-size: 16px;
		color:#ffffff;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 180px;
		border-radius: 100px;
    text-decoration: none;
    background:var(--color_sub);
    margin-top: 50px;
  }

  .oz_TopSec04{
    padding:130px 0 100px;
  }
  
  .oz_week{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .oz_date{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    height: 90px;
    width:90px;
    margin:0 10px;
    background: #e2e2e2;
    color: #7e7e7e;
    font-size: 16px;
    text-align: center;
  }

.oz_date_block{
  text-decoration: none;
  color:#7e7e7e;
}
  
  .oz_dateText{
    font-size: 22px;
    color:#7e7e7e;
  }
  
  .oz_date.oz_sun{
    background: #fddfe8;
  }
  
  .oz_date.oz_mon{
    background: #3c3c3c;
  }  
  
  .oz_date.oz_mon .oz_date_block,
  .oz_date.oz_mon .oz_dateText{
    color:#ffffff;
  }  

.oz_TopSec04Cont_box_link{
  text-decoration: none;
}
  
  .oz_TopSec04Cont{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  
  .oz_TopSec04Cont_box{
    width: calc((100% - 60px) / 3);
  }
  
  .oz_TopSec04Cont_box:nth-child(3n + 2){
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .oz_TopSec04Cont_img{
    width: 100%;
    height: auto;
    aspect-ratio:1/1.311;
    position: relative;
  }
  
  .oz_sec04Img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  
  .oz_TopSec04Icon{
    padding: 8px 20px;
    background: #f45f8c;
    color:#ffffff;
    position: absolute;
    top:10px;
    left: 10px;
  }
  
  .oz_TopSec04Schedule{
    text-align: center;
    padding: 8px;
    position: absolute;
    left: 10px;
    bottom:15px;
    width: calc(100% - 20px);
    background: rgba(255 255 255 / 90%);
  }
  
  .oz_TopSec04Span{
    color:var(--color_sub);
  }
  
  .oz_TopSec04Text01{
    font-size: 14px;
    margin-top: 10px;
  }
  
  .oz_TopSec04Text02{
    font-size: 22px;
  }
  
  .oz_TopSec04Text03{
    font-size: 14px;
    margin-bottom: 20px;
    color:#93835c;
  }
  
  .oz_TopSec04list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_TopSec04item{
    padding: 5px 10px;
    border:1px solid #bfbfbf;
    margin-right: 8px;
    font-size: 15px;
  }
  
  .oz_linkBtnWrap{
    text-align: center;
  }
  
  .oz_linkBtn01{
    display: inline-flex;
    font-size: 16px;
		color:#ffffff;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 260px;
		border-radius: 100px;
    text-decoration: none;
    background:var(--color_sub);
    margin-bottom: 20px;
  }  
  
  .oz_linkBtn02{
    display: inline-flex;
    font-size: 16px;
		color:var(--color_sub);
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 260px;
		border-radius: 100px;
    text-decoration: none;
    border:1px solid var(--color_sub);
  }    
  
  .oz_TopSec05{
    padding: 95px 0 100px;
    background:url("../images/oz_sec05BK.png") center;
    background-size: cover;
  }

  .oz_TopSec05 .oz_wt,
  .oz_TopSec05 .oz_SubTitle{
    color:#ffffff;
  }
  .oz_TopSec05_cont{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    margin-bottom: 30px;
  }
  
  .oz_TopSec05_img{
    aspect-ratio:1/0.684;
    padding: 10px;
    width: 50%;
  }
  
  .oz_sec05Img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  
  .oz_TopSec05_box{
    padding: 10px;
    width: 50%;
  }  

  .oz_TopSec05_boxText01{
    margin: 10px 0;
    font-size: 18px;
  }
  
  .oz_TopSec05_boxText02{
    margin-bottom: 15px;
    font-size: 13px;
    color:#93835c;
  }
  
  .oz_linkBtnWrap02{
    margin-top: 60px;
  }


.oz_spfoot{
 position: fixed;
  bottom:-100px;
}

.oz_spfoot02{
 position: fixed;
  bottom:-100px;
}

  .oz_foot{
    padding: 145px 0 50px;
    background: var(--color_footer);
    text-align: center;
  }
  
  .foot_logo{
    font-size: 44px;
    color:#ffffff;
    margin-bottom: 10px;
  }
  
  .foot_tel__link {
    text-decoration: none;
    color:#ffffff;
  }
  
  .foot_tel__text01{
    color:#ffffff;
    font-size: 32px;
    line-height: 1.5em;
  }
  
  .foot_tel__text02{
    color:#ffffff;
    font-size:14px;
    line-height: 1.5em;
  }
  
.oz_footTel{
  display: inline-block;
  margin-right: 10px;
}

  .oz_foot__cont02__ListWrap{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  
.oz_foot__cont02__List{
  margin-top: 8px;
}

  .oz_foot__cont02__List .oz_tdnone{
    color:#ffffff;
    font-size: 15px;
    text-decoration: none;
  }
  
  .oz_foot__cont02__List:not(:last-child):after{
    content:"　｜　";
    color:#ffffff;
  }
  
  .oz_foot__cont02__copy{
    text-align: center;
    margin-top: 30px;
    color:#ffffff;
    font-size: 12px;
  }

/* ver02 top */
  .oz_headWrap02{
    display: flex;
    align-items: baseline;
    margin-top: 10px;
  } 
  
  .oz_headText02_pt01{
    margin-left: 20px;
    font-size: 16px;
  }
  
  .oz_headText02_pt02{
    font-size: 28px;
    display: flex;
    align-items:center;
    margin-left: 20px;
    line-height: 1em;
  }

.oz-slider02Wrap{
  width: 100%;
  overflow: hidden;
}

  .oz-slider02{
    width: 100%;
    margin: auto;
    overflow: visible;
  }
  
  .oz-slider02 .slick-list{
    overflow: visible !important;
    margin: auto;
    width: 100%;
    max-width: 1000px;
  }
  
  .oz-slider02 .oz-image02{
    padding: 0 25px;
  }
  
          .oz-slider02 .slick-dots li button:before {
            font-size: 12px;
            color: black;
            opacity: 0.75;
        }

        .oz-slider02 .slick-dots li.slick-active button:before {
            color: black;
            opacity: 1;
        }

        .oz-slider02 .slick-dots {
            display: flex !important;
            justify-content: center;
          position: absolute;
          width: 100%;
          bottom:20px;
          left: 0;
        }

        .oz-slider02 .slick-dots li {
            margin: 0 5px;
          text-indent:-9999px;
          height: 10px;
          width:10px;
          background: #d9d9d9;
          border-radius: 100px;
        }
  
  .oz-slider02 .slick-dots li.slick-active{
    background: var(--color_sub);
  }

  .oz_TopSec01_b{
    padding: 80px 0 100px;
  } 
  
  .oz_TopSec01_b_Box{
    max-width: 620px;
    margin: auto;
  }
  
  .oz_TopSec01_b_Box:not(:last-child){
    margin-bottom: 60px;
  }

  .oz_TopSec01_b_text01{
    margin-bottom: 5px;
    color:#93835c;
    font-size:13px;
  }
  
  .oz_TopSec01_b_text02{
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
  }
  
  .oz_TopSec01_b_text03{
    font-size: 16px;
    text-align: justify;
  }

.oz_TopSec_slide{
  width: 100%;
  overflow: hidden;
  padding: 145px 0 90px;
}

  .oz_topSlide_list__img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.312;
    position: relative;
  }
  
  .oz_topSlide_list__item{
    padding:0 10px;
    position: relative;
  }
  
  .oz_topSlide_list__inner{
    height: 100%;
  }
  
  .oz_topSlide_list__box{
    padding:20px 0 40px;
  }
  
  .oz_topSlide_list{
    overflow: visible;
    position: relative;
  }
  
  .oz_topSlide_list .slick-list{
    overflow: visible;
  }
  
  .oz_topSlide_list__text02{
    font-size: 13px;
    color:#93835c;
    margin-bottom: 30px;
  }
  
  .oz_topSlide_list__text01{
    font-size: 22px;
    line-height: 28px;
  }
  
  .oz_topSlide_list .prev{
    position: absolute;
    z-index: 10;
    left: -15px;
    top:160px;
}
  
    .oz_topSlide_list .next{
    position: absolute;
    z-index: 10;
    right: -15px;
    top:160px;
}
  
.oz_topSlide_listIcon {
    padding: 8px 20px;
    background: #f45f8c;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 20px;
}  

  .oz_tdnone{
    text-decoration: none;
  }

.oz_TopSec_concept{
    padding: 100px 0 120px;
    background-image: url("../images/oz_top02Bk.png");
    background-size: cover;
    background-position: center left;
  }

  .oz_TopSec_conceptBox{
    width: 90%;
    margin: auto;
    background: rgba(255 255 255 / 90%);
    padding:60px 90px;
  }

  .oz_TopPrice{
    padding: 110px 0 100px;
    background: #e0e0e0;
  }
  
  .oz_TopPriceBox{
    display: flex;
    justify-content: space-between;
  }
  
  .oz_TopPriceTable{
    width: calc((100% - 65px) / 2);
  }
  
  .oz_TopPriceTh{
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px dashed #cccccc;
    width: 50%;
    text-align: left;
  }
  
  .oz_TopPriceTd{
    padding: 10px;
    vertical-align: middle;
    font-size: 22px;
    border-bottom: 1px dashed #cccccc;
    text-align: right;
    width: 50%;
  }
  
  .oz_TopPriceSpan{
    font-size: 16px;
  }

  .oz_TopSecCupon{
    padding: 100px 0 120px;
  }
  
  .oz_TopSecCupon_cont{
    padding: 60px;
    border:1px solid #e0e0e0;
  }

.oz_TopSecCupon_cont:not(:last-child){
  margin-bottom: 60px;
}
  
  .oz_TopSecCuponTitle{
    display: flex;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #93835c;
    font-size: 22px;
    align-items: center;
  }
  
  .oz_cpIcon{
    display: inline-block;
    margin-right: 10px;
  }
  
  .oz_TopSecCuponText{
    font-size: 16px;
  }

  .oz_TopSecAccess{
    padding: 120px 0;
    background: #f4f4f4;
  }
  
  .oz_TopSecAccess_cont{
    display: flex;
    justify-content: space-between;
  }
  
  .oz_TopSecAccess_box{
    width: 50%;
  }
  
  .oz_TopSecAccess_box02{
    width: 50%;
    padding:20px 40px;
  }
  
  .oz_TopSecAccess_text01{
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .oz_TopSecAccess_text02{
    font-size: 16px;
    margin-bottom: 30px;
  }  


  .oz_TopSecShopinfo{
    padding: 120px 0 100px;
    background: #e0e0e0;
  }
  
  .oz_TopSecShopinfoTable{
    width: 100%; 
  }
  
  .oz_TopSecShopinfoTh{
    padding: 20px 0;
    font-weight: normal;
    text-align: left;
    width: 150px;
    border-bottom: #cccccc solid 1px;
  }
  
  .oz_TopSecShopinfoTd{
    padding: 10px 0;
    text-align: left;
    width: calc(100% - 150px);
    border-bottom: #cccccc solid 1px;
  }

  .oz_TopSecBnr{
    padding: 50px 0;
  }

.oz_entryLogo{
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top:calc(50% - 250px);
}


  .oz_entry_text{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom:70px;
    color:#ffffff;
    font-size: 15px;
    line-height: 26px;
  }  
  
  .oz_pink{
    color:#f45f8c;
  }
  
.oz_overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
position: fixed;
z-index: 9999999;
    top: 0;
    left: 0;
}
.oz_entry_wrap{
width: 660px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: flex;
  justify-content: space-between;
}

.oz_entry{
display: flex;
justify-content: center;
  text-align: center;
  align-items: center;
  height: 120px;
  width: 300px;
  background: #000000;
  transition: 0.5s;
}
 
.oz_entry:hover{
  opacity: 0.8;
  }
  
.oz_entry .oz_entry_text01{
font-size: 40px;
  letter-spacing: 0.1em;
  color:#ffffff;
  line-height: 1em;
}  
  
.oz_entry .oz_entry_text02{
font-size: 18px;
  color:#f45f8c;
}  
  
.oz_entry.oz_pt02{
box-sizing: border-box;
  background: #f45f8c;
}
 
.oz_entry.oz_pt02 .oz_entry_text01{
  color:#ffffff;
}  
  
.oz_entry.oz_pt02 .oz_entry_text02{
  color:#000000;
}  

.oz_entrylink{
  color:#ffffff;
}

/*other*/
  .oz_systemWrap{
    padding: 80px 0 130px;
    background: #f4f4f4;
  }
  
  .oz_systemBox{
    background: #ffffff;
    padding:80px 0 50px;
    position: relative;
    margin-bottom: 40px;
  }
  
.oz_systemTitle{
  background: url("../images/oz_systemTitle.png") center;
  background-size: contain;
  width: 308px;
  text-align: center;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: normal;
  margin: auto;
  margin-bottom: 20px;
  color:#93835c;
  background-repeat: no-repeat;
}

.oz_systemTitle02{
  color:#3c3c3c;
}

  .oz_TopSystem_table{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 20px;
  }
  
  .oz_TopSystem_th{
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    padding: 8px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
    width: 50%;
  }
  
  .oz_TopSystem_td{
    font-size: 18px;
    text-align: right;
    font-weight: normal;
    padding: 8px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
    width: 50%;
  }
  
  .oz_TopSystem_span{
    color:#93835c;
    font-size: 20px;
  }
  
  .oz_TopSystem_small{
    color:#93835c;
    font-size: 24px;
  }
  
  .oz_TopSystem_text{
    width: 100%;
    max-width: 630px;
    margin: auto;
    font-size: 15px;
  }


  .oz_systemBox:before{
  content:" ";
  display: block;  
  width: 61px;
  height: 61px;
  background:url("../images/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
  top:10px;
    left: 10px;
}

  .oz_systemImg:before{
  content:" ";
  display: block;
  width: 61px;
  height: 61px;
  background:url("../images/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    top:10px;
    right: 10px;
    transform: rotate(90deg)
}

  .oz_systemBox:after{
  content:" ";
  display: block;  
  width: 61px;
  height: 61px;
  background:url("../images/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    bottom:10px;
    left: 10px;
    transform: rotate(-90deg)
}

  .oz_systemImg:after{
  content:" ";
  display: block;
  width: 61px;
  height: 61px;
  background:url("../images/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    bottom:10px;
    right: 10px;
    transform: rotate(180deg);
}

.oz_TopSystem_tr{
  display: flex;
  width: 100%;
}

.oz_systemLastBox{
  margin-bottom: 0;
}

  .oz_TopSystem_th_last{
    width: 100%;
  }
  
  .oz_TopSystem_text02{
    font-size: 16px;
    margin-top: 10px;
  }
  
  .oz_TopSystem_text03{
    width: 100%;
    max-width: 630px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .oz_TopSystem_card{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 30px;
  }

/* prof */
  .oz_other_pageTitle{
    margin-top: 80px;
    margin-bottom: 50px;
  } 
  
  .oz_other_pageTitle_span{
    text-align: center;
    font-size: 40px;
    display: block;
  }
  
  .oz_other_pageTItle_small{
    font-size: 22px;
    display: block;
    text-align: center;
  }
  
  .oz_profileTable{
    margin-top: 35px;
    width: 100%;
  }
  
  .oz_profileTable_th{
    width: 50%;
    padding: 15px 0;
    font-weight: normal;
    font-size: 16px;
    color:#93835c;
    text-align: left;
    border-bottom: 1px solid #f8f8f8;
  }
  
  .oz_profileTable_td{
    width: 50%;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #f8f8f8;
  }

.oz_profileTable_tr{
  display: flex;
}

.oz_profileTable_tr.col2,
.oz_profileTable_tr.col2 .oz_profileTable_td,
.oz_profileTable_tr.col2 .oz_profileTable_th{
  display: block;
  width: 100%;
}
  
  .oz_bdnone{
    border-bottom:0;
    width: 100%;
  }
  
  .oz_profileTable_td.oz_bdnone{
    padding-top: 0;
  }

  .oz_profSns{
    display: flex;
    margin-top: 110px;
  }
  
  .oz_prof{
    margin-right: 15px;
  }
  
  
 .oz_profileSec01_cont01{
    display: flex;
    justify-content: space-between;
    margin: auto;
   margin-bottom: 130px;
  }
  
  .oz_profileSec01_box01{
    max-width: 420px;
    aspect-ratio:1/0.764;
    height: 550px;
    width: 100%;
  }
  
  .oz_profileSec01_box02{
    width: 100%;
    max-width: 420px;
  }  
  
  .oz_profileSec01_box02_Icon{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_profileSec01_box02_IconDetail{
    margin-right: 8px;
    border:1px solid #d7d7d7;
    font-size: 15px;
    padding:8px 15px;
    color:#3c3c3c;
    margin-bottom: 8px;
  }
  
  .oz_profileSec01_box02_text01{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }
  
  .oz_profileSec01_box02_text01_a{
    font-size: 26px;
    margin-right: 20px;
    align-items: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 10px 0;
  }
  
  .oz_profileSec01_box02_text01_a .oz_profileSec01_box02_text01_a_span{
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0.1em;
  }

.oz_profileSec01_box02_text01_aBox{
    width: calc(100% - 30px);
    padding-right: 10px;
}
  
  .oz_profileSec01_box02_text01_b{
    display: flex;
    align-items: center;
    position: relative;
    top:-5px;
    width: 178px;
  }
  
  .oz_profileSec01_box02_text01_b_icon01{
    height: 38px;
    padding: 10px 20px;
    color:#ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #ba002f;
    margin-right: 8px;
    font-size: 16px;
  }
  
  .oz_profileSec01_box02_text01_b_icon02{
    padding-top: 5px;
  }

  .oz_profileSec01_ImgBox{
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  
  .oz_profileSec01_ImgBoxInner{
    width: calc((100% - 12px) / 5);
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 0;
    box-sizing: border-box;
    aspect-ratio:0.764 / 1;
  }
  
  .oz_profileSec01_ImgBoxInner.oz_current{
    border:1px solid #000000;
  }
  
  .oz_profileSec01_ImgBoxInner:nth-child(5n + 5){
    margin-right: 0;
  }
  
  .oz_profileSec01Title{
    margin-top: 70px;
    color:#3c3c3c;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    text-align: center;
  }

  .oz_profileSec01_cont02_box{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_profileSec01_cont02_boxInner{
    width: 126px;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  
.oz_profileSec01_box01_img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.oz_profileSec01_ImgBox_img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

  .oz_profileSec01_cont02_boxInner:nth-child(7n + 7){
    margin-right: 0;
  }
  
  .oz_profileSec01_cont02_boxTitle01{
    font-size: 24px;
    color:#ffffff;
    height: 45px;
    background: #000000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: normal;
  }

.oz_profileSec01_cont02_boxTitle01 .oz_profileSec01_cont02_boxTitle01_span{
  font-size: 18px;
  color:#ffffff;
}
  
  .oz_profileSec01_cont02_boxTitle02{
    font-size: 18px;
    color:#535354;
    height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-top: none;
    margin-bottom: 3px;
    line-height: 22px;
  }  
  
  .oz_profileSec01_cont02_boxTitle02.oz_none:after{
    content:" ";
    display: inline-block;
    background: #535354;
    height: 1px;
    width: 25px;
  }
  
  .oz_profileSec01_cont02_boxTitle03{
    font-size: 18px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
  }  
  
  .oz_profileSec01_cont02_boxTitle03 .oz_profileSec01_cont02_boxLink{
    color:var(--color_sub);
  }  

.oz_profileSec01{
  padding-bottom: 120px;
}

.oz_profBlog_contWrap{
    display: flex;
  flex-wrap: wrap;
  }
  
  .oz_profBlog_cont{
    width:calc((100% - 60px) / 3);
    margin-right: 30px;
    background: #ffffff;
  }
  
  .oz_profBlog_cont:nth-child(3n + 3){
    margin-right: 0;
  }
  
  .oz_profBlog_img{
    width: 100%;
    height: auto;
    aspect-ratio:1/1.3;
    line-height: 0;
  }
  
  .oz_profBlog_img .oz_sec05Img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .oz_oz_profBlog_box{
    padding: 20px;
  }
  
  .oz_oz_profBlog_Text01 {
    margin-bottom: 3px;
    font-size: 13px;
    color: #93835c;
  }
  
  .oz_oz_profBlog_Text02 {
    font-size: 16px;
  }

.oz_profBlog_link{
  text-decoration: none;
}

/* recruit */

  .oz_recruitSec01{
    padding: 65px 0;
  }
  
  .oz_recruitSec01--text01{
    text-align: center;
    font-size: 18px;
    margin-bottom: 45px;
  }
  
  .oz_recruitSec01--text02Wrap{
    display: flex;
    justify-content: center;
  }
  
  .oz_recruitSec01--text02{
    display: inline-block;
    padding: 10px;
    margin:0 10px;
    border-bottom: 1px solid #000000;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5em;
  }
  
  .oz_recruitSec01--text02_span01{
    font-size: 40px;
    color:#a78f5a;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
  }
  
  .oz_recruitSec01--text02_span02{
    font-size: 50px;
    font-weight: normal;
    color:#a78f5a;
  }
  
  .oz_recruitSec01--table{
    margin-top:80px;
  }
  
  .oz_recruitSec01--th{
    padding: 15px 0;
    text-align: left;
    font-weight: 500;
    width: 110px;
    font-size: 18px;
    vertical-align: top;
  }
  
  .oz_recruitSec01--td{
    padding: 15px 0;
    font-weight: normal;
    width: calc(100% - 110px);
    font-size: 18px;
  }

  .oz_recruitSec01--ul{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_recruitSec01--li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    height: 50px;
    width: calc((100% - 12px) / 5);
    margin-bottom: 3px;
    margin-right: 3px;
    border: 1px solid #000000;
  }
  
  .oz_recruitSec01--li:nth-child(5n + 5){
    margin-right: 0;
  } 


  .oz_recruitSec02{
    padding: 65px 0 0;
  }
  
  .oz_recruitSec02--cont{
    margin-top: 50px;
  }
  
  .oz_recruitSec02--cont .oz_recruitSec02--dt{
    font-size: 16px;
    font-weight: 500;
  }
  
  .oz_recruitSec02--cont .oz_recruitSec02--req{
    color:#e64242;
  }
  
  .oz_recruitSec02--cont .oz_recruitSec02--input{
    display: block;
    margin-bottom: 20px;
    padding: 10px 20px;
    border:1px solid #a4a4a4;
    border-radius: 6px;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
  }
  
  .oz_recruitSec02--area{
    height: 130px;
  }
  
  .oz_recruitSec02--submitWrap{
    text-align: center;
    padding-top: 30px;
  }
  
  .oz_recruitSec02--submit{
    display: inline-flex;
    border-radius: 100px;
    color:#ffffff;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    height: 60px;
    width: 260px;
    border:none;
    background: #000000;
    text-align: center;
  }

/*  .oz_customBox p{
    height: 1.5em;
  }*/

/**********************************/
/* system custom */
/**********************************/

/*  .oz_systemWrap{
    padding: 80px 0 130px;
    background: #f4f4f4;
  }*/
  
  /* リセットスタイル */
  .oz_systemBox .oz-block-fullWide__inner {
      margin: 0;
      max-width: none;
      padding: 0;
      position: static;
      /* 必要に応じて他のリセットスタイルを追加 */
  }

  .oz_systemBox{
    background: #ffffff;
    padding:80px 0 50px;
    position: relative;
    margin-bottom: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.oz_systemBox h2{
  background: url("../images/oz_systemTitle.png") center;
  background-size: contain;
  width: 308px;
  text-align: center;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: normal;
  margin: auto;
  margin-bottom: 20px;
  color:#93835c;
  background-repeat: no-repeat;
}

.oz_systemBox h2:before{
  content:" ";
  display: block;
  width: 61px;
  height: 61px;
  background:url("../images/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    top:10px;
    right: 10px;
    transform: rotate(90deg)
  }

  .oz_systemBox h2:after{
  content:" ";
  display: block;
  width: 61px;
  height: 61px;
  background:url("../images/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    bottom:10px;
    right: 10px;
    transform: rotate(180deg);
  }

/*.oz_systemTitle02{
  color:#3c3c3c;
}*/

  .oz_systemBox table{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 20px;
  }

  /* 左側の td のスタイル */
  .oz_systemBox td:first-child {
      font-size: 18px;
      text-align: left;
      font-weight: normal;
      padding: 8px;
      border-bottom: 1px solid #ededed;
      vertical-align: middle;
      width: 50%;
  }

  /* 右側の td のスタイル */
  .oz_systemBox td + td {
      /*font-size: 18px;*/
      text-align: right;
      font-weight: normal;
      padding: 8px;
      border-bottom: 1px solid #ededed;
      vertical-align: middle;
      width: 50%;
      color:#93835c;
      font-size: 20px;
  }

  /* テーブルの行 */
  .oz_systemBox tr {
      display: flex;
      width: 100%;
      justify-content: space-between;
  }
  
  .oz_systemBox p{
    width: 100%;
    max-width: 630px;
    margin: auto;
    font-size: 15px;
  }

  .oz_systemBox:before{
  content:" ";
  display: block;  
  width: 61px;
  height: 61px;
  background:url("../images/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
  top:10px;
    left: 10px;
  }

  .oz_systemBox:after{
  content:" ";
  display: block;  
  width: 61px;
  height: 61px;
  background:url("../images/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    bottom:10px;
    left: 10px;
    transform: rotate(-90deg)
}

  /* 要検討要員 */
  .oz_systemLastBox{
    margin-bottom: 0;
  }

  .oz_TopSystem_th_last{
    width: 100%;
  }
  
  .oz_TopSystem_text02{
    font-size: 16px;
    margin-top: 10px;
  }
  
  .oz_TopSystem_text03{
    width: 100%;
    max-width: 630px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .oz_TopSystem_card{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 30px;
  }

/*  .oz_TopSystem_span{
    color:#93835c;
    font-size: 20px;
  }*/
  
  .oz_TopSystem_small{
    color:#93835c;
    font-size: 24px;
  }

  /*********************/
  /* pager */
  /*********************/
  
 .oz_pager{
    padding-top: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  
  .oz_link{
    text-decoration: none;
    font-size: 14px;
    margin:0 5px;
    color:#000000;;
    cursor: pointer;
  }
  
  .oz_linkactive{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000000;
    border:1px solid #000000;
    width: 27px;
    height: 27px;
    font-size: 17px;
  }
  
  .oz_linkbox{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    border:1px solid #000000;
    background: #000000;
    width: 27px;
    height: 27px;
    font-size: 17px;
  }

  /*******************/
  /* diary */
  /*******************/
  .oz_Review__Rate{
    font-size: 20px;
    margin-bottom: 10px;
    color:#e14169;
  }
  
  .oz_Review__Rate .oz_Review__RateSpan{
    color:#c1c1c1;
  }
  
  .oz_Review__revierName{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 25px 0 20px;
  }
  
  .oz_Review__revierNameSpan{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    margin-left: 12px;
    color:#929292;
  }
  
  .oz_Review__Text{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  
  .oz_reviewBox{
    margin-top: 40px;
    border:1px solid #f5f5f5;
    padding: 25px;
    padding-right: 260px;
  }
  
  .oz_reviewBox_text{
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .oz_Review__wrap{
    padding: 50px 0;
    border-bottom: 1px dotted #eeeeee;
  }
  
  .oz_reviewBox_icon{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top:1px;
  }

  .oz_reviewSec01__text{
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  .oz_btn02{
    background: #ba002f;
  }  

  .oz_btn03{
    background: #473eb5;
  }    
  .oz_reviewSec02_cont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 45px;
    border-bottom: 1px dotted #eeeeee;
  }
  
  .oz_reviewSec02_box01{
    width: 200px;
  }
  
  .oz_reviewSec02_box01_img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.294;
  }
  
  .oz_reviewSec02_box02{
    width: calc(100% - 230px);
  }
  
  .oz_Review__Name{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .oz_Review__Name a{
    color: initial;
  }
  
  .oz_Review__Name_span{
    font-size: 16px;
  }
  
  .oz_reviewSec02_box02 .oz_reviewBox{
    padding-right: 60px;
  }

  .oz_Content__Text p{
    padding-bottom: 1rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-size: 1rem;  
  }

/*====================================
  index.php
====================================*/

  :root {
    --color_footer: #3c3c3c;
    --color_footer_text: #ffffff;
    --color_sub: #19bdaf;

    --cast_num: 3;
    --bgcolor-am-header: #fff;
    --color-am-header: #686868;
    --bgcolor-am-header-active: #ccc;
  }


  #am-block-schedule {
    margin-bottom: 5em;
  }

  .am-header {
    display: flex;
    margin-bottom: 1em;
    padding-left: 0;
  }

  .am-header-item {
    list-style: none;
    width: 14.4%;
    text-align: center;
  }

  .am-header .am-header-item a {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--bgcolor-am-header);
    color: var(--color-am-header);
    border: 1px solid #ddd;
    transition: 0s;
    text-decoration: none;
  }

  .am-header .am-header-item.active a,
  .am-header .am-header-item a:hover {
    background: var(--bgcolor-am-header-active);
    border: 1px solid var(--bgcolor-am-header-active);
    color: #fff;
  }

  .am-cast-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.5em;
    margin-left: -.5em;
    margin-top: 0;
    padding-left: 0;
  }

  .am-cast-item {
    width: calc(100%/var(--cast_num) - 10px);
    list-style: none;
    /* padding: 0 .5rem; */
    padding: 0 .3em;
  }

  .am-cast-image {
    margin-bottom: 1em;
  }

  .am-cast-image a {
    /*color: var(--color-am-header);*/
    text-decoration: none;
    color: inherit;
  }

  .am-cast-name {
    margin: 0.5em auto 0.1em;
  }

  @media screen and (max-width: 750px) {
    .am-header-item {
      font-size: 0.8em;
    }

    .am-header-item small {
      display: none;
    }

    .am-cast-body {
      font-size: 0.8em;
    }
  }

  .cast-schedule {
    display: flex;
  }

  .cast-schedule dl {
    display: flex;
    flex-wrap: wrap;
    width: calc(100%/7);
    text-align: center;
    border-bottom: none;
    padding-left: .3em;
  }

  .cast-schedule dt {
    background: var(--bgcolor-am-header-active);
    color: var(--color-am-header);
    width: 100%;
    padding: 12px;
    font-size: 0.92307em;
  }

  .cast-schedule dd {
    background: #fff;
    width: 100%;
    padding: 12px;
    font-size: 0.76923em;
  }

  @media (max-width: 750px) {
    .am-cast-item {
      width: calc(100%/2 - 8px);
    }

    .cast-ttl {
      margin-top: 3em;
    }

    .cast-schedule {
      flex-direction: column;
    }

    .cast-schedule dl {
      width: 100%;
    }

    .cast-schedule dt {
      width: 100%;
      padding: 6px;
    }

    .cast-schedule dd {
      width: 100%;
      padding: 6px;
    }
  }


/*====================================
  cast.php
====================================*/
/* ===========================================
  キャストリスト全体のラッパー
=========================================== */
.oz_ListWrap {
  padding: 40px 0;
}

/* ===========================================
  タイトル部分
=========================================== */
.oz_contentTtl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}

.oz_contentTtl::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #f17066;
  margin: 15px auto 0;
}

/* ===========================================
  店舗絞り込みボタン部分
=========================================== */
.oz_shopSelectBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.oz_shopSelectBtn ul {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.oz_shopSelectBtn li {
  padding: 12px 24px;
  border: 2px solid #f17066;
  background: #fff;
  color: #f17066;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.oz_shopSelectBtn li:hover,
.oz_shopSelectBtn li.active {
  background: #f17066;
  color: #fff;
}
/* ===========================================
  キャストリストのコンテナ
=========================================== */
.oz_castListWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.oz_castListInner {
  width: 100%;
}

/* ===========================================
  キャストリスト（ulタグ）
=========================================== */
.oz_castList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ===========================================
  キャストリスト（ulタグ）
=========================================== */
.oz_castList .statusTitle {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  background: linear-gradient(135deg, #f17066, #ff8a7b);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
}

/* ===========================================
  個別キャストアイテム（liタグ）
=========================================== */
.oz_castListItem {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.oz_castListItem:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}


/* ===========================================
  名前検索ボックス
=========================================== */
.oz_nameSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.oz_nameSearch input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #ddd;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.oz_nameSearch input:focus {
  border-color: #f17066;
  box-shadow: 0 0 0 3px rgba(241, 112, 102, 0.1);
}

.oz_nameSearch input::placeholder {
  color: #999;
}

.oz_nameSearch button {
  padding: 12px 20px;
  background: #f17066;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.oz_nameSearch button:hover {
  background: #e55a4f;
  transform: translateY(-1px);
}

.oz_nameSearch button:active {
  transform: translateY(0);
}

/* ===========================================
  店舗ロゴ部分
=========================================== */
.oz_shopLogo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40%;
  object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 10;
}

.oz_shopLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* ===========================================
  キャスト画像部分
=========================================== */
.oz_castListImg {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.oz_castListImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.oz_castListItem:hover .oz_castListImg img {
  transform: scale(1.05);
}


/* ===========================================
  出勤時間部分
=========================================== */
.oz_castWorkTime {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  color: #fff;
  padding: 8px 12px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}


/* ===========================================
  キャスト名部分
=========================================== */
.oz_castListName {
  padding: 15px 20px 8px;
  font-size: 19px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.4;
}

/* ===========================================
  キャスト待機状況部分
=========================================== */
.oz_castListWaitingStatus {
  font-size: 19px;
  font-weight: bold;
  color: #FD8678;
  text-align: center;
  line-height: 1.4;
}

/* ===========================================
  キャストサイズ部分
=========================================== */
.oz_castListSize {
  padding: 0 20px 15px;
  font-size: 14px;
  color: #666;
  text-align: center;
  letter-spacing: 0.5px;
}

/* ===========================================
  予約ボタン部分
=========================================== */
.oz_castReserveBtn {
  display: block;
  margin: 0 20px 20px;
  padding: 12px 0;
  background: linear-gradient(135deg, #f17066, #ff8a7b);
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
}

.oz_castReserveBtn:link,
.oz_castReserveBtn:visited,
.oz_castReserveBtn:active {
  color: #fff !important;
  text-decoration: none !important;
}

.oz_castReserveBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.oz_castReserveBtn:hover::before {
  left: 100%;
}

.oz_castReserveBtn:hover {
  background: linear-gradient(135deg, #e55a4f, #f17066);
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration: none !important;
}

/* ===========================================
  タブレット対応（768px以下）
=========================================== */
@media (max-width: 768px) {
  .oz_nameSearch {
    max-width: 350px;
    margin-bottom: 25px;
  }
  
  .oz_nameSearch input {
    padding: 10px 14px;
    font-size: 13px;
  }
  
  .oz_nameSearch button {
    padding: 10px 16px;
    font-size: 13px;
  }

  .oz_castList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  
  .oz_contentTtl {
    font-size: 32px;
    margin-bottom: 30px;
  }
  
  .shopName {
    font-size: 11px;
    padding: 5px 10px;
    top: 8px;
    left: 8px;
  }


  .oz_castListImg {
    height: 250px;
  }
  
  .oz_castListName {
    font-size: 17px;
    padding: 12px 15px 6px;
  }
  
  .oz_castListSize {
    font-size: 13px;
    padding: 0 15px 12px;
  }
  
  .oz_castReserveBtn {
    margin: 0 15px 15px;
    padding: 10px 0;
    font-size: 14px;
  }
  
  .oz_shopSelectBtn ul {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  
  .oz_shopSelectBtn li {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* ===========================================
  スマートフォン対応（480px以下）
=========================================== */
@media (max-width: 480px) {
  .oz_nameSearch {
    max-width: 100%;
    padding: 0 15px;
  }
  
  .oz_nameSearch input {
    padding: 10px 12px;
    font-size: 12px;
  }
  
  .oz_nameSearch button {
    padding: 10px 14px;
    font-size: 12px;
  }
  .oz_castListWrap {
    padding: 0 0px;
  }
  
  .oz_castList {
    gap: 15px;
  }
  
  .shopName {
    font-size: 10px;
    padding: 4px 8px;
    top: 6px;
    left: 6px;
  }
  .oz_castListImg {
    height: 220px;
  }
  
  .oz_contentTtl {
    font-size: 28px;
  }
  
  .oz_castListName {
    font-size: 16px;
  }
  
  .oz_castListSize {
    font-size: 12px;
  }
}


/* ===========================================
  schedule.php
=========================================== */
/* ===========================================
  日付選択ボタン部分
=========================================== */
.oz_dateSelectBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  overflow-x: auto;
  padding: 0 10px;
}

.oz_dateSelectBtn ul {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: fit-content;
}

.oz_dateSelectBtn li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px;
  min-width: 80px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.oz_dateSelectBtn li:hover {
  border-color: #f17066;
}

.oz_dateSelectBtn li.active {
  background: #f17066;
  border-color: #f17066;
  color: #fff;
}

/* ===========================================
  日付ボタン内テキスト部分
=========================================== */
.date_num {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #333;
}

.oz_dateSelectBtn li.active .date_num {
  color: #fff;
}

.date_week {
  font-size: 12px;
  color: #666;
}

.oz_dateSelectBtn li.active .date_week {
  color: #fff;
}


/* ===========================================
  レスポンシブ対応
=========================================== */
@media (max-width: 768px) {
  .oz_dateSelectBtn {
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  
  .oz_dateSelectBtn ul {
    gap: 8px;
  }
  
  .oz_dateSelectBtn li {
    padding: 10px 12px;
    min-width: 70px;
  }
  
  .date_day {
    font-size: 10px;
  }
  
  .date_num {
    font-size: 14px;
  }
  
  .date_week {
    font-size: 11px;
  }
  
  .oz_castWorkTime {
    font-size: 13px;
    padding: 6px 10px;
  }
}

@media (max-width: 480px) {
  .oz_dateSelectBtn {
    padding: 0 15px;
  }
  
  .oz_dateSelectBtn ul {
    gap: 6px;
    padding-bottom: 6px;
  }
  
  .oz_dateSelectBtn li {
    padding: 8px 10px;
    min-width: 70px;
  }
  
  .date_day {
    font-size: 9px;
  }
  
  .date_num {
    font-size: 13px;
  }
  
  .date_week {
    font-size: 10px;
  }
  
  .oz_castWorkTime {
    font-size: 12px;
    padding: 5px 8px;
  }
}

/* ===========================================
  日付ボタンのスクロール表示調整（スマホ用）
=========================================== */
@media (max-width: 768px) {
  .oz_dateSelectBtn::-webkit-scrollbar {
    height: 4px;
  }
  
  .oz_dateSelectBtn::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }
  
  .oz_dateSelectBtn::-webkit-scrollbar-thumb {
    background: #f17066;
    border-radius: 2px;
  }
  
  .oz_dateSelectBtn::-webkit-scrollbar-thumb:hover {
    background: #e55a4f;
  }
}

/* ===========================================
  waiting.php 色分けのカラーコード
=========================================== */
/* 待機時間別背景色設定 */
.oz_castList .statusTitle.waiting-bg_001 {
  background: #2ecc71; /* すぐ～30分 */
}

.oz_castList .statusTitle.waiting-bg_002 {
  background: #0984e3; /* 30分～1時間 */
}

.oz_castList .statusTitle.waiting-bg_003 {
  background: #f39c12; /* 1時間～2時間 */
}

.oz_castList .statusTitle.waiting-bg_004 {
  background: #e84393; /* 2時間以上 */
}

.oz_castList .statusTitle.waiting-bg_005 {
  background: #e74c3c; /* 予約完売 */
}

.oz_castList .statusTitle.waiting-bg_006 {
  background: #636e72; /* 受付終了 */
}

/* 待機時間別背景色設定 */
.waiting-bg_001 {
  background-color: #2ecc71 !important; /* すぐ～30分 */
}

.waiting-bg_002 {
  background-color: #0984e3 !important; /* 30分～1時間 */
}

.waiting-bg_003 {
  background-color: #f39c12 !important; /* 1時間～2時間 */
}

.waiting-bg_004 {
  background-color: #e84393 !important; /* 2時間以上 */
}

.waiting-bg_005 {
  background-color: #e74c3c !important; /* 予約完売 */
}

.waiting-bg_006 {
  background-color: #636e72 !important; /* 受付終了 */
}

.waiting-bg_006 {
  background-color: #19BDB0 !important; /* 出勤確定 */
}


/* ===========================================
  一覧ポップアップ
=========================================== */
.oz_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
}

.oz_modal_content {
  position: relative;
  background-color: #fff;
  margin: 5% auto !important;
  padding: 0;
  width: 90%;
  max-width: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.oz_modal_body {
  padding: 0;
}

.oz_modal_info {
  margin-top: 10px;
  padding: clamp(5px, 15 / 1000 * 100vw, 15px);
  padding-bottom: 0;
}

.oz_modal_buttons {
  width: 100%;
  height: 60px;
  margin: 10px auto;
  position: relative;
}

.oz_modal_buttons .oz_modal_schedule {
  width: 70%;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  color: white;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

.oz_modal_buttons .oz_modal_close {
  width: 25%;      
  background: linear-gradient(135deg, #f17066ff, #ff6b9d);
  color: white;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  left: 0px;
}

/* スライダーコンテナ */
.oz_modal_slider {
  position: relative;
  width: 96%;
  margin: 20px auto; /* PC時もマージンを確保 */
  height: 500px;
  overflow: visible; 
  padding-bottom: 50px; /* ドット表示用のスペースを増加 */
}

/* Slick設定 */
.oz_modal_slider .slick-slide {
  height: 500px;
  overflow: hidden;
  display: flex !important; /* flexを強制適用 */
  align-items: center;
  justify-content: center;
}

.oz_modal_slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

/* ナビゲーション矢印を非表示 */
.oz_modal_slider .slick-prev,
.oz_modal_slider .slick-next {
  display: none !important;/* 矢印を完全に非表示 */
}

/* ドット */
.oz_modal_slider .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important; /* 確実に表示 */
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9999;
}

.oz_modal_slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(78, 205, 196, 0.6);/* 透明度を調整 */
  cursor: pointer;
  transition: all 0.3s ease;
}

.oz_modal_slider .slick-dots li.slick-active {
  background: rgba(78, 205, 196, 1);
  transform: scale(1.4);
  box-shadow: 0 0 5px rgba(78, 205, 196, 1);/* アクティブな状態を強調 */
}

.oz_modal_slider .slick-dots li button {
  display: none;/* ボタンを非表示 */
}

/* ===== ピンチズーム機能追加 ===== */
/* ピンチズーム用のコンテナ */
.zoom-container {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.1s ease-out;
  transform-origin: center center;
  display: block;
}

/* ズーム状態表示 */
.zoom-indicator {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  z-index: 100;
  display: none;
}
