/**　川上担当部分　**/
/*** モバイル用メニューの＞打ち消し ***/
.m_navigationMenu a::after {
  content: none!important;
}
a .logo_icon_m {
pointer-event:none;
}
/*事務所の様子の画像一覧のpadding設定*/
#section-58,#section-59,#section-91,#section-92 {
	padding-bottom:40px;
}
/*TOPに戻るボタン用CSS*/
html {
    scroll-behavior: auto;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #28c3d4;
    border: solid 2px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
/*** 一日の流れ項目の空白を調整 ***/
#section-11 .u-ptxs {
	padding-top : 0px!important;
}
/**　　川上担当部分終わり　　**/