/*
Theme Name:siteorigin-unwind-child
Template:siteorigin-unwind
Version:1.6.4
*/


a img {
	cursor: pointer;
	transition: 0.8s ;
}
a img:hover {
	opacity: 0.6 ;
}

/*メニューナビ上のライン：色を濃くしてる*/
.header-design-2 #masthead .top-bar {
      border-top: 1px solid #999; 
}
/*メニューナビ下のライン：色を濃くしてる*/
#masthead .top-bar {
    border-bottom: 1px solid #999;
}
/*スケジュールページのイベント間のライン：色を濃くしてる*/
hr {
	background-color: #999
}



/*スケジュールページ*/
#schedule_year {
	text-align: center;
	font-size: 1.5em;
}
#schedule_month {
	text-align: center;
	font-size: 4.5em;
	line-height: 1em;
}
#schedule_back {
	float: left;
	font-size: 2.5em;
	margin-top: -50px;
}
#schedule_next {
	float: right;
	font-size: 2.5em;
	margin-top: -50px;
}
.max_height img {
	object-fit: contain;
	max-height: 750px;
	text-align: center;
}




/*問合せボタン*/
.shasen {
	width: 100%;
	height: 8px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(118, 118, 118, 1) 5px, rgba(118, 118, 118, 1) 8px );
}
.contact_text {
	margin-top: -20px;
}


	
.button {
  display: inline-block;
  width: 200px;
  padding-left: 15px;
  text-decoration: none;
  line-height: 15px;
  outline: none;
 }
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.recruit_btn {
  background-color: #fff;
  border: 2px solid #333;
  margin-bottom: 15px;
}
.recruit_btn a {
  color: #333;
}
.recruit_btn:hover {
  background-color: #333;
  border-color: #222;
  color: #fff;
}
.recruit_btn a:hover {
  color: #fff;
}

/* スマホ ここから*/
@media screen and (max-width: 770px) {
	
#schedule_calender {
	display: none;
}	
	
}