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

@media screen and (max-width:1300px){
  #oz_wrapper{
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (max-width:1100px){
	.oz_content{
		width:calc(100% - 30px);
	}
  
  .oz_head01,
  .oz_head02{
    display: none;
  }
  
  .oz_spHead .oz_tdnone{
    color:#000000;
  }

/* SP Menu */
  .oz_spLogo,.oz_navFirst{
    display: block;
  }
  
  .oz_headPcText{
    display: none;
  }  
    .oz_pcLogo{
    max-width: 100%;
      max-height: 100%;
  }

 
  .oz_header_wrap .oz_logo {
    float: none;
    padding-top: 0;
    width: 76px;
    margin: 0;
    margin-top: -3px
  }
  
  .oz_header_wrap {
    padding: 13px 10px;
    position: relative;
    height: 55px;
    background: #ffffff;
    z-index: 9999;
  }
  
  
  .oz_spHead {
      display: flex;
      padding: 8px;
      justify-content: center;
      align-items: center;
      position: absolute;
      background: #ffffff;
      bottom: 0;
      right: 58.88px;
      font-size: 10px;
      text-align: center;
      height: 53px;
      padding-top: 10px;
      z-index: 9999;
  }
  
  .oz_spHead .oz_headlink{
    color:#000000;
    text-decoration: none;
  }
  
	.oz_head{
		height: 55px;
		justify-content: center;
		z-index:999999;
    background: #ffffff;
    position: fixed;
        width: 100vw;
	}
	
	/* Toggle Button */
	#oz_nav-toggle {
		display: none;
		position: absolute;
    width: 58.88px;
    height: 53px;
    cursor: pointer;
    z-index: 99999;
    background-size: cover;
    right: 0;
    top: 0;
    background: initial;
  }
	
	.oz_navFixed {
		display: block;
	}
    
	#oz_nav-toggle .oz_nav-toggle__in{
		position: relative;
        width: 50px;
	}
    
	#oz_nav-toggle .oz_nav-toggle__in_span {
		display: block;
		position: absolute;
		height: 1px;
		width: 60%;
		background: #000000;
		left: 15px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
        border-radius: 50px;
	}
    
	#oz_nav-toggle .oz_nav-toggle__in_span:nth-child(1) {
		top: 14px;
	}
    
	#oz_nav-toggle .oz_nav-toggle__in_span:nth-child(2) {
		top: 21px;
	}
    
	#oz_nav-toggle .oz_nav-toggle__in_span:nth-child(3) {
		top: 28px;
	}
  
	#oz_nav-toggle .oz_nav-toggle__in_span:nth-child(4) {
		top: 33px;
    font-size: 10px;
    background: none;
	}  
    
    .oz_nav-in {
        padding: 0px;
    }
	   
    #oz_global-nav {
        position: absolute;
        background: rgba(0 0 0 / 90%);
        width: 100%;
        height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -100%;
        top:0;
        z-index: 9999;
		box-sizing: border-box;
      overflow: scroll;
    }
  
  .oz_pageUd_tel a{
    color: #ffffff;
    text-decoration: none;
  }
	
    #oz_nav-toggle {
        display: block;
    }
    
    .open #oz_nav-toggle .oz_nav-toggle__in_span:nth-child(1) {
        top: 20px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    
    .open #oz_nav-toggle .oz_nav-toggle__in_span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    
    .open #oz_nav-toggle .oz_nav-toggle__in_span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
  
  .open #oz_nav-toggle .oz_nav-toggle__in_span{
    background: #ffffff;
  }
  
  .open #oz_nav-toggle .oz_nav-toggle__in_span:nth-child(4){
    color:#ffffff;
    background: none;
  }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #oz_global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }

  
  .oz_menuBox{
		display: block;
		align-items: center;
    padding-top: 45px;
    float: none;
		width: calc(100% - 80px);
    max-width: 600px;
    margin: auto;
    position: inherit;
  }
  
  .oz_menuBox .oz_linkBtn .oz_headlink {
    font-size: 18px;
    height: 50px;
    width: 100%;
  }
	
	.oz_menuBox .oz_menuBoxList:not(.oz_linkBtn) .oz_headlink {
		text-align: left;
		padding: 13px 0;
		display: block;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    position: relative;
	}
  
  .oz_menuBox .oz_menuBoxList:not(.oz_linkBtn) .oz_headlink:after {
    content:" ";
    width: 10px;
    height: 10px;
    background: url("../images/oz_arrow.png") center;
    background-size: contain;
    background-repeat: no-repeat;
		position: absolute;
    right: 15px;
    top:calc(50% - 7px);
	}
  
	.oz_menuBox .oz_headlink {
		width: 100%;
    color:#ffffff;
    font-weight: 400;
	}
  
  .oz_menuBox .oz_menuBoxList{
    position: relative;
  }
  
  .oz_bdNone .oz_headlink {
    border-bottom: none !important;
  }
  
  
  .spNone{
    display: none;
  } 
  
  
   .oz_pageUd_tel{
    font-size: 35px;
    margin-top: 10px;
    color:#ffffff;
  }
  .oz_menuTelicon{
    display: inline-block;
    margin-right: 7px;
  }
  
  .oz_pageUd_time{
  font-size: 12px;
  color:#ffffff;
  margin-bottom: 20px;
}
  
    .oz_spMenuIconWrap{
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }  
  
  .oz_spMenuIcon{
    margin:0 10px;
  }  

  .oz_linkBtn .oz_headlink{
    background:#a78f5a;
    margin-top: 40px;
  }  
  
  
}
	
