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

@media screen and (max-width:1100px){

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 90%;
  }

	.oz_content,
  .oz_content02,
  .oz_content03{
		width:calc(100% - 30px);
	}

/* 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: 220px;
  }
  
  .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 / 80%);
        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: none;
    }
    
    .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: 10px;
    float: none;
		width: calc(100% - 80px);
    max-width: 600px;
    margin: auto;
    position: inherit;
  }
  
  .oz_menuBox .oz_linkBtn .oz_headlink,
  .oz_menuBox li.oz_headlink a {
    font-size: 18px;
    height: 50px;
    width: 100%;
    margin-top: 50px;
  }

	.oz_menuBox .oz_menuBoxList:not(.oz_linkBtn):not(.oz_headlink) .oz_headlink {
		text-align: left;
		padding: 13px 0;
		display: block;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    position: relative;
	}

  .oz_menuBox .oz_menuBoxList:not(.oz_linkBtn):not(.oz_headlink) .oz_headlink:after {
    content:url("../images/oz_arrow.png");
		position: absolute;
    right: 15px;
    top:calc(50% - 10px);
	}
  
  .oz_menuBox .oz_linkBtn{
		
	}
	
	.oz_menuBox .oz_headlink {
		width: 100%;
    color:#ffffff;
    font-weight: 500;
	}
  
  .oz_menuBox .oz_menuBoxList{
    position: relative;
  }
  
  .oz_bdNone .oz_headlink {
    border-bottom: none !important;
  }
  
  .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;
}
  
  .spNone{
    display: none;
  } 
  
    .oz_spMenuIconWrap{
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }  
  
  .oz_spMenuIcon{
    margin:0 10px;
  }  
 
  
}
	
@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,
  .oz_content03{
    width: calc(100% - 40px);
  }
  
  .oz_mainImage {
    background: url(../images/oz_mainiamge.png) center;
    background-size: contain;
    min-height: 350px;
    margin: auto;
    background-repeat: no-repeat;
    margin-top: 55px;
    margin-bottom: 40px;
    width: calc(100% - 40px);
}
  
  .oz_pcLogo {
    max-width: inherit;
    max-height: inherit;
    width: 230px;
}
  
  .oz_TopSec01 {
    padding: 45px 0 70px;
}

.oz_Title {
    font-size: 45px;
  margin-bottom: 35px;
}
  
.oz_SubTitle {
    font-size: 12px;
}
  
.oz_TopSec01_text01 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 25px;
    text-align: center;
}

 #oz_wrapper .oz_ftsp13{
   font-size: 13px;
   line-height: 20px;
  }
  
  #oz_wrapper .oz_ftsp12{
    font-size: 12px;
  }
  
  #oz_wrapper .oz_ftsp14{
    font-size: 14px;
  }
  
  .oz_content02{
    width: calc(100% - 80px);
  }
  
  .oz_sec{
    padding: 25px 0;
  }
  
  .oz_sec.oz_TopSec02{
    padding-top: 60px;
  }
  
.oz_TopSec02--ListWrap .oz_TopSec02--List:nth-child(3n + 2){
    margin: inherit;
}
  
  .oz_TopSec02--ListWrap .oz_TopSec02--List {
    display: block;
    margin: 0;
    margin-bottom: 25px;
    width: calc((100% - 20px) / 2);
}
  
  .oz_TopSec02--ListWrap .oz_TopSec02--List:nth-child(odd) {
    margin-right: 20px;
  }
  
  .oz_TopSec02List--box {
    padding: 15px 0;
  }
  
  .oz_TopSec02List--icon{
    width: 15px;
  }
  
  .oz_TopSec02List--rank {
    margin-bottom: 15px;
    height: 22px;
  }
  
  .oz_TopSec02List--date {
    height: 22px;
  }
  
  #oz_wrapper .oz_TopSec02List--Text01{
    font-size: 12px;
  }
  
  .oz_TopSec02List--Text02 {
    font-size: 20px;
}
  
  .oz_TopSec02List--Text02 .oz_TopSec02List--Text02span {
    font-size: 13px;
    margin-left: 5px;
  }
  
  .oz_TopSec02List--Text03 {
    font-size: 11px;
  }
  
  .castListBnr {
    padding-top: 40px;
}
  
.oz_TopSec03--List {
    width: 100%;
   margin-bottom: 20px;
    margin-top: 0
}
  
.oz_TopSec03--List:last-child {
  margin-bottom: 0;
  }
  
.oz_TopSec03--List__img {
    width: 115px;
}  

.oz_TopSec03--List__Box {
    width: calc(100% - 115px);
    padding-left: 25px;
}
  
  .oz_TopSec03--List__Name .ft16{
    font-size: 14px;
  }
  
  .oz_TopSec03--List__Rate {
    font-size: 17px;
    margin-bottom: 5px;
  }
  
  .oz_TopSec03--List__Text {
    font-size: 13px;
    line-height: 20px;
}
  
.oz_btn {
    width: 250px;
    height: 50px;
  font-size: 14px;
}
  
.oz_btnWrap {
    margin-top: 30px;
}
  
  .oz_TopSec04--ListWrap .slick-list{
    width: 80%;
    margin: auto;
  }
  
  .oz_TopSec04--List__box {
    padding: 25px;
}
  
  .oz_TopSec04--ListWrap .prev {
    left: 30px;
    top: calc(50% + 55px);
    width: 35px;
}
  
    .oz_TopSec04--ListWrap .next {
    right: 30px;
    top: calc(50% + 55px);
    width: 35px;
}
  
  .oz_TopSec04--List__text01.oz_ft16{
    font-size: 15px;
  }
  
  .oz_TopSec04--List__text03 {
    font-size: 13px;
    line-height: 20px;
}

  
  .oz_TopSec04--List__text02 {
    font-size: 12px;
    margin-bottom: 15px;
}
  
.oz_TopSec05__table {
    margin-top: 30px;
}
  
.oz_TopSec05__tableTh {
    width: 80px;
    padding-left: 0;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
  
.oz_TopSec05__tableTd {
    width: calc(100% - 80px);
    font-size: 13px;
} 
  
.oz_TopSec06_UdBnr {
    margin: 45px 0 30px;
}
  
.oz_TopSec06_UdBnr__list:not(:nth-child(4n + 4)) {
    margin-right: inherit;
}
.oz_TopSec06_UdBnr__list {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
}
  
.oz_TopSec06_UdBnr__list:nth-child(odd) {
    margin-right: 15px;
}  

.oz_foot {
    margin-top: 40px;
}
  
.foot_tel__text01 {
    font-size: 40px;
}
  
.foot_tel__text02 {
    font-size: 12px;
}
  
.oz_foot__cont02 {
    display: block;
    margin-top: 30px;
    padding-bottom: 30px;
}
  
.oz_foot__cont02__ListWrap {
    display: none;
}
  
  .oz_foot__cont02__box01{
    text-align: center;
  }
  
  .footLogo{
    margin: auto;
  }
  
  .oz_foot__cont02__text01.ft16{
    font-size: 12px;
  }
  
  .oz_foot__cont02__copy {
    font-size: 11px;
    margin-top: 30px;
}
  
.oz_entry_wrap{
width: calc(100% - 40px);
}

.oz_entry{
  height: auto;
  width: 48%;
  aspect-ratio:1/1;
}  
  
.oz_entry .oz_entry_text01{
font-size: 33px;
}  
  
.oz_entry .oz_entry_text02{
font-size: 14px;
}    

  .oz_entry_text{
    font-size: 12px;
    line-height: 20px;
    bottom:20%;
  } 
  
  
  .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% - 100px);
    text-decoration: none;
  }
  
  .oz_track02{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #181818;
    height: 50px;
    width: 50px;
    text-decoration: none;
  }
  
  .oz_track03{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #05b903;
    height: 50px;
    width: 50px;
    text-decoration: none;
  }

  .oz_track04{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0F73FF;
    height: 50px;
    width: 50px;
    text-decoration: none;
    color: white;
  }

  .oz_track04 svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .oz_track05{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9595F9;
    height: 50px;
    width: 50px;
    text-decoration: none;
    color: white;
  }

  .oz_track05 svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .oz_track01_img{
    display: inline-block;
    margin-right: 8px;
  }
  
  .oz_spfoot.oz_none{
  bottom:-100px;
}
  
/*otherpage*/
  .oz_firstSec{
    padding-top: 45px;
  }  
  
