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



/********************事業所紹介背景　大阪、23区など地域の時*************************/
#toggle_contents_nomodal{
	width:90%;
	margin:0 auto;
}

#toggle_contents_nomodal .office_box{
	width:90%;
	margin:0 auto;
}
@media (min-width: 768px) {
#toggle_contents_nomodal{
	width:75%;
	margin:0 auto;
}

#toggle_contents_nomodal .office_box{
	width:90%;
	margin:0 auto;
}	
}

/*********************************************/

/********************事業所紹介ひとつだけの時*************************/

.toggle_title_one {
	font-weight: 600;
    line-height: 34px;
    margin: 0 0 10px 0;
    /* padding: 0 0 0 10px; */
    position: relative;
    transition: 0.3s;
    background: var(--main-bg-color);
    color: #fff;
    border-radius: 36px;
	font-size: 18px;
	transition: ease-in-out 0.3s
}
@media screen and (min-width: 768px) {
.toggle_title_one{
	line-height: 38px;
	font-size: 20px;
	margin:20px 0 10px 0;
}
}
/*********************************************/

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 5px;
}


.modal_text{
	line-height:1.4em;
	font-size:14px
}


@media screen and (min-width: 768px) {
.modal_text{
	clear:both;
	line-height:1.8em;
	text-align:left
}
}


.office_name{
    margin: 30px auto 20px auto;
	font-size:7vw;
	
}
@media screen and (min-width: 768px) {
.office_name{
    margin: 30px auto 20px auto;
    padding-bottom: 8px;
    font-weight: 600;
    clear: both;
    font-size: 28px;
    display: table;
}
}

.office_box{
	width:100%;
	margin:0 auto;
	padding: 0 0 33px 0px;
}

.office_img img{
	border-radius:6px;
	margin:5px auto 7px auto;
}
@media screen and (min-width: 768px) {
.office_img img{
	width:100%;
	margin:0px auto 7px auto;
}
}

.office_time{
	margin-bottom:5px !important;
}

.office_time,
.walk_time
{
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-left:21px !important;
	line-height: 1.5em;
}
.walk_time{
	margin:0px 0 8px 0 !important;
}