@media screen and (max-width:850px){

}
	
	
@media screen and (max-width:767px){
  /* support iOS */  
	.sp{
		display: block;
	}
	
	.pc{
		display: none !important;
	}
	
  #oz_wrapper{
    width: 100vw;
    overflow-x: hidden;
  }
  
  .oz_content{
    width: calc(100% - 40px);
  }
  
  	.oz_mainImage{
		background: url("../images/oz_spmain.png") center;
		background-size:cover;
		width: 100%;
		min-height: auto;
    background-repeat: no-repeat;
    aspect-ratio:1/0.933;
      margin-top: 55px;
	}
  
  .oz_TopSec01 {
    padding: 75px 0;
  }
  
  .oz_Title {
    font-size: 35px;
  }
  
  .oz_SubTitle {
    font-size: 12px;
  }
  
  .oz_TopSec01_logo {
    margin: 20px 0 30px;
  }
  
  .oz_TopSec01_text{
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
  
  .oz_mb {
    margin-bottom: 40px;
  }
  
  .oz_pdg {
    padding: 75px 0;
  }
  
  .oz_new {
    padding: 4px 14px;
    font-size: 13px;
  }
  
  .oz_TopSec02--ListWrap .slick-list {
    overflow: hidden;
  }
  
  .oz_TopSec02--List__text01 {
    font-size: 13px;
  }
  
  .oz_TopSec02--List__text02 {
    font-size: 20px;
  }
  
  .oz_TopSec02--List__text03 {
    font-size: 12px;
  }  
  
  .oz_TopSec02--List__box {
    padding:15px 10px;
  }
  
  .oz_TopSec03--List__box,
  .oz_TopSec03--List__imgWrap{
    width: 100%;
}
  
  .oz_TopSec03cont{
    padding:40px 20px;
    display: block;
  }
  
  .oz_TopSec03--List__text01{
    font-size: 15px;
  }
  
  .oz_TopSec03--List__text02{
    font-size: 25px;
    margin-bottom: 10px;
  }
  
  .oz_TopSec03--List__text03{
    font-size: 12px;
    margin-bottom: 20px;
  }  
  
  .oz_TopSec03--List__text04{
    font-size: 13px;
    line-height: 20px;
  }
  
  .oz_btnWrap{
    margin-top: 30px;
    text-align: center;
  }
  
  .oz_btn{
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
  
  .oz_TopSec04--box {
    padding: 30px 15px;
  }
  
  .oz_TopSec04--title {
    font-size: 16px;
  }
  
  .oz_TopSec04--date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .oz_TopSec04--text {
    font-size: 13px;
  }
  
  .oz_TopSec05List--textWrap {
    padding: 20px;
  }
  
  .oz_TopSec05ListBox {
    display: block;
  }
  
  .oz_TopSec05List {
    width: 100%;
  }
  
  .oz_TopSec05List:nth-child(3n + 2) {
    margin:0;
    margin-bottom: 20px;
}
  
  .oz_TopSec05List:not(:last-child){
    margin-bottom: 20px;
  }
  
  .oz_TopSec05List--text01 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .oz_TopSec05List--text02 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  
  .oz_TopSec05List--text03 {
    font-size: 12px;
    line-height: 20px;
  }  
  
  .oz_lastsec {
    padding-top: 45px;
  }
  
  .oz_TopX {
    height: 280px;
  }
  
  .oz_footBtn {
    width: 280px;
  }
  
  .oz_footBtn {
    font-size: 16px;
  }
  
  .oz_footTel01span {
    font-size: 31px;
  }
  
  .oz_foottel{
    width:17px;
  }
  
  .oz_foottel a{
    color:#000000 !important;
    text-decoration: none !important;
  }
  
  .oz_footTel02 {
    font-size: 13px;
    margin-bottom: 45px;
  }
  
  .oz_footTel01 {
    margin-top: 30px;
  }
  
  .oz_foot__box02 {
    display: none;
  }
  
  .oz_underCont {
    padding: 85px 0 100px;
  }
  
  .oz_foot {
    padding: 0 0 100px;
  }
  
  .oz_foot__cont {
    display: block;
    margin-top: 55px;
    text-align: center;
  }
  
    .oz_spfoot{
    position: fixed;
    left: 0;
    bottom:0;
    width: 100%;
    display: flex;
    transition: 0.5s;
  }
  
  .oz_track01{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#ba002f;
    color:#ffffff;
    font-size: 15px;
    height: 50px;
    width: calc(100% - 140px);
    text-decoration: none;
  }
  
  .oz_track02{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #181818;
    height: 50px;
    width: 70px;
    text-decoration: none;
  }
  
  .oz_track03{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #05b903;
    height: 50px;
    width: 70px;
    text-decoration: none;
  }
  
  .oz_track01_img{
    display: inline-block;
    margin-right: 8px;
  }
  
  .oz_spfoot.oz_none{
  bottom:-100px;
}
  

/* noSlide */
.oz_TopSec02--ListWrap_pt02 .oz_TopSec02--List{
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}

.oz_TopSec02--ListWrap_pt02 .oz_TopSec02--List:nth-child(4n + 4){
  margin-right: inherit;
}
  
  .oz_TopSec02--ListWrap_pt02 .oz_TopSec02--List:nth-child(even){
  margin-right: 0 !important;
}
  
  
/*otherPage*/
  .oz_enter_logo{
    width: 225px;
  }
  
  .oz_enterBtn {
    width: 200px;
    padding: 20px 0;
    font-size: 20px;
    margin-bottom: 180px;
  }
  
  .oz_enterText {
    font-size: 12px;
    line-height: 22px;
  }
  
  .oz_enterSec01 {
    padding: 50px 0 25px;
  }
  
  .oz_enterfootLogo{
    width: 160px;
    display: inline-block;
    margin-bottom: 20px;
  }
  
  .oz_e_footerNav{
    display: none;
  }
  
  .oz_pagetitle {
    font-size: 35px;
  }
  
  .oz_pagetitleSmall {
    font-size: 12px;
    margin-top: 5px;
  }
  
  .oz_pagetitleWrap {
    padding-top: 55px;
    height: 190px;
  }
  
  .oz_recruitSec01 {
    padding: 10px 0 40px;
  }
  
  .oz_recruitSec01--text01 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .oz_recruitSec02--cont .oz_recruitSec02--dt,
  .oz_recruitSec02--cont .oz_recruitSec02--dd{
    font-size: 13px;
  }
  
  .oz_recruitSec02--cont .oz_recruitSec02--input {
    margin-bottom: 15px;
    padding: 8px;
  }
  
  .oz_recruitSec02--submit {
    font-size: 13px;
    height: 50px;
    width: 200px;
  }
  
.oz_recruitSec01--text02Wrap {
    display: block;
  text-align: center;
}

.oz_recruitSec01--text02 {
    margin: 0;
  padding-bottom: 5px;
    font-size: 15px;
  margin-bottom: 10px;
}

.oz_recruitSec01--text02_span01 {
    font-size: 20px;
}

.oz_recruitSec01--text02_span02 {
    font-size: 33px;
}

.oz_recruitSec01--table {
    margin-top: 45px;
}

.oz_recruitSec01--th {
    padding: 8px 0;
    width: 45px;
    font-size: 14px;
}

.oz_recruitSec01--td {
    padding: 8px 0;
    width: calc(100% - 45px);
    font-size: 14px;
}

.oz_recruitSec01--li {
    font-size: 13px;
    height: 30px;
    width: calc((100% - 6px) / 3);
    margin-bottom: 3px;
    margin-right: 3px !important;
}

.oz_recruitSec01--li:nth-child(3n + 3) {
  margin-right: 0 !important;
} 

/* price */

.oz_service .oz-block-fullWide__inner{
  max-width: 90%;
}

.oz_serviceSec03__box {
    padding: 15px 30px;
    border: none;
}  
  
.oz_serviceSec03__text01 {
    font-size: 15px;
}
  
  .oz_serviceSec03__text03 {
    font-size: 12px;
}

.oz_profileSec01_cont01 {
    display: block;
    max-width: 100%;
    margin-bottom: 57px;
}  
  
.oz_profileSec01_box01 {
    width: 100%;
}  
  
.oz_profileSec01_box01_img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1.428;
}  
  
.oz_profileSec01_ImgBox {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}
  
.oz_profileSec01_box02_text01_a {
    font-size: 30px;
}  

.oz_profileSec01_cont02_boxInner:nth-child(7n + 7) {
    margin-right: inherit;
}

.oz_profileSec01_cont02_boxInner {
    width: calc((100% - 9px) / 4);
  margin-right: 3px;
  margin-bottom: 10px;
}

.oz_profileSec01_box02_IconDetail {
    margin-right: 4px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding: 6px 12px;
    color: #3c3c3c;
    margin-bottom: 4px;
}  
  
.oz_profileSec01_box02_Icon {
    margin-top: 20px;
}
  
  .oz_profileSec01_box02_text02{
    font-size: 12px;
  }
  
/*.oz_profileSec01_ImgBoxFirstText {
    font-size: 13px;
} */ 
  
.oz_profileSec01_cont02_boxInner:nth-child(4n + 4) {
    margin-right: 0;
}

.oz_profileSec01_cont02_boxTitle01 {
    font-size: 15px;
    height: 27px;
}

.oz_profileSec01_cont02_boxTitle01 .oz_profileSec01_cont02_boxTitle01_span {
    font-size: 13px;
}

.oz_profileSec01_cont02_boxTitle02 {
    font-size: 15px;
    height: 45px;
    line-height: 18px;
}

.oz_profileSec01_cont02_boxTitle03 {
    font-size: 13px;
    height: 27px;
}

.oz_profileSec02{
  padding-top: 25px;
}

#oz_wrapper .oz_mb45 {
    margin-bottom: 30px;
}