.oz_other_pageTitleWrap {
    height: 140px;
    padding-top: 15px;
}
  
.oz_other_pageTitle {
    font-size: 50px;
line-height: 1em;
}
  
.oz_other_pageTItle_small {
    font-size: 12px;
  margin-top: 0;
}
  
.oz_other .oz_header_wrap,
.oz_other .oz_spHead{
    background: none;
}  
  
.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_foot{
    padding-bottom: 50px;
  }
  
/*recruit*/  
/*  .oz_recruitSec01__th{
    font-size: 14px;
    padding:10px 0;
    width: 80px;
  }
  
  .oz_recruitSec01__td{
    font-size: 14px;
    padding:10px 0;
    width: calc(100% - 80px);
  }*/

  .oz_recruitSec01__table td:first-child{
    font-size: 14px;
    padding:10px 0;
    width: 80px;
  }
  
  .oz_recruitSec01__table td:nth-child(2){
    font-size: 14px;
    padding:10px 0;
    width: calc(100% - 80px);
  }

  .oz_recruitSec01__span02{
    font-size: 14px;
  }  
  
  .oz_recruitSec01__ul{
    padding-top: 0;
  }
  
  .oz_recruitSec01__ul .oz_recruitSec01__list:nth-child(5n + 5){
    margin-right: inherit;
  }
  
  #oz_wrapper .oz_recruitSec01__ul .oz_recruitSec01__list{
    font-size: 12px;
    margin-right: 5px;
    width: calc((100% - 10px) / 3);
    height: 30px;
  }
  
  #oz_wrapper .oz_recruitSec01__ul .oz_recruitSec01__list:nth-child(3n + 3){
    margin-right: 0;
  }  
  
  .oz_recruitSec02{
    margin-top: 50px;
  }
  
  .oz_recruitSec02_text01 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 20px;
}
  
  .oz_recruitSec02_text02 {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
  
  .oz_recruitSec03 {
    margin-top: 50px;
}
  
    .oz_recruitSec03 .oz_recruitSec03__title{
    font-size: 13px;
  }
  
  .oz_recruitSec03 .oz_recruitSec03__input{
    padding:10px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  
  .oz_recruitSec03 .oz_recruitSec03__t_area{
    height: 100px;
  }
  
  .oz_recruitSec03 .oz_recruitSec03__Btn {
    width: 210px;
    height: 50px;
    font-size: 14px;
}
  
  .oz_lastsec{
    margin-bottom: 85px;
  }

  .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__text {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 45px;
}

  .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;
  }
  
  .oz_serviceSec01__ul {
    display: block;
    margin-bottom: 0;
  }
  
  .oz_serviceSec01__list {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    text-align:left;
}
  
  .oz_serviceSec01__list__cont{
    display: flex;
    padding: 8px;
    padding-left: 30px;
  }
  
  .oz_serviceSec01__list__cont br{
    display: none;
  }
  
  .oz_serviceSec01__list__text01 {
    font-size: 15px;
}
  
  .oz_serviceSec01__list__text02 {
    font-size: 15px;
    margin-left: 10px;
}
  
  .oz_serviceSec01__list:not(:last-child):after {
    content: " ";
    width: 10px;
    height: 10px;
    background: url("../images/oz_arrow02.svg") center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: inherit;
    transform: rotate(90deg);
    bottom:-14px;
    right: calc(50% - 7px);
}
  
  .oz_serviceSec01__textbox__text01 {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
}
  
  .oz_serviceSec01__textbox__text02 {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
  
.oz_serviceSec01__textbox {
    padding-top: 20px;
    text-align: left;
}
  
.oz_serviceSec02__cont02__title:after{  
    top:1px;  
}

.oz_serviceSec02 .oz_content02{ 
    width: 100%;
}
  
  .oz_serviceSec02__text01 {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 40px;
}
  
.oz_serviceSec02__text02_a {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}  
  
.oz_serviceSec02__text02_b {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}
  
.oz_serviceSec02__text02__box {
    margin-bottom: 0;
}
  
.oz_serviceSec02__cont02__title {
    margin-bottom: 15px;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    padding-bottom: 10px;
}
  
.oz_serviceSec02__cont02__list__text {
    font-size: 15px;
}
  
.oz_serviceSec02__cont02__list {
    padding: 6px 0;
}
  
.oz_serviceSec02__cont02__column2 .oz_serviceSec02__cont02__ul {
    width: 100%;
}
  
.oz_serviceSec02__cont02__column2 {
    display: block;
}

.oz_serviceSec02__cont02__list_eng {
    font-size: 18px;
}

.oz_serviceSec02__cont02__list_ft15 {
    font-size: 13px;
}
  
.oz_mt15 {
    margin-top: 8px;
    padding-left: 0;
    font-size: 11px;
}
  
.oz_serviceSec02__cont02__box {
    padding-top: 40px;
}
  
  .oz_serviceSec03{
    padding: 30px 0;
  }
  
  .oz_serviceSec03__text02{ 
    margin: 15px 0; 
  }  
  
.oz_serviceSec03__box {
    padding: 15px 30px;
}  
  
.oz_serviceSec03__text01 {
    font-size: 15px;
}
  
  .oz_serviceSec03__text03 {
    font-size: 12px;
}
  
.oz_serviceSec04__list {
    padding: 6px 0;
}  

.oz_serviceSec04__listtext {
    font-size: 14px;
}
  
.oz_serviceSec04__text01 {
    margin-bottom: 6px;
    font-size: 14px;
}
  
.oz_serviceSec04__listtext_eng {
    font-size: 18px;
}
  
.oz_serviceSec04__ul {
    margin-bottom: 30px;
}
  
.oz_serviceSec04__text02 {
    font-size: 12px;
    line-height: 17px;
}
  
  .oz_serviceSec05 {
    padding-top: 25px;
  }
  
  
.oz_serviceSec05__text {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
} 
  
  
.oz_concept_title {
    font-size: 18px;
    margin-bottom: 30px;
}
  
/*  .oz_concept_imgelem{
    width: 80%;
  }
  
  .oz_concept_img{
    margin-bottom: 30px;
  }  */
  
  .oz_concept_subtitle {
    font-size: 20px;
    margin-bottom: 20px;
}
  
  .oz_concept_text {
    font-size: 13px;
    line-height: 20px;
}


  /* add */

  .sp-only {
    display: inline; /* スマートフォンでは表示（改行を有効にする） */
  }
  
  .is-style-section_ttl{
      font-size: 45px;
      margin-bottom: 35px;
  }

  .is-style-section_ttl small{
    font-size: 12px;
  }

  .oz-block-fullWide.oz_concept h3{
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 25px;
    text-align: center;
  }

  .oz-block-fullWide.oz_concept p{
    font-size: 13px;
    line-height: 20px;
  }

  .oz_concept_img img{
    width: 80%;
    margin-bottom: 30px;
  }

  /* calendar  */
  .oz_Calendar--Table {
    width: 100%;
    table-layout: fixed;
    font-size: 11px;
    border-collapse: collapse;
  }

  .oz_Calendar--Table th,
  .oz_Calendar--Table td {
    padding: 2px;
    height: 42px; /* 正方形に近づける高さ */
    text-align: center;
    vertical-align: top;
  }

  .oz_Calendar--Date {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
  }

  .oz_Calendar--TimeInfo,
  .oz_Calendar--Note,
  .oz_castTag {
    font-size: 10px !important;
    line-height: 1.2;
    word-break: break-word;
  }

  .oz_Calendar--Header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .oz_Calendar--Prev a,
  .oz_Calendar--Next a {
    font-size: 12px;
  }

  .oz_Calendar--Legend .oz_castTag {
    display: inline-block;
    margin: 2px 4px;
    font-size: 10px;
  }

  .oz-room {
    padding: 1px 4px !important;
    font-size: 10px !important;
  }


  .oz_loginBtn, .oz_reserveBtn, .oz_reviewBtn {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    min-width: 100%;
    border-radius: 100px;
    text-decoration: none;
    margin-top: 10px;
  }

  .oz_reviewBtn {
    background: #4f46c1;
  }

  .oz_reserveBtn {
    background: #ba002f;
  }

  .oz_loginBtn {
    background: #7a6363;
  }

  .oz_loginWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .oz_loginText {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .oz_loggedIn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .oz_userIconWrap {
    background: #ffffff;
    border: 2px solid #d3d3d3; /* 枠をグレーに */
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
  }

  .oz_loggedIn img.oz_userIcon {
    border-radius: 50%;
    width: 150px; /* アイコン画像を大きく */
    height: 150px;
  }

  .oz_userName {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }

  .oz_menuBox .oz_linkBtn .oz_headlink {
    font-size: 18px;
    height: 50px;
    width: 100%;
    margin-top: 50px;
  }

  /* モバイル用スタイル */
  .sp-only {
    display: block;
  }

  .pc-only {
    display: flex;
  }

  .oz_reserveBtn{
    margin-left: 0;
  }


  #wpmem_msg, .wpmem_msg {
      width: 100%;
  }

  #wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
      width: 100%;
  }

  .oz_Diary__Likes{
    margin-top:0px;

  }
  .oz_CommentIcon,.oz_HeartIcon{
    font-size:16px;
  }

}
  
  
}



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

