@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&family=Noto+Sans+JP:wght@100..900&display=swap');

/*input[type="text"],*/
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

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;
  /*box-sizing: initial;*/
	letter-spacing: 0.02em;
  /*color:#000000;*/
}

div,section{
	box-sizing: border-box;
	letter-spacing: 0.02em;
	/*color:#000000;*/
}

body {
 	line-height:1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}

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,
.oz_menuBoxList{
  font-family: "Castoro Titling", 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;
}


/* main */
.oz_spLogo,.oz_spHead,.oz_navFirst,.spFoot{
  display: none;
}

	
	.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;
	}

.oz_logo{
  margin-top: 20px;
  margin-left: 40px;
}

.oz_content{
  width: 90%;
  max-width: 900px;
  margin: auto;
}


	@media screen and (min-width:951px){
    .oz_menuBox .oz_menuBoxList{
			margin-left: 30px;
      position: relative;
		} 
    
    .oz_menuBox .oz_headlink {
        margin-left: 15px;
    }
    
    	.oz_menuBox{
        width: auto;
    justify-content: space-between;
            position: absolute;
        align-items: center;
    top: 55px;
    right: 15px;
	}
    
.oz_head.oz_pageHead .oz_menuBox .oz_menuBoxList:not(.oz_linkBtn) .oz_headlink{
  color: #000000;
}
    
    
  .oz_head.oz_pageHead .oz_menuBox .oz_menuBoxList:nth-child(-n + 6):after{
      color:rgba(0 0 0 / 50%);
    }
    
	}

