body {
    padding-top: 52px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 50px;
    padding: 5px;
}
.navbar-brand img.logo {
    height: 30px;
    margin-top: 4px;
}
.navbar-inverse {
    background-color: #ffffff;
    border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000000;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #f8f8f8;
}
.navbar-inverse .navbar-nav > li > a {
    color: #717071;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #717071;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: transparent;
}

#header {
    margin-bottom: 20px;
}

.page-header {
    background-image:none;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #333333;
    font-size: 200%;
    margin-top: 0px;

    height: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;

    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .page-header {
        width: 100vw;
        padding-left: 5%;
        font-size: 150%;
        color:#3ba746;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-header {
        width: calc(100vw - 18px);
        padding-left: 10%;
    }
}
@media screen and (min-width: 992px) {
    .page-header {
        padding-left: 10px;
    }
}

/*--------------- add to code ---------------*/

/*===============
common 
===============*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
/* background */
body{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: transparent;
	background-image:radial-gradient(#fcf4e9 3px, transparent 3px);
	background-size: 30px 30px;
}
/* title none */
.body-mypage .container .content-wrapper .content-header{
    margin-bottom: 50px;
}
.body-mypage .container .content-wrapper .content-header .page-header{
    display: none;
}
.page-header{
    color: #754c24;
    background: none;
    border-bottom: none;
}
.content-header{
     margin-bottom: 1px;
    /* 0pxにするとレイアウトが崩れるので1pxに設定 */
}
/*--- nav ---*/
.navbar.navbar-inverse.navbar-fixed-top{
    background-color: #fff;
	margin-bottom:0;
}
.body-mypage .navbar.navbar-inverse.navbar-fixed-top{
	margin-bottom:50px;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
    color:#3ba746;
    cursor:default;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius: 4px;
    border-bottom-color:transparent;
    font-weight:600;
}
.nav-tabs>li>a{
    color: #754c24;
}
ul.nav.nav-tabs{
    background-color: #fff;
}
/*--- profile ---*/
.profile-user-img {
	margin: 10px auto 0;
	width: 170px;
	padding: 3px;
    border: 3px solid #d2d6de;
}
.box-body.box-profile{
    border:1px solid #cccccc;
    border-top: none;
    font-weight: 500;
    border-radius: 4px;
}
.box-body.box-profile h3{
    font-weight: 700;
    color: #754c24;
}
.box-body.box-profile .text-muted.text-center{
    font-weight: 300;
    color: #754c24;
}
.box.box-success {
	border-top-color: #3ba746;
    margin-top: 30px;
    border:1px solid #cccccc;
    border-radius: 4px;
}
.box-header > .box-tools {
    float: right;
    margin-top: 15px;
}
.box-header .box-title {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    color: #754c24;
  }
.box-tools{
    color: #754c24;
}
.cart-column-del h5{
    color: #754c24;
}
.body.skin-staging nav{
	background-color:#ffffff;
}
/*===============
lesson 
===============*/
.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
}
.fc.fc-ltr.fc-bootstrap .fc-toolbar.fc-header-toolbar{
    border:1px solid #cccccc;
    border-bottom: none;
    background-color: #fff;
    margin: 0px;
    padding: 5px;
}
.fc-center h2{
    color: #754c24;
}
div.fc-scroller{
    background-color: #fff;
}
.form-control{
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}
/*===============
time line
===============*/
.timeline-inverse{
    background-color: #fff;
    /*
    border:1px solid #cccccc;
    */
    border-radius: 4px;
    padding-top:10px;
    padding-bottom: 25px;
}
.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #754c24;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}
.panel-title{
    color: #754c24;
}
.control-label{
    color: #754c24;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
span.bg-yellow{
    margin-left: 10px;
}
/*===============
Course schedule
===============*/
.tab-cotent{
    border:1px solid #cccccc;
}
.tab-pane .box{
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border:1px solid #cccccc;
    border-top: 3px solid #3ba746;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}
.table-hover tbody td{
    color: #754c24;
}
.table-hover tbody th{
    background-color: #5dc968;
    color: #fff;
    font-weight: 100;
}
/*===============
profile
===============*/
.content-wrapper.edit-page.profile-edit-page .content .h-adr{
    padding: 15px;
    background-color: #fff;
    border:1px solid #cccccc;
    border-radius: 4px;
}
.edit-page .content {
    width:50%;
    margin:0 auto;	
}
.edit-page .row .col-lg-3{
    width:50%;	
}
.edit-page .row .col-lg-6{
    width:70%;	
}
/*===============
credit card
===============*/
.content-wrapper.edit-page.card-edit-page .content{
    padding: 5px 15px 15px;
    background-color: #fff;
    border:1px solid #cccccc;
    border-radius: 4px;
}
.card-edit-page .row select{
    margin-right:5px;	
}
.card-edit-page .col-lg-12{
    margin-bottom:15px;	
}
/*===============
password
===============*/
.body-pass .content{
    padding: 15px;
    background-color: #fff;
    border:1px solid #cccccc;
    border-radius: 4px;
}
.body-pass .content{
    width:50%;
    margin:0 auto;	
}
.body-pass .row .col-lg-5{
    width:80%;	
}
/*===============
responsive
===============*/
@media screen and (max-width: 992px) {
    .edit-page .row .col-lg-3:nth-child(2){
        margin-top:-25px;
        }
}
@media screen and (min-width: 991px) {
    .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        margin-top: 15px;
        margin-left: 25px;
        line-height: 1;
    }
    .cart-page ul.cart-row li {
        display: table-cell;
        padding: 15px 25px;
        border-bottom: 1px dotted #ccc;
        border-radius: 4px;
        vertical-align: middle;
    }
    .cart-page ul.cart-row li.cart-column-product .product-summary .product-name{
        margin-top: -30px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .edit-page .content{
        width: 100%;
        margin: 0 auto;
    }
    .edit-page .row .col-lg-3{
        width:100%;	
    }
    .navbar-brand img.logo {
        height: auto;
        margin-top: 10px;
        width: 223px;
    }
    .body-pass .content{
        width:100%;
        margin:0 auto;	
    }
    .body-pass .row .col-lg-5{
        width:100%;	
    }
	.body-card-edit .col-lg-12 input.card-info{
		width:80%;
		-webkit-appearance: none;
	}
}


body.body-event-detail-647886 #formInview table.entry > tbody > tr:nth-child(2) {
	display: none;
}

/*===============
calendar 
===============*/
@media screen and (max-width:559px) {
  .fc-toolbar {
    display: block !important;
  }
  .fc-toolbar h2 {
    margin-right: 0 !important;
  }
  .fc-event-container {
    font-size: 1.5rem !important;
  }
  .fc-toolbar .btn-group {
    margin: 1rem 1rem 0 !important;
  }
  .fc-toolbar .fc-right {
    text-align: center !important;
  }
  .fc-day-top {
    font-size: 1.6rem !important;
  }
  .fc-toolbar .fc-dayGridMonth-button, .fc-toolbar .fc-listMonth-button, .fc-toolbar .fc-timeGridDay-button {
    margin: 1rem 1rem 0 !important;
  }

}

/*===============
以下の講座・イベントタイプだけ【スクール】【住所】を非表示にする。
https://rakudoku.sukumane.biz/sukumane/kouza/detail?kouzaTypeId=119
===============*/
.body-kouza-detail-119 div[data-event="kouza"] > div:nth-of-type(1),
.body-kouza-detail-119 div[data-event="kouza"] > div:nth-of-type(3) > div:nth-of-type(2){
    display:none;
}

/*===============
以下のイベントの日程を非表示にする。
https://rakudoku.sukumane.biz/sukumane/event/detail/837492
===============*/
.event-detail-837492 div#formInview table.entry > tbody  > tr:nth-child(2) {
    display:none;
}

/*===============
一括予約フォームのレイアウト調整
===============*/
.body-kouza-detail-list .fc-event-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  line-height: 1;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}
.body-kouza-detail-list .kouza-detail .list-inline {
  margin-bottom: 1rem;
}
.body-kouza-detail-list label>.icon-checkbox-input~.icon-checkbox-icon::before {
  display:inline;
}