.oz_profileSec02_faqWrap {
    display: block;
}

.oz_profileSec02_faqWrap:first-child {
 padding-top: 0; 
}  
  
.oz_profileSec02_faqWrap:last-child {
 padding-bottom: 0;
  border-bottom: 0;
}  
  
.oz_profileSec02_box02 {
    margin: 45px 0;
    padding: 30px 20px;
}  

.oz_profileSec02_faq01,
.oz_profileSec02_faq02{
    width: 100%;
    position: relative;
    padding-left: 2em;
    font-size: 14px;
    line-height: 22px;
}
  
.oz_profileSec02_faq01:before,
.oz_profileSec02_faq02:before{
    font-size: 18px;
}
  
.oz_profileSec02_box02_title {
    font-size: 15px;
    margin-bottom: 20px;
}
  
.oz_profileSec02_box02_text {
    font-size: 13px;
    line-height: 20px;
}
  
.oz_profileSec02_box02_b {
    padding: 30px 20px;
    margin-bottom: 45px;
}
  
.oz_profileSec02_box03_boxInner:nth-child(6n + 6) {
    margin-right: inherit;
}
  
  .oz_profileSec02_box03_boxInner{
    width: calc((100% - 9px) / 3);
    margin-right: 3px;
  }  
  
  .oz_profileSec02_box03_boxInner:nth-child(3n + 3){
    margin-right: 0;
  }    
  
  .oz_profileSec02_box03_boxTitle01 {
    font-size: 13px;
    height: 27px;
  }
  
  .oz_profileSec02_box03_boxTitle02 {
    height: 40px;
    font-size: 22px;
  }
  
  .oz_profileSec02_box03 {
    margin-bottom: 45px;
  }
  
  .oz_profileSec02_box03__list:nth-child(4n + 4){
    margin-right: 0;
  }
  
  .oz_profileSec02_box03__list {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
    margin-right: 20px;
}
  
  .oz_profileSec02_box03__list:nth-child(even) {
    margin-right:0;
} 
  
  .oz_profileSec02_box03__date {
    font-size: 12px;
    margin: 10px 0 5px;
}

  
.oz_profileSec02_box03__text {
    font-size: 13px;
    line-height: 20px;
}
  
  
.oz_btnWrap.oz_pt02 {
    margin-bottom: 75px;
}
  