.office_time::before{
	content: "";
    display: inline-block;
    width: 16px;
    height:16px;
    background: url(../img/time_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
	top:3px;
	margin-left:-21px
}

.walk_time::before{
	content: "";
    display: inline-block;
    width: 16px;
    height:16px;
    background: url(../img/train_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
	top:3px;
	margin-left:-19px
}

.tel_mail_btn{
flex-direction: column;
    display: flex;
/*
	display:flex;
	justify-content: space-between;
	margin-top:7px
*/
}

.tel_mail_btn li{
	width:100%;
	margin-bottom: 7px
}

/**************20220525追加*******************/
:root{
	/**/
  --btn-color:#0dca63;
  --btn-sub-color:#0d9545;
  --main-bg-color:#f08300
}

.map_btn_mini{
background: var(--btn-color);
    color: #fff;
    text-decoration: none;
    border-radius: 9px;
    padding: 1px 8px;
    font-size: 11px;
    margin-left: 4px;
	transition: ease-in-out .3s;
	box-shadow: 0 2px 0 var(--btn-sub-color);
}
.map_btn_mini:hover{
opacity: .7
}
@media screen and (min-width: 768px) {
.map_btn_mini{
font-size: 10px;
}
}

/**************20220525追加*******************/



.office_btn{
	
    border-radius: 8px;
    font-size: 16px;
    height: 35px;
    font-weight: 600;
    width: 100%;
    line-height: 2em;
	

}

.office_btn span{
	position:relative;
	padding-left:22px
}

.office_btn span::before{
	content: "";
    display: inline-block;
    width: 20px;
    height:20px;
    background: url(../img/point_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
	top:2px;
	margin-left:-17px
}
@media screen and (min-width: 768px) {
.office_btn span::before{
	top: 5%;
}
}

.office_btn.tel span::before{
    width: 20px;
    height:20px;
    background: url(../img/phone_icon.svg) no-repeat;
	top:3px;
	margin-left:-17px
}
.office_btn.tel{order: 2;}
.office_btn.mail{order: 1}

@media screen and (min-width: 768px) {
.office_btn.tel{
	display: none;
	visibility:hidden;
	position:relative
}
}

.office_btn.mail span::before{
    width: 18px;
    height:18px;
    background: url(../img/main_icon.svg) no-repeat;
	top:6px;
	margin-left:-19px
}
@media screen and (min-width: 768px) {
.office_btn.mail span::before{
	top: 26%;
}
}

.office_btn a{
	text-decoration:none;
	background:var(--btn-color);
	color: #fff;
	display:block;
	transition:ease-in-out 0.3s;
	border-radius: 5px;
	box-shadow: 0 3px 0 var(--btn-sub-color);
}
.office_btn a:hover{
	opacity:0.7;
}



.lock {
    overflow:hidden;
}

*,*::before,*::after {
  box-sizing: border-box;
}




.modal-content{
	position: relative;
    display: none;
    width: 95%;
    max-height: 80% !important;
	min-height: 80% !important;
    padding: 0px 15px;
    font-size: 14px;
    line-height: 1.8em;
    border-radius: 7px;
	margin:0;
	overflow-y: scroll;
	 background: #fff;
}
@media screen and (min-width: 768px) {
.modal-content{
    
    display: none;
    width: 500px;
	max-height: 80% !important;
	min-height: 80% !important;
    padding: 10px 45px;
   
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.8em;
	border-radius: 7px;
}
}

.modal-content p {
    margin:0 auto;
    padding:0;
	
}

.modal-overlay {
    z-index:1001;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:1002;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
	/*background: rgba(0,0,0,0.3);*/
}

.modal-open {
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
  cursor:pointer;
}

.close_modal{
　cursor:pointer;
  position:absolute;
  top:-100px;
  right:0;
  z-index:10000
}
.close_modal img{
	width:60px;
}

.close_btn_modal{
	color:#fff;
    background:#000;
    padding:3px 15px;
    width:120px;
    margin:20px auto;
    text-align:center;
    text-decoration:none;
    letter-spacing:0.1em;
    font-weight:bold;
    display:block;
	transition: ease-in-out 0.3s;
	cursor:pointer;
}
.close_btn_modal:hover{
	opacity:0.7;
}

.modal-close:hover {
    cursor:pointer;
}





.close_cross{
	width:30px;
	top: 10px;
    right: 7px;
}	
@media screen and (min-width: 768px) {
.close_cross{
	width:30px;
	position:absolute;
	top: 19px;
    right: 28px;
}
}

/******************https://tech.brick-plan.jp/accordion/accordion-pattern04/******************/

.toggle_title {
	font-weight: 600;
    line-height: 34px;
    margin: 0 0 10px 0;
    /* padding: 0 0 0 10px; */
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    background: var(--main-bg-color);
    color: #fff;
    border-radius: 36px;
	font-size: 18px;
	transition: ease-in-out 0.3s
}
@media screen and (min-width: 768px) {
.toggle_title {
	line-height: 38px;
	font-size: 20px;	
}
}

.toggle_title:hover{
	opacity:.7;
}

.titile_sub{
	font-size:60%;
}

@media screen and (min-width: 768px) {
.toggle_title {
	margin: 0 0 15px 0;
}
}

.toggle_title:after {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/office_arrow.svg) no-repeat right top;
    position: absolute;
    top: 45%;
    right: 18px;
   /* transform: translateY(-50%);*/
    transition: 0.2s;
}
.toggle_title.selected:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.2s;
}
.toggle_txt {
	display:none;
	margin:0 auto
}


.telnumber{

	font-size:10px !important;
	margin-left:34px !important;
	margin-top: -3px !important;
	text-align:left;
	display: none
}

@media screen and (min-width: 768px) {
.telnumber{
	font-size: 24px !important;
	margin: 0 auto !important;
	text-align: center !important;

    font-family: 'Baloo Thambi 2', cursive;
    font-weight: 600;
    color: var(--btn-color);
	display:block
}
}
	
	
.bottom_close_btn{
	margin:30px 0 0 0 !important;

	
}

.bottom_close_btn a span{
	position:relative;
	padding-left:20px;
	font-family: 'Baloo Thambi 2', cursive;
    font-size: 21px;
    font-weight: 600;
	padding-bottom: 20px;
	
}
.bottom_close_btn a span:before{
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/close_black.svg) no-repeat right top;
    position: absolute;
    top: 9px;
    /* transform: translateY(-50%); */
    transition: 0.2s;
    margin-left: -20px !important;
}


