/* for body */
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #000;
}
#head-in {
	padding: 8px 2em;
}
h1 {
	font-size: 135%;
	margin: 0;
}
.notice-box {
	display: block;
	background-color: #fbdbdd;
	padding: 1rem;
	margin: 1rem 0;
}
.attention-text {
	font-weight: bold;
  font-size: 100%;
  line-height: 1.2!important;
  padding: 8px 8px;
  /* margin-top: 10px; */
  background-color: #f7fff0;
  letter-spacing: 0px;
  font-family: sans-serif;
  color: #335b30;
  border: 2px solid #335b30;
}
.left-indent {
	margin-left: 19px;
  text-indent: -19px;
	padding: 1rem;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
span.req::before {
	content: '必須';
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
	background-color: #ff0000;
	padding: 2px 5px;
	margin-right: 5px;
}
ul.kome {
	list-style: none;
}
ul.kome li {
	margin-left: 19px;
	text-indent: -19px;
}
ul.kome li::before {
	content: '※';
}

ul.box {
	list-style: none;
}
ul.box li {
	margin-left: 19px;
	text-indent: -19px;
}
ul.box li::before {
	content: '■ ';
}

/* for table */
.form-tbl {
	margin-top: 20px;
	margin-bottom: 20px;
}
.form {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}
table.form {
	table-layout: fixed;
}
.form td ,
.form th {
	padding: 0 10px;
	display: block;
}
.form th {
	width: 32%;
}
.form input ,
.form textarea {
	width: 100%;
	max-width: 100%;
}
.form input[type="radio"] ,
.form input[type="checkbox"] {
	width: auto;
}
.form input[name="rsvday"] ,
.form input[name="zipcode"] ,
.form input[name="age"] ,
.form input[name="day"] ,
.form input[name="q3_text"] {
	width: 120px;
}
.form select[name*="tour"] ,
.form select[name="rsvday"] {
	width: 100%;
}
.form select[name="time"] {
	height: 29px;
}
.form textarea {
	resize: vertical;
}
.form th,
.form td {
	border: 1px solid #666;
	padding: 8px;
	vertical-align: middle;
}
.form th {
	/* white-space: nowrap; */
	background: #e8e8e8;
}
.form td {
	background: #fff;
	min-height: 41px;
}
.form td.check_box {
	font-size: 0;
}
.form .check_group {
	font-size: 14px;
	margin-bottom: 10px;
}
.form .inner_box {
	font-size: 14px;
}
p.btn {
	text-align: center;
}
p.btn input {
	width: 120px;
	height: 32px;
}
.form-tbl p.btn:active ,
.form-tbl p.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#q8_msg {
	margin: 0;
}

/* for policy */
.policy_box {
	border: 1px solid #666666;
  padding: 13px;
  height: 200px;
  overflow: auto;
  font-size: 85%;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2rem 0;
}
span.msg ,
span.red {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

@media only screen and (min-width: 768px) {
	.attention-text {
		font-weight: bold;
	  font-size: 34px;
	  line-height: 1.2!important;
	  padding: 24px 35px;
	  /* margin-top: 10px; */
	  background-color: #f7fff0;
	  letter-spacing: 0px;
	  font-family: sans-serif;
	  color: #335b30;
	  border: 2px solid #335b30;
	}
	.left-indent {
		margin-left: 16px;
	  text-indent: -16px;
	}
	ul.kome li {
		margin-left: 15px;
		text-indent: -15px;
	}
	.form th {
		width: 30%;
	}
	.form td {
		min-height: 37px;
	}
	.form th ,
	.form td {
		/* width: auto; */
		display: table-cell;
	}
	.form td.check_box_label label {
		display: inline-block;
		width: 100px;
	}
	.form td.check_box input ,
	.form td.check_box select {
		font-size: 13px;
	}
	.form select[name="time"] {
		height: 26px;
	}
	.form .check_group {
		display: inline-block;
		width: 50%;
		font-size: 13px;
		margin-bottom: 5px;
	}
	.form .inner_box {
		font-size: 13px;
		/* margin-top: 10px; */
	}
	.form input[type="text"][id^="q6"] {
		width: 300px;
	}
	/* #body { margin-left: 0; } */

	/* 投稿フォーム */
	/* #form-tbl { margin: 0 auto; text-align: center; }
	#form { width: 96%; margin: 10px auto; }
    #form th, #form td {
    	text-align: left;
		width: 100%;
        display: block;
        padding: 6px 3px;
        border-top: none;
    }
    #form tr:first-child th	{ border-top: 1px solid #666; }
    p.btn input { width: 10em; } */

	/* 小見出し */
	/* h2 { margin: 1em 3px; width: 90%; } */

	/* サンクス */
	/* p.msg { margin: 1em auto; } */
}

/* .attention ,
.notice {
	margin: -1rem;
} */
.attention {
  padding: 2rem;
  background-color: #fcffec;
  text-align: center;
  border: 1px solid #c9d29c;
	margin-bottom: 1rem;
}
.attention ul.head-mata {
	margin-bottom: 0;
}
.notice {
	padding: 1rem;
  background-color: #fffbb5;
}
.notice-node {
}
.notice-node span.indent-text {
	text-indent: -24px;
  padding-left: 24px;
  display: block;
  overflow: hidden;
}
.notice-node .text-right {
	float: right;
  text-align: right;
  width: 250px;
  /* width: 220px; */
}
.map {
	text-align: right;
}
.inline-block {
	display: inline-block;
}
.cover-thum{
	border: 5px solid #009fa8;
	box-sizing: border-box;
}
.entry-content h3{
	position: relative;
  color: #ffffff;
	background-image: none;
  background-color: #009fa8;
	border-bottom: none;
  font-size: 120%;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8;
  padding: 1rem;
}
#tour1 option:disabled ,
#tour1-time option:disabled ,
#tour2 option:disabled ,
#tour2-time option:disabled ,
#tour3 option:disabled ,
#tour3-time option:disabled {
	background-color: #aaaaaa;
	color: #ffffff;
	display: none;
}
ul.point {
	list-style: none;
	margin-bottom: 1rem;
}
.notice-node li,
ul.point li {
	text-indent: -14px;
  margin-left: 14px;
	padding: .3rem 0;
	line-height: 1.8;
}
ul.point li::before {
	content: '・';
}


