.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
	border-color: #ccc #ccc #fff;
}
		.tab-content > .active {
    display: block;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 30px;
	background: #fff;
    border-top-right-radius: 0.25rem;
			border-bottom-left-radius: 0.25rem;
			border-bottom-right-radius: 0.25rem;
}
		.nav-tabs .nav-link {
    color: #666!important;
    padding-top: 8px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 8px;
}

		.nav-tabs .active {
    color: #866B27!important;
			font-weight: bold;
}
.nav-tabs .nav-link:hover{
    border-color: #DED8CD #DED8CD #DED8CD;
	background: #DED8CD;
}
.tab-text {
    font-size: 15px;
}
ul {
    font-size: 15px;
}

.news{
    border-bottom: 1px dotted #CCCCCC;
    padding-top: 10px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    font-size: 15px;
}
.news dt {
    margin-right: 15px;
    display: inline-block;
    font-size: 12px;
	font-weight: normal;
	float: left;
}
.news dd {
	display: inline-block;
	width: 100%;
}
#topic h1 {
    font-size: 60px;
    color: #D1A567;
    margin-bottom: 30px;
}
#topic h2 {
    color: #2A201C;
    font-size: 40px;
}
#topic h3 {
    font-size: 20px;
}
.mailform input , .mailform textarea{
    font-size: 14px;

}
.formbutton{
     width: 200px;
     height:50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #2A201C; /*ボタン色*/
     border-radius: 50px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
	border-width: 0px!important;
}
.formbutton:hover{
     background-color: #5F5243; /*ボタン色*/
}
.price-h {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
    color: #D1A567;
}
.price-h span {
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
}
.price-d {
    font-size: 14px;
}
.teiki-renzoku {
    text-align: center;
    font-size: 1.1rem;
    background-color: #D1AB75;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFFFFF;
}


.googleCalendar iframe {
  width: 100%;
  height: 400px;
}

  #calendar {
    max-width: 1100px;
    margin: 0 auto;
  }
.fc .fc-view-harness {
    height: 450px!important;
}
.fc .fc-toolbar-title {
    font-size: 22px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    color: #A87E46;
}
.cal-midasi {
    background-color: #A79B8E;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}










@media (max-width: 1199px){
	.ps-lg-5 {
    padding-left: 15px!important;
}
	.pe-lg-5 {
    padding-right: 15px!important;
}
	.ps-lg-1 {
    padding-left: 15px!important;
}
	.pe-lg-1 {
    padding-right: 15px!important;
}
}

@media (max-width: 991px){
.info dd {
    display: inline-block;
    width: 100%;
}

@media (max-width: 575px){
	#hero {
    height: 75vh;
}
.nav-tabs .nav-link {
    color: #999!important;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
}

}
