/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* フォントの読み込み */
@font-face {
    font-family: 'LINESeedJP';
    font-weight: 400; /* 通常の場合は400 */
    font-style: normal;
    src: url('/fonts/LINESeedJP_TTF_Rg.eot'); /* IE用 */
    src: url('/fonts/LINESeedJP_TTF_Rg.eot?#iefix') format('embedded-opentype'),
         url('/fonts/LINESeedJP_OTF_Rg.woff2') format('woff2'),
         url('/fonts/LINESeedJP_OTF_Rg.woff') format('woff');
  }
@font-face {
    font-family: 'LINESeedJP';
    font-weight: bold; /* boldとして使用 */
    font-style: normal;
    src: url('/fonts/LINESeedJP_TTF_Bd.eot');
    src: url('/fonts/LINESeedJP_TTF_Bd.eot?#iefix') format('embedded-opentype'),
         url('/fonts/LINESeedJP_OTF_Bd.woff2') format('woff2'),
         url('/fonts/LINESeedJP_OTF_Bd.woff') format('woff');
  }
  
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'LINESeedJP', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'LINESeedJP', sans-serif;
    font-weight: bold;
}

a {
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media print {
 a[href]:after {
 content: "" !important;
 }

 abbr[title]:after {
 content: "" !important;
 }
}

@media (max-width: 768px) {
	.fl-col-small,
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
}

.block_link {
	cursor: pointer;
}

.block_link:hover {
	opacity: 0.9;
}

/*グリッドのガターサイズ*/
.row-0{
    margin-left:0px;
    margin-right:0px;
}
.row-0 > div{
	padding-right:0px;
	padding-left:0px;
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
}
.row-10 > div{
	padding-right:5px;
	padding-left:5px;
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
}
.row-20 > div{
	padding-right:10px;
	padding-left:10px;
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
}
.row-30 > div{
	padding-right:15px;
	padding-left:15px;
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
}
.row-40 > div{
	padding-right:20px;
	padding-left:20px;
}





/*transition & delay*/
.transition10{transition:all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);}
.delay01{transition-delay: .1s;}
.delay02{transition-delay: .2s;}
.delay03{transition-delay: .3s;}
.delay04{transition-delay: .4s;}
.delay05{transition-delay: .5s;}
.delay06{transition-delay: .6s;}
.delay07{transition-delay: .7s;}
.delay08{transition-delay: .8s;}
.delay09{transition-delay: .9s;}
.delay10{transition-delay: 1s;}
.delay11{transition-delay: 1.1s;}



/*スライドバナー*/
.slideBanner .slick-slide:not(.slick-center) {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}


/*MW WP FORM Generatorのスタイルでg-standardを選択した時のデザインを調整*/
.mw_wp_form_g-standard table {
    border-collapse:separate;
    border-spacing: 0px 10px;
}

.mw_wp_form_g-standard table,
.mw_wp_form_g-standard table th,
.mw_wp_form_g-standard table td {
    border:none;
}

.mw_wp_form_g-standard table th {
    position: relative;
    padding: 1.1em;
		background-color: #efefef;
}

.mw_wp_form_g-standard table td {
		background-color: #f9f9f9;
}

.mw_wp_form_g-standard.mw_wp_form_confirm table th {
    padding: 1em;
}

.mw_wp_form_g-standard table th .require {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0px;
}

.mw_wp_form_g-standard table th .require::after {
    content: "必須";
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 12px;
    width: 50px;
    background-color: #E53838;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    padding: 5px;
}

.mw_wp_form_g-standard.mw_wp_form_confirm table th .require::after {
    top: 18px;
    right: 15px;
}

@media (max-width: 767px) {
.mw_wp_form_g-standard table tr {
	margin-bottom: 10px;
}
.mw_wp_form_g-standard table th{
    border-bottom: none;
    padding: 0.5em;
}
.mw_wp_form_g-standard table th .require::after {
    top: 6px !important;
    right: 6px !important;

}
}

/*テキストエディタモジュールのclassにbgWhiteBoxを設定する*/
.bgWhiteBox {
    position: relative;
}

.bgWhiteBox p {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 15px;
    z-index: 10;
}

.table-scroll{
    overflow: auto;
    white-space: nowrap;
    }





.xo-event-calendar {
    background-color: #ffffff !important;
    padding: 15px !important;
    border-radius: 12px !important;
    border: none !important;
}

.xo-event-calendar table,
.xo-event-calendar table th,
.xo-event-calendar table td {
    border: none !important;
    border-collapse: collapse !important;
}

.xo-event-calendar table.xo-month .month-dayname {
  position: relative;
}

.xo-event-calendar table.xo-month .month-dayname td {
  text-align: center;
  height: auto;
  padding: 20px 0px !important;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  display: inline-block;
  height: auto;
}



.xo-event-calendar table td span {
    position: relative;
    z-index: 1;
    color: #333 !important;
}

.xo-event-calendar table thead th {
    background-color: #0b3a25 !important;
    color: #ffffff !important;
    padding: 8px 0 !important;
}