@media (min-width: 768px) {
	/* .map {
		margin-left: 30%;
	} */
	.table>tbody>tr>td, .entry-content table>tbody>tr>td {
    border-top: 1px solid #ddd;
		width: auto;
	}
	.sp-dnone {display: none;}
}
.btn.darkgreen {
	position: relative;
	width: 200px;
	height: 36px;
}
.btn.darkgreen a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 36px;
}

.darkgreen {
  background-color: #21b7bf;
  border-color: #1f3638;
	transition: all 0.3s;
}
.darkgreen:hover {
  background-color: #007b82;
}
.darkgreen a {
	color: #fcef01;
}

.domain-wrap {overflow: hidden;}
.domain-box {display: block;overflow: hidden;}

dl.domain-list {
	padding-left: 19px;
  text-indent: -19px;
  width: 100%;
  display: inline-block;
  float: left;
  margin-top: 0.5rem;
	box-sizing: border-box;
  padding-right: 20px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 500px) {
	dl.domain-list {
		width: 50%;
	}
}
@media screen and (min-width: 768px) {
	dl.domain-list {
		width: 33.333333%;
	}
}
dl.domain-list::before {
	display: table;
	content: '';
}
dl.domain-list dt {
	display: block;
	/* font-size: 130%; */
	font-size: 120%;
  font-weight: bold;
}
dl.domain-list dt::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(http://www.e-miraie.jp/dir2/wp-content/themes/e_miraie/img/ico_tree.gif);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
	line-height: 1.6;
	vertical-align: middle;
}
dl.domain-list dd {
	display: inline-block;
	margin-left: 20px;
	font-size: 120%;
	vertical-align: top;
}
@media screen and (min-width: 1200px) {
	dl.domain-list dt {
		display: inline-block;
		width: 170px;
	}
}


.centerHouse {font-size: 24px;font-weight: bold;}
.centerHouse a:link ,
.centerHouse a:visited ,
.centerHouse a:active {
    color: #0da8b3;
    cursor: pointer;
}

.mrg-1T {margin-top: 1rem;}
.mrg-2T {margin-top: 2rem;}
.mrg-3T {margin-top: 3rem;}
.mrg-4T {margin-top: 4rem;}
.mrg-5T {margin-top: 5rem;}
.mrg-1B {margin-bottom: 1rem;}
.mrg-2B {margin-bottom: 2rem;}
.mrg-3B {margin-bottom: 3rem;}
.mrg-4B {margin-bottom: 4rem;}
.mrg-5B {margin-bottom: 5rem;}
.mrg-24L {margin-left: 24px;}
.pdg-1T {padding-top: 1rem;}
.pdg-2T {padding-top: 2rem;}
.pdg-3T {padding-top: 3rem;}
.pdg-4T {padding-top: 4rem;}
.pdg-5T {padding-top: 5rem;}
.pdg-1B {padding-top: 1rem;}
.pdg-2B {padding-top: 2rem;}
.pdg-3B {padding-top: 3rem;}
.pdg-4B {padding-top: 4rem;}
.pdg-5B {padding-top: 5rem;}
strong {font-weight: bold;}
.height-auto {height: auto;}
.mrg-L-reset {margin-left: 0!important;text-indent: 0!important;}
.mrg-L-reset h4 {margin-left: 19px;}
@media (max-width: 767px){
	.footer-address{
		box-sizing: border-box;
		padding: 1rem;
	}
}
.w-100{
	width: 100%;
}
.seminar-overview div{
	padding: 10px 0;
}
.fw-bold{
	font-weight: bold;
}
table.program-table th{
	background-color: #eff8fc;
}
@media (min-width: 768px){
table.program-table > tbody > tr > td{
	padding: 0px;
}
.d-md-flex{
	display: flex;
}
.d-md-flex .w-85{
	width: 85%;
}
.d-md-flex .w-15{
	width: 15%;
}
}
table.program-table > tbody > tr > td{
	padding: 10px;
}
.align-items-end{
align-items: end;
}
.mw-150{
	max-width: 150px;
	width: 100%;
}