/* CSS Document */

* {
	padding:0;
	margin: 0;
	font-family: Meiryo, "メイリオ", Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
ul {
	list-style-type: none;
}
/*
	全体
*/
#wrap {
	width: 1400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
	reset.css
*/
fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}
/*
	Structural
*/
fieldset {
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	padding: 0 .4em;
	font-size:1.2em;
}
label {
	float:left;
	width:200px;
	display:block;
	clear:left;
	margin-right:4px;
	text-align:right;
	cursor:hand;
	font-weight: bold;
	color: #000;
}
textarea, input, select, label, button, optgroup {
	margin-top:0px;
}
#contact-form {
	margin-top: 15px;
}
#contact-form input[type="checkbox"], input[type="radio"] {
	margin-bottom:7px;
}
#contact-form fieldset {
	border:1px solid #333;
}
#contact-form legend {
	background-color: #516773;
	color: #FFF;
	border: 1px solid #906;
	font-weight: bold;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contact-form textarea {
	border: 1px solid #666;
	color: #FFF;
	background-color: #9D420D;
}
#contact-form select {
	background-color: #000;
	color: #FFF;
}
#contact-form input[name="title"] {
	width: 600px;
}
#contact-form input[type="text"] {
	border: 1px solid #666;
	background-color: #617885;
	color: #FFF;
}
#contact-form input[type="submit"] {
	background-color: #ccc;
	color: #333;
	margin-top: 10px;
}
#contact-form input[type="pdf"] {
	color: #333;
	margin-top: 10px;
}
#contact-form input[type="button"] {
	background-color: #ccc;
	color: #333;
	margin-top: 10px;
}
#contact-form input[type="reset"] {
	background-color: #ccc;
	color: #333;
}
#contact-form option {
	background-color:#000;
	color:#FFF;
}
#contact-form optgroup {
	background-color:#ccc;
	color:#000;
}
#contact-form button {
	background-color: #ccc;
	color: #333;
}
.marker-small {
	color: #FF0033;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}
.line2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contact-form .pagination .active a {
    color: #fff;
    background: #555;
}
/*
	フレーム内
*/
#header-info {
	position: absolute;
	top: 0;
	right: 0;
}
/* #header-info ul {
	white-space: nowrap;
	overflow-x: scroll;
} */
#header-info li {
	display: inline-block;
	font-size: 12px;
	margin-right: 8px;
	padding: 1px 5px;
	border: 1px solid #A6B8BB;
	border-radius: 30px;
}
#header-info li a {
	display: inline-block;
	width: 100%;
	padding: 4px;
	box-sizing: border-box;
	text-decoration: none;
}
#info-box .box_in {
	height: 300px;
	overflow-y: scroll;
	margin-top: 40px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.line-relax {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
	/*background-color: #FFF8D9;*/
	background-color: #fff0d9;
}

.line-japan {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
	background-color: #ECF5FF;
}

.line-aroma {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
	background-color: #B9FFB9;
}

.line-chux2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
	background-color: #FFF0FF;
}
.line-woyag {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
	background-color: #e4e4e4;
}
.line-aroma-panda {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
	/*background-color: #dbffd6;*/
	background-color: #f5f0e7;
}
.line-ad-navi {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
	/*background-color: #f3f3f3;*/
	background-color: #fbf4f6;
}
.line-all {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
}
.line-work {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding: 10px;
	background-color: #ffffe4;
}
/* モーダルウィンドウ */
.modal {
    width: 90%;
    height: 86%;
	overflow-y: scroll;
    border: 4px solid #CCCCCC;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
}
.modal h3 {
	border-bottom: 1px dotted #333333;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: grey;
	opacity: .6;
	display: none;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
}
.modal.open {
	display: block;
	padding: 10px;
}
.modal-open span {
	color: #000;
	text-decoration:underline;
	text-decoration-color: #000;
}
.modal-open span:hover {
	color: #39F;
	text-decoration-color: #39F;
	cursor: pointer;
}
.overlay.open {
	display: block;
}
.modal-close {
	text-align: right;
	margin-bottom: 10px;
}
.modal-open {
	display: inline-block;
}
.back {
	font-size: 1.6em;
}
.back:hover {
	color: #39F;
	cursor: pointer;
}
/* モーダルウィンドウここまで */

.media{
	font-size: 10px;
	}
.day {
	font-size: 12px;
	width:100px;
	vertical-align: top;
	font-weight: bold;
	margin-right: 4px;
}
.info {
	font-size: 12px;
	/* width:520px; */
	word-break:break-all;
}

.left {
	float:left;
}
#main-wrapper {
	background-color: #FFF;
}
.tab-all {
	background-color: #FFF;
}
.tab-esz {
	/*background-color: #FFF8D9;*/
	background-color: #fff0d9;
}
.tab-esjp {
	background-color: #ECF5FF;
}
.tab-aroma {
	background-color: #B9FFB9;
}
.tab-chux2 {
	background-color: #FFF0FF;
}
.tab-woyag {
	background-color: #e4e4e4;
}
.tab-aroma-panda {
	/*background-color: #dbffd6;*/
	background-color: #f5f0e7;
}
.tab-ad-navi {
	/*background-color: #f3f3f3;*/
	background-color: #fbf4f6;
}
.tab-work {
	background-color: #ffffe4;
}

#header-info li a:link {
	color: #666;
}
#header-info li a:visited {
	color: #666;
}
#header-info li a:hover {
	color: #39F;
}

/* 登録フォーム */
.btn_pd {
	padding: 0 1.4em 0.6em;
}
.pagination_mg {
	margin: 0 4px;
}
.table_3column td:nth-child(1) {
    width: 50%;
}

/* 共通 */
.mb_10 {
	margin-bottom: 10px;
}
.red {
	color: #CC0033;
}
.beside {
	display:flex;
	flex-wrap: wrap;
}
.beside2 {
    display: flex;
    justify-content: center;
}
.beside3 {
	/* display:flex; */
}

/*スマホ用*/

@media screen and (max-width:768px) {

	#header-info {
		width: 100%;
		position: fixed;
		top: 25px;
		right: 0;
	}
	#header-info ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: auto;
	}
	#header-info li {
		flex: 1 1 43%;
		display: inline;
		font-size: 10px;
		margin: 2px;
		padding: 5px;
		border: 1px solid #A6B8BB;
		border-radius: 0;
	}
	#header-info li a {
		display: block;
		width: 100%;
		padding: 4px;
		box-sizing: border-box;
		text-decoration: none;
	}
	#info-box .box_in {
		height: 300px;
		/* overflow-y: scroll; */
		margin-top: 165px;
		background-color: #FFFFFF;
		font-size: 12px;
	}

}