/*
Theme Name: hueman-child
Template:   hueman
Description:   hueman の子テーマ Hitomi作成
*/




@charset "utf-8";

.entry a { text-decoration-line: underline; }

#header { background: rgba(255,255,255,0.1)}

#header-widgets { background: rgba(255,255,255,0.5); padding:10px;}

#header .nav-container .nav li a { color:#FFF!important; } 

.alx-tab.thumbs-enabled li {
    padding-left: 94px;
    float: left;
    width: calc(75% / 3);
}

.alx-posts .post-item-title, .alx-tab .tab-item-comment, .alx-tab .tab-item-title {
    margin: 2px 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}


.site-description { font-size: 16px; font-style: normal; float: none; color: #666; line-height: 24px; padding: 10px 35px ; margin: 5px; }

.page-title h2 { font-size:1.3em; line-height:110%;}

h2.shortcode_h2 { font-size:1.3em; }
p.shortcode_thumb { text-align:center; }
h4.shortcode_thumb_only { font-size:0.9em; }

p span {
	font-weight: 300!important;
}
p b {
	font-weight: 700;
	font-size: 1.1em;
}

.pad h2 {
	margin: 0 0 30px 0;
	padding: 0 0 10px 40px;
	color:#DB7B7C;
	background:url("img/lamp.svg") no-repeat;
	background-position: left center;
	background-size: 38px;
}

.forminput { margin-bottom: 20px; }

.taiken_yoyaku_btn { background: #9cb2c4;  width: 70%; font-weight:bold; padding:20px ; margin:0 auto; border-radius:10px; }
.taiken_yoyaku_btn a { display:block;  color: #FFF; font-size:1.3em; font-weight:bold; text-align:center; }
.taiken_yoyaku_btn:hover { background :#473C16; }

.readmore { background: #ea9696;  width: 30%; font-weight:bold; padding:5px ; margin:10px 0 0 0; border-radius:3px; float:right; }
.readmore a { display:block;  color: #FFF; font-size:1.3em; font-weight:bold; text-align:center; }
.readmore:hover { background :#473C16; }

ul.Topinfo li span.date { width:30%; margin-right:20px; }

table {
	border-collapse:separate;
}

table.pricelist td,
table.lesson_schedule td,
table.faq td  { text-align:left; }

.alert { padding:5px; border:1px dashed #F60; margin:10px auto; width:90%; font-size:90%; font-weight: bold;}

.mw_wp_form_preview .form_confirm_displaynone { display:none; }

.image-container img {width:auto; height: auto; text-align: center; margin:0 auto;}

.post-thumbnail img {
	width:auto;
	max-width: 150px;
}

.entry table tr.alt {
    background:#FFF!important;
}
table tbody tr th,
table tbody tr td {
	text-align: left!important;
}

table.table_event tr td {
	border-left: 1px dashed #B1B1B1;
}

select {
	-moz-appearance: menulist-button!important;
    -webkit-appearance: menulist-button!important;
}

input[type="image"]:hover {
	opacity: 0.7;
}

.tablebgA {
    border-radius: 20px;
    border:#ea9696 2px solid!important;
    box-sizing:border-box;
    color:#000;
}

.tablebgB {
    border-radius: 20px;
    border:#9cb2c4 1px solid;
    box-sizing:border-box;
    color:#000;
}

#fbuilder .slots {
	width:90%!important;
	margin: 20px auto;
	text-align: center;
	border:solid 2px #FF0000;
}

.usedSlotsfieldname1_2 {
	border:dotted #000 2px!important;
	background: #DDFFFA!important;
}

.pbSubmit {
	width:40%;
	padding:15px 0;
	margin: 45px auto 15px auto;
	text-align: center;
	font-size: 180%;
	background:#16cfc1;
	color:#FFF;
	border-radius: 5px;
}

.pbSubmit:hover,
.pbSubmit:active {
	background:#473C16;
}

.pc_only {
	display: block;
}

.tablet_none {
	display: block;
}

.smp_only {
	display: none;
}

/* ショートコードで記事内に別の記事をインサートする部分のカスタマイズ */
.insert-post {
	border: solid 1px #ccc;
	margin-bottom: 10px;
	background-color: #eee;
}
.insert-post a {
	padding: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}
.insert-post .img {
	width: 150px;
	float: left;
	margin-right: 15px;
}
.insert-post .img img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.insert-post .text {
	padding-left: 195px;
}
.insert-post .text p {
	line-height: 1.55;
}
.insert-post .text .title {
	color: #000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 10px;
}
.insert-post .text {
	color: #555;
	font-size: 0.5em;
	margin-bottom: 0;
}
.insert-post .text .content img {
	display: none!important;
}
.insert-post .text .go {
	position: absolute;
	bottom: 6px;
	right: 5px;
	line-height: 1;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
.insert-post a:hover {
	text-decoration: none;
	background-color: #eee;
}
.insert-post a:hover .text .go {
	text-decoration: underline;
}

/* stripe */
.themeform label {
	display: inherit;
	text-align: left;
}

.asp_all_buttons_container {
	margin: 20px 0!important;
}


/* オリジナルクラス */
.border {
	font-size:0.6em;
	padding:15px;
	background-color:#F6F6F6;
	border:1px solid #ccc;
}


/*テーブルの横スクロールのためのCSSはここから*/
.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}

/* 以下、tableの指定 */
.table-scroll table{
  border-collapse:collapse;
  border-spacing:0;
  border-top:#ccc solid 1px;
  border-left:#ccc solid 1px;
}
.table-scroll table th,
.table-scroll table td{
  padding:10px 15px;
  font-weight:normal;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
  font-size:12px;
}
.table-scroll table th{
  background:#eee;
  width:80px;
}

.menuless .main-inner {
	padding: 30px;
}

.menuless .container-inner>.main::before {
	padding: 0!important;
}

.menuless .logo-tagline-group {
	text-align: center;
	margin: auto;
	padding: 20px 0 0 0;
	width:20%;
}

#header,
.menuless #header {
	background-color: transparent!important;
}


@media screen and (min-width:760px) {
	
	.post-list .post { width: 25%;}
	.formtitle { clear: both; float: left; width:40%; margin-right:10px;  }
	.simplemap {max-width:100%;}
	
}

@media screen and (max-width:760px) {
	.pc_only {
	display: none;
	}
	.smp_only {
	display: block;
	}
	.smp_only_inline {
	display: inline-table;
	}
	.tablet_none {
		display: none;
	}
	.asp_price_container,.asp-stripe-form {
		text-align: left;
	}
	.menuless button.ham__navbar-toggler-two {
		display: none!important;	
	}
	
	.menuless .container-inner {
		max-width:92%;
		padding: 12px;
		margin: auto;
}

}