.oz_profileSec02_box05 {
    margin-top: 0;
}
  
.oz_Review__wrap {
    padding: 40px 0;
    border-bottom: 1px dotted #eeeeee;
}
  
.oz_Review__wrap:nth-child(1) {
    padding-top:0;
}
  
.oz_Review__revierName {
    font-size: 14px;
    margin: 10px 0;
} 
  
.oz_Review__revierNameSpan {
    font-size: 12px;
    margin-left: 8px;
}
  
.oz_Review__Rate {
    font-size: 18px;
    margin-bottom: 0px;
}

.oz_Review__Text {
    font-size: 13px;
    line-height: 20px;
}
 
.oz_reviewBox_text {
    margin-bottom: 8px;
    font-size: 14px;
} 

.oz_reviewBox {
    margin-top: 15px;
    padding: 15px;
}

  .oz_reviewSec01__text {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}
  
  .oz_reviewSec02_box01 {
    width: 160px;
    margin-bottom: 15px;
}
  
  .oz_reviewSec02_cont {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  
  .oz_reviewSec02_box02 {
    width: 100%;
  }
  
  .oz_reviewSec02_cont .oz_Review__Name {
    position: absolute;
    top: 40px;
    left: 180px;
  }
  
  .oz_reviewSec02_cont .oz_Review__Rate {
    position: absolute;
    top: 75px;
    left: 180px;
  }
  
  .oz_reviewSec02_cont .oz_Review__revierName{
    position: absolute;
    top: 100px;
    left: 180px;
    display: block;
    line-height: 1.5em;
  }
  
  .oz_reviewSec02_cont .oz_Review__revierNameSpan{
    display: block;
    margin-left: 0;
  } 
  
  .oz_reviewSec02_box02 .oz_reviewBox {
    padding-right: 15px;
  }
  
  .oz_link {
    font-size: 13px;
  }
  
  .oz_pager {
    padding-top: 10px;
  }
  
}



/*
@media screen and (max-height:700px){
  #global-nav {
    overflow: scroll;
    padding-bottom: 100px;
  }
}
*/