@media screen and (min-width:1101px){
      .oz_menuBox .oz_menuBoxList:not(:first-child):after{
			content:"／";
      color:#adadad;
      position: absolute;
      top:0;
      left: -15px;
		}   
}
	
	.oz_menuBox .oz_headlink{
		font-size: 16px;
		color:#000000;
		text-decoration: none;
	}

  .oz_menuBox .oz_headlink a{
    background: linear-gradient(to right, #6a5322 0%, #000000 100%);
  }

	.oz_menuBox .oz_linkBtn .oz_headlink{
		font-size: 16px;
		color:#ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 130px;
		border-radius: 100px;
}

.oz_menuBox .oz_linkBtn.oz_menuBoxList:after {
  content: none;
}


	
.oz_header_wrap{
  padding:15px;
  position: relative;
  height: 80px;
  width: 100%;
    margin: auto;
      display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.oz_headline_inner{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

  
	.oz_mainImage{
		background: url("../images/oz_mainVisual.png") center;
		background-size:cover;
		width: 100%;
		min-height: 700px;
    background-repeat: no-repeat;
	}

  .oz_head01{
    position: absolute;
    left: 50px;
    top: 5px;
    font-size: 13px;
  }
  
  .oz_head02{
    position: absolute;
    top:15px;
    right: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
  }
  
  .oz_telIcon{
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    font-size: 26px;
  }
  
  .oz_grad{
    background: linear-gradient(to right,#6a5322 0%,#000000 100%);
  }

.oz_TopSec01{
  padding: 145px 0;
  background: url("../images/oz_topsec01bg.png") center;
  background-size: cover;
  color:#ffffff;
}

/*  .oz_Title{
    font-size: 46px;
    text-align: center;
  }*/

  .is-style-section_ttl{
    font-size: 35px;
    text-align: center;    
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 75px;
  }

  .is-style-section_ttl small{
    display: block;
    font-size: 12px;
    color:#a78f5a;
    margin-top:0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
  }
  
/*  .oz_SubTitle{
    display: block;
    font-size: 15px;
    color:#a78f5a;
    margin-top:0;
    font-family: 'Noto Sans JP', sans-serif;
	  font-weight: normal;
  }*/
  
  .oz_TopSec01 .oz_Title{
    color:#ffffff;
  }
  
  .oz_TopSec01_logo{
    margin: 30px 0 40px;
    text-align: center;
  }
  
  .oz_TopSec01_text{
    text-align: center;
    color:#ffffff;
    line-height:2em;
    font-size:16px;
  }

  .oz_tdnone{
    text-decoration: none;
  }
  
  .oz_mb{
    margin-bottom: 75px;
  }
  
  .oz_pdg{
    padding: 140px 0 130px;
  }
  
  .oz_TopSec02{
  width: 100vw;
  overflow: hidden;
}

  .oz_TopSec02--List__img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.312;
  }
  
  .oz_TopSec02--List{
    padding:0 10px;
    position: relative;
  }
  
  .oz_TopSec02--List__inner{
    height: 100%;
  }
  
  .oz_TopSec02--List__box{
    padding:35px 20px;
    text-align: center;
  }
  
  .oz_TopSec02--ListWrap{
    overflow: visible;
    position: relative;
  }
  
  .oz_TopSec02--ListWrap .slick-list{
    overflow: visible;
  }
  
  .oz_TopSec02--List__text01{
    font-size: 16px;
    color:#a78f5a;
  }
  
  .oz_TopSec02--List__text02{
    font-size: 22px;
    color:#000000;
    margin-bottom: 15px;
  }
  
  .oz_TopSec02--List__text03{
    font-size: 14px;
    line-height: 20px;
  }
  
  .oz_TopSec02--ListWrap .prev{
    position: absolute;
    z-index: 10;
    left: -15px;
    top: calc(50% - 105px);
}
  
    .oz_TopSec02--ListWrap .next{
    position: absolute;
    z-index: 10;
    right: -15px;
    top: calc(50% - 105px);
}

  .oz_new{
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    color:#ffffff;
    background: #e64242;
    position: absolute;
    left: 10px;
    top:0;
  }

  .oz_TopSec03{
    background: #f0efeb;
  }
  
  .oz_TopSec03cont{
    background: #ffffff;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
  }
  
  .oz_TopSec03--List__imgWrap{
    width: calc(100% - 450px);
  }
  
  .oz_TopSec03--List__imgWrap .oz_TopSec03--List__img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.312;
  }
  
  .oz_TopSec03--List__box{
    width: 365px;
  }
  
  .oz_TopSec03--List__text01{
    padding-top: 40px;
    color:#a78f5a;
    font-size: 16px;
  }
  
  .oz_TopSec03--List__text02{
    margin-bottom: 25px;
    font-size: 28px;
  } 
  
  .oz_TopSec03--List__text03{
    font-size: 14px;
    color:#000000;
  }   
  
  .oz_TopSec03--List__text04{
    font-size: 16px;
    color:#3c3c3c;
  }
  
  .oz_btnWrap{
    margin-top: 50px;
  }
  
  .oz_btn{
    background: linear-gradient(to right,#6a5322 0%,#000000 100%);
    width: 180px;
    color:#ffffff;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		border-radius: 100px;
    text-decoration: none;
  }

  .oz_TopSec04--cont{
    margin: auto;
    width: 100%;
    max-width: 585px;
  }
  
  .oz_center{
    text-align: center;
  }
  
  .oz_TopSec04--box{
    padding: 50px 0;
    position: relative;
  }
  
  .oz_TopSec04--box:not(:last-child):after{
    content:" ";
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    background:linear-gradient(to left,rgba(233 223 200 / 0%) 0%,rgba(233 223 200 / 100%) 50%,rgba(233 223 200 / 0%) 100%);
    left: 0;
    bottom:0;
  }
  
  .oz_TopSec04--title{
    font-weight: normal;
    font-size: 20px;
  }
  
  .oz_TopSec04--date{
    font-size: 13px;
    color:#a78f5a;
    margin-bottom: 15px;
  }
  
  .oz_TopSec04--text{
    font-size: 15px;
    color:#3c3c3c;
  }

  .oz_TopSec05{
    background: #f8f6f1;
  }
  
  .oz_TopSec05List--imgWrap{
    line-height: 0;
  }
  
  .oz_TopSec05List--img{
    object-fit: cover;
    object-position: center;
    aspect-ratio:1 / 0.679;
    width: 100%;
  }
  
  .oz_TopSec05ListBox{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_TopSec05List{
    width: calc((100% - 60px) / 3);
  }
  
  .oz_TopSec05List:nth-child(3n + 2){
    margin:0 30px;
  }
  
  .oz_TopSec05List:nth-child(n + 4){
    margin-top: 30px;
  }
  
  .oz_TopSec05List--textWrap{
    background: #ffffff;
    padding: 30px;
  }
  
  .oz_TopSec05List--text01{
    font-size: 16px;
    line-height: 26px;
    color:#3c3c3c;
    margin-bottom: 5px;
  }
  
  .oz_TopSec05List--text02{
    font-size: 13px;
    margin-bottom: 15px;
    color:#a78f5a;
  }
  
  .oz_TopSec05List--text03{
    font-size: 15px;
    line-height: 24px;
    color:#3c3c3c;
  }  
  
  .oz_btnWrap02{
    margin-top: 65px;
  }

  .oz_lastsec{
    padding-top: 90px;
  }
  
  .oz_TopX{
    height: 485px;
    overflow: scroll;
  }

.oz_spfoot{
 position: fixed;
  bottom:-100px;
}


  .oz_foot{
    padding: 0 0 30px;
  }

  .oz_underCont{
    padding-top: 105px;
  }
  
  .oz_footBtn a{
    display: inline-flex;
    margin: 35px 0 20px;
    border-radius: 100px;
    font-size: 20px;
    color:#ffffff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 360px;
    height: 60px;
    background: #e64242;
  }
  
  .oz_footText{
    font-size: 13px;
    color:#3c3c3c;
  }
  
  .oz_footTel01{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
  }
  
  .oz_footTel01span{
    display: inline-block;
    margin-left: 8px;
    font-size: 48px;
    line-height: 1.25em;
  }
  
  .oz_footTel02{
    font-size: 16px;
    margin-bottom: 75px;
  }
  
  .oz_foot__cont{
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
  }
  
  .footCopy{
    font-size: 12px;
    margin-top: 30px;
  }
  
  .oz_foot__box02{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
  }
  
  .oz_foot_nav{
    width: 310px;
    display: flex;
    flex-wrap: wrap;
  }

.oz_foot__cont02__List{
  width: 155px;
}
  
  .oz_foot_nav .oz_tdnone{
    display: inline-block;
    margin-bottom: 10px;
    color:#000000;
  }


/* noSlide */
.oz_TopSec02--ListWrap_pt02{
  display: flex;
  flex-wrap: wrap;
}

.oz_TopSec02--ListWrap_pt02 .oz_TopSec02--List{
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.oz_TopSec02--ListWrap_pt02 .oz_TopSec02--List:nth-child(4n + 4){
  margin-right: 0;
}

/* otherPage */
.oz_enter{
  height: 700px;
  background: url("../images/oz_entermv.png") center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

  .oz_enterBtn{
    margin: 50px 0 90px;
    display: inline-block;
    background: #ffffff;
    width: 300px;
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
    color:#000000;
    text-decoration: none;
    letter-spacing: 1.5px;
  }  
  
  .oz_enterText{
    font-size: 15px;
    line-height: 25px;
    color:#ffffff;
  }
  
  .oz_enterLink{
    color:#ffffff;
  }
  
  .oz_enterSec01{
    padding: 80px 0 60px;
    width: 90%;
    max-width: 560px;
    margin: auto;
    text-align: center;
  }
  
  .oz_enterSec01_bnr{
    margin-bottom: 20px;
  }

  .oz_e_footerNav{
    display: flex;
    justify-content: center;
    margin: 40px 0 50px;
  }  
  
  .oz_e_footerNavList:not(:last-child):after{
    content:"|";
    display: inline-block;
    margin: 0 16px;
  }
  
  .oz_e_footerNavLink{
    text-decoration: none;
    color:#000000;
    font-size: 16px;
  }
  
  .oz_enterfoot{
    text-align: center;
    padding-bottom: 45px;
  }
  
  .oz_entercopy{
    font-size: 12px;
  }

  .oz_pagetitleWrap{
    display: flex;
    padding-top: 105px;
    height: 260px;
    align-items: center;
    justify-content: center;
  }
  
  .oz_pagetitle{
    font-size: 45px;
    text-align: center;
    font-weight: normal;
    line-height: 0.5em;
  }
  
  .oz_pagetitleSmall{
    font-size: 15px;
    font-weight: normal;
    color:#a78f5a;
    display: inline-block;
    margin-top: 8px;
    line-height: 0.5em;
  }

  .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_TopSec02--ListWrap_pt02 .oz_new{
  left:0;
}

/* price */
.oz_service .oz-block-fullWide__inner{
  max-width: 728px;
  /*max-width: 800px;*/
}
.oz_service ul li {
  letter-spacing: 0.02em;
}
.oz_service ul li::before {
  content: "■ ";
}

.oz_serviceSec03__box{
  padding: 35px;
  border:1px solid #000000;
  text-align: center;
}

.oz_serviceSec03__text01{
  font-size: 20px;
}

.oz_serviceSec03__text02{
  margin: 25px 0;
}

.oz_serviceSec03__text03{
  font-size: 15px;
}

/* Reservation */
.form__group-header{
  box-sizing: initial;
}

/*--profile--*/
.oz_mb45{
  margin-bottom: 45px;
}

.oz_other .oz_head{
  background: none;
}

 .oz_profileSec01_cont01{
    display: flex;
    justify-content: space-between;
    /*max-width: 780px;*/
    max-width: 900px;
    margin: auto;
   margin-bottom: 130px;
  }
  
  .oz_profileSec01_box01{
    /*width: 360px;*/
    width: 350px;
  }
  
  .oz_profileSec01_box02{
    width: 100%;
    /*max-width: 355px;*/
    max-width: 515px;
  }  
  
  .oz_profileSec01_box02_Icon{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .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--title{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 21px 0;
  }

  .oz_profileSec01--title.gold{
    color: #a78f5a;
  }
  
  .oz_profileSec01_box02_text01_a{
    font-size: 28px;
    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: #e64242;
    margin-right: 8px;
    font-size: 16px;
  }
  
/*  .oz_profileSec01_box02_text01_b_icon02{
    padding-top: 5px;
  }*/

  .oz_profileSec01_box02_text01_b_icon{
      display: flex;
      justify-content: center;
      align-items: center;
      background: #181818;
      height: 38px;
      width: 38px;
      padding:8px;
      text-decoration: none;    
      margin-right: 8px;
  }

/*  .oz_profileSec01_box02_text01_b_icon.--x{
      background: #181818;
  }

  .oz_profileSec01_box02_text01_b_icon.--l{
      background: #05b903;
  }*/

  .oz_profileSec01_ImgBox{
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  
  .oz_profileSec01_ImgBoxInner{
    width: calc((100% - 12px) / 5);
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 0;
    box-sizing: border-box;
  }
  
/*  .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--summary{
    color: #a78f5a;
    font-size: 16px;
  }

  .oz_profileSec01_cont02_box{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_profileSec01_cont02_boxInner{
    width: 125px;
    margin-right: 3px;
    margin-bottom: 8px
  }
  
.oz_profileSec01_box01_img{
  width: 100%;
  height: 510px;
  object-fit: cover;
}

.oz_profileSec01_ImgBox_img{
  width: 100%;
  height: 97px;
  object-fit: cover;  
}

  .oz_profileSec01_cont02_boxInner:nth-child(7n + 7){
    margin-right: 0;
  }
  
  .oz_profileSec01_cont02_boxTitle01{
    font-size: 16px;
    color:#ffffff;
    height: 30px;
    background: #000000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: "EB Garamond",'Noto Sans JP', sans-serif;
  }

.oz_profileSec01_cont02_boxTitle01 .oz_profileSec01_cont02_boxTitle01_span{
  font-size: 18px;
  color:#ffffff;
}
  
  .oz_profileSec01_cont02_boxTitle02{
    font-size: 16px;
    color:#535354;
    height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-top: none;
    margin-bottom: 3px;
    line-height: 22px;
    font-family: "Castoro Titling", serif;
  }  
  
  .oz_profileSec01_cont02_boxTitle02.oz_none:after{
    content:" ";
    display: inline-block;
    background: #535354;
    height: 1px;
    width: 25px;
  }
  
  .oz_profileSec01_cont02_boxTitle03{
    font-size: 16px;
    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: #41accb;
    text-decoration: underline;
    text-underline-offset: 5px;
  }  

  .oz_profileSec02.-gray{
    background: #f8f6f1;
    padding: 60px 0;
  }

  .oz_profileSec02_faqWrap{
/*    display: flex;
    justify-content: space-between;*/
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
  }
  
  .oz_profileSec02_faq01{
    width: 420px;
    position: relative;
    padding-left: 2em;
    font-size: 18px;
    line-height: 50px;
  }
  
  .oz_profileSec02_faq01:before{
    content:"Q.";
    font-size: 26px;
    font-family: "Castoro Titling", serif;
    position: absolute;
    left: 0;
    top:0;
  }
  
  .oz_profileSec02_faq02{
    /*width: 360px;*/
    position: relative;
    padding-left: 2em;
    font-weight: 18px;
    /*line-height: 50px;*/
    line-height: 26px;
    font-size: 16px;
  }
  
  .oz_profileSec02_faq02:before{
    content:"A.";
    font-size: 26px;
    font-family: "Castoro Titling", serif;
    position: absolute;
    left: 0;
    top:0;
    color:#a78f5a;
  }

  .oz_profileSec02_box02{
    margin: 90px 0;
    padding: 40px 50px;
    border:1px solid #a78f5a;
  }
  
  .oz_profileSec02_box02_title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
  }
  
  .oz_profileSec02_box02_title_span{
    color:#a78f5a;
  }
  
  .oz_profileSec02_box02_text{
    font-size: 16px;
    line-height: 26px;
  }

  .oz_profileSec02_box02_b{
/*    padding: 40px 50px;
    border:1px solid #d9d9d9;*/
    margin-bottom: 90px;
  }

  .oz_profileSec02_box03{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
  
  .oz_profileSec02_box03_boxInner{
    width:calc((100% - 15px) / 6);
    margin-right: 3px;
    margin-bottom: 3px;
  }
  
  .oz_profileSec02_box03_boxInner:nth-child(6n + 6){
    margin-right: 0;
  }
  
  .oz_profileSec02_box03_boxTitle01{
    font-size: 18px;
    color:#ffffff;
    height: 45px;
    background: #000000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  
  .oz_profileSec02_box03_boxTitle02{
    color:#535354;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-top: none;
    font-size: 26px;
  }  

  .oz_other_pageTitleWrap{
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f2f4;
    padding-top: 70px;
  }  
  
  .oz_other_pageTitle{
    display: inline-block;
    font-size: 60px;
    text-align: center;
    line-height: 1.25em;
  }    
  
  .oz_other_pageTItle_small{
    font-size: 15px;
    color:#b9002e;
    display:block;
    line-height: 1em;
    font-weight: normal;
  }
  
  .oz_profileSec01_ImgBoxFirstText{
    font-size: 16px;
    color:#929292;
  }

  .oz_profileSec02_box04{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_profileSec02_box03__list{
    width: calc((100% - 60px) / 4);
    margin-bottom: 60px;
    margin-right: 20px;
  }
  
  .oz_profileSec02_box03__list:nth-child(4n + 4){
    margin-right: 0;
  }
  
  .oz_profileSec02_box03__imgelem{
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.238;
    width: 100%;
    height: auto;
  }
  
  .oz_profileSec02_box03__date{
    font-size: 13px;
    margin: 15px 0 8px;
    color:#929292;
  }
  
  .oz_profileSec02_box03__text{
    font-size: 16px;
    line-height: 26px;
  }

  .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: 25px 0 50px 0;
    border-bottom: 1px dotted #eeeeee;
  }
  
  .oz_reviewBox_icon{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top:1px;
  }
  
  .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_span{
    font-size: 16px;
  }
  
  .oz_reviewSec02_box02 .oz_reviewBox{
    padding-right: 60px;
  }

  .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;
  } 