/* ===== SPメニュー 新デザイン：旧スタイル打ち消し ===== */
/* 旧メニュー内の白文字・センタリング等をリセット */
#oz_global-nav .oz_menuBox,
#oz_global-nav .oz_menuBoxList,
#oz_global-nav .oz_headlink,
#oz_global-nav .oz_loginWrap,
#oz_global-nav .oz_navFirst,
#oz_global-nav .oz_pageUd_info,
#oz_global-nav .oz_pageUd_tel,
#oz_global-nav .oz_pageUd_time {
  color: #222 !important;
  background: transparent !important;
  border-color: #e0e0e0 !important;
}

/* ===== SPメニュー 新デザイン：全画面サイズに適用 ===== */
#oz_global-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  transition: right 0.4s ease-in-out;
}

header.open #oz_global-nav {
  right: 0;
  transform: none;
}

/* バックドロップ（エリア外クリック用） */
#oz_nav-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

header.open #oz_nav-backdrop {
  display: block;
}

/* ハンバーガー：白背景になったので開いた時もダーク色に */
.open #oz_nav-toggle .oz_nav-toggle__in_span {
  background: #333;
}

.open #oz_nav-toggle .oz_nav-toggle__in_span:nth-child(4) {
  color: #333;
  background: none;
}


/* ============================================================
   SP のみ（800px 以下）
   ============================================================ */
@media screen and (max-width:800px) {

  #oz_nav-toggle {
    display: block;
  }

  .pc-only {
    display: none;
  }

}
