/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.boxed #wrap_all {
    overflow: visible;
    box-shadow: 0 0 3px 0 #c1c1c1;
    padding: 10px;
    border-radius: 5px;
	margin-top: 10px;
}
.header_color .header_bg {
	border: none;
}
#header {
    position: relative;
    z-index: 501;
    width: 100%;
    border-bottom: 1px solid #8E8E8E;
}
#top #header_main > .container .main_menu .av-main-nav > li > a {
    line-height: 200px;
}
.avia-menu-fx {
    height: 5px;
 }
#footer {
    border-radius: 10px 10px 0px 0px;
}
.avia-button.avia-size-x-large {
    padding: 25px 50px 23px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    min-width: 100%;
    text-align: left;
    }
.avia-button.avia-size-large {
    min-width: 100%;
    text-align: left;
    padding: 15px 50px 13px;
    
}
.avia-button.avia-size-medium {
    padding: 12px 16px 10px;
    font-size: 13px;
    min-width: 100%;
}
body .column-top-margin {
    margin-top: 10px;
}
.alert {
	font-weight: 700;
	color: #960F11;
}
.vert_icon,.hor_icon{
	border-color: #4E1314 !important;
}
.bigfont {
	font-size: 16px;
	line-height: 250%;
}
.fontbar {
border-bottom:double;/*二重線を引く*/
border-color:#4E1314 !important;
border-width:3px;
}
#pattern01{
  width: 100%;
  border-collapse: collapse;
}

#pattern01 tr{
  border-bottom: solid 2px white;
}

#pattern01 tr:last-child{
  border-bottom: none;
}

#pattern01 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #007cba;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#pattern01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #007cba;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#pattern01 td{
  text-align: left;
  width: 50%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
	color: #666666;
	font-size: 14px;
}
.quform-required {
    color: #861012 !important;
}
.quform-field-icon {
  top: 30% !important;  
}
.quform-element-2_103 ,.quform-element-2_102,.quform-element-2_98{
    display: none !important;
}
.av-special-heading {
    margin-top: 0px;
}
.quform-option-label-1_3_3 .quform-option-text strong {
    font-size: 15px;
}
.comment-entry {
    display: none !important;
}
.daysListPanel {
    display: none;
}
#booking-package_schedulePage .courseListPanel {
    position: absolute;
    top: 50px;
    bottom: inherit;
    left: 0px !important;
    left: 0%  !important;
    right: 0;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
div .av_one_third {
    margin-left: 1%;
    width: 32.633333333333332%;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.avia-button.avia-size-x-large {
    padding: 14px 20px 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    min-width: 100%;
    text-align: left;
}
    .avia-button.avia-size-large {
    min-width: 100%;
    text-align: left;
    padding: 15px 20px 13px;
}
    #bigtext {
        font-size: 16px;
    }
}