@charset "utf-8";

/* ==========================================
 
 
【サイト全体のレイアウト】
 
 
========================================== */


body {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	font-family: Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	background: url(/res/images/common/bg.gif) repeat;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
	vertical-align: bottom;
}

a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }

#site_title_bg {
	
}

#site_title {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#login_form .row {
	display: flex;
	justify-content: space-between;
}

#login_form .row:first-child {
	margin-bottom: 10px;
}

#login_form .register {
	display: inline-block;
	background: #d18a00;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px;
}

#login_form .register:hover {
	text-decoration: none;
	background: #fec454;
}

#login_form .login_id, #login_form .login_pw {
	padding-right: 10px;
}

#login_id, #login_pw {
	width: 150px;
}

#login_btn {
	background: #527abd;
	border-radius: 3px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px;
	border: none;
}

#logout_btn {
	display: inline-block;
	background: #527abd;
	border-radius: 3px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 10px;
	text-decoration: none;
}

#global_navi {
	margin: 0 0 20px;
	background: #2d7c1b;
	box-shadow: 0px 2px 4px gray;
}

#global_navi ul {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#global_navi ul li {
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	box-sizing: border-box;
}

#global_navi ul li a {
	display: block;
	padding: 20px 0;
}

#global_navi ul li a:link { color: #ffffff; text-decoration: none; }
#global_navi ul li a:visited { color: #ffffff; text-decoration: none; }
#global_navi ul li a:hover { color: #ffffff; text-decoration: underline; }

article {
	max-width: 1080px;
	margin: 0 auto 80px;
}

footer {
	margin: 60px 0 0;
	background: #2d7c1b;
	color: #ffffff;
}

footer .upper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .warning {
	width: 50%;
	font-size: 12px;
}

footer .warning b {
	display: block;
	font-size: 16px;
	text-align: center;
}

footer #lisence {
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
}


/* ==========================================
 
 
【見出し】
 
 
========================================== */

#index h3 {
	background: #a59b6e;
	box-shadow: 0px 0px 0px 5px #a59b6e;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	margin: 0 auto 40px;
	color: #4e451c;
	font-size: 20px;
}

#page h2 {
	font-size: 150%;
	margin: 0 0 40px;
	padding: 0.8em;
	color: #ffffff;
	background: #ff9000;
}

#page h3 {
	font-size: 125%;
	margin: 60px 0 30px;
	padding: 0.3em 0.5em;
	border-left: #ff9000 solid 4px;
	border-bottom: #ff9000 solid 1px;
}

#page h4 {
	font-size: 120%;
	padding: 0.2em 0.5em;
	margin: 40px 0 20px;
	border-bottom: double 5px #d1d1d1;
}

/* ==========================================
 
 
【トップページ】
 
 
========================================== */

.flex {
	display: flex;
	flex-wrap: wrap;
	margin: 60px auto;
	max-width: 1000px;
}

.between {
	justify-content: space-between;
}

.around {
	justify-content: space-around;
}

#index section {
	padding: 30px 0;
}

.information .row {
	margin: 0 5px 10px;
	padding: 0 0 10px;
	border-bottom: dotted 2px #666666;
}

.information .row .date {
	color: #d18a00;
	padding-right: 20px;
	font-weight: bold;
}

.tips {
	display: flex;
	justify-content: space-around;
	margin: 0 0 30px;
}

.tips .item {
	width: 300px;
}

.tips .item .thum {
	display: block;
	margin: 0 0 10px;
	height: 200px;
	overflow: hidden;
}

.tips .item .thum img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.tips .item .title {
	display: block;
}

.more {
	text-align: right;
}

.more a {
	display: inline-block;
	padding: 3px 10px;
	background: #d18a00;
	color: #ffffff;
}

.more a:hover {
	text-decoration: none;
	background: #fec454;
}

.counselor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.counselor .pickup-txt {
	display: none;
}

.counselor .pickup-item {
	width: 200px;
	height: 133px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
}

.counselor .pickup-item img {
	width: 100%;
}

#balloon {
	display: inline-block;
	background: #333333;
	padding: 15px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: absolute;
	opacity: 0;
}

#balloon:after {
	border-top: 30px solid #333333;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	bottom: -12px;
	left: -5px;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
}

#balloon_txt {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2;
}

.banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner .item {
	margin: 0 0 20px;
}


/* ==========================================
 
 
【インナーページ】
 
 
========================================== */

.red {
	color: #ff0000;
}

article p {
	margin: 15px;
}

article .widget {
	margin: 0 0 40px;
}

.checkbox {
	background: #faf9f7;
	padding: 20px 40px 20px 40px;
	margin: 10px 0 0 0;
}

.checkbox ul {
	list-style: none;
}
	
.checkbox ul li {
	font-weight: normal;
	background: url("/res/images/inner/checkbox.png") no-repeat 0 0;
	margin: 15px 0 15px 0;
	padding: 0 0 15px 40px;
	border-bottom: dashed 1px #a48b78;
}

.price_list {
	width: 100%;
}

.price_list tr th {
	border: solid 1px #cccccc;
	padding: 5px 0 5px 0;
	background: #eeeeee;
	text-align: center;
}

.price_list tr td {
	border: solid 1px #cccccc;
	padding: 5px 0 5px 0;
	text-align: center;
}

.q {
	color: #1270b6;
	font-weight: bold;
	background: url("/res/images/inner/icon_q.png") no-repeat 0 0;
	padding: 20px 0 5px 40px;
	margin: 30px 15px 15px;
}

.a {
	background: url("/res/images/inner/icon_a.png") no-repeat 0 0;
	padding: 20px 0 15px 40px;
	margin: 0 15px;
	border-bottom: dotted 3px #eeeeee;
}


/* ==========================================


【メールフォーム】


========================================== */


.req {
	color: #ff0000;
}

table.contact {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contact th {
	width: 25%;
	background: #eeeeee;
	border: solid 1px #cccccc;
	padding: 15px;
	text-align: left;
}

table.contact td {
	border: solid 1px #cccccc;
	padding: 15px;
	text-align: left;
}

table.contact .submit {
	text-align: center;
}

.privacy {
	height: 150px;
	overflow: scroll;
	padding: 10px;
	border: solid 1px #cccccc;
}


/* ==========================================


【ブログ】


========================================== */


#topic_path {
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
}

#archive_list {
	border-bottom: solid 1px #cccccc;
	padding: 0 0 30px 0;
}

#archive_list ul {
	list-style: disc;
}

#archive_list ul li {
	margin: 0 0 0 20px;
}

#blog .entry_header {
	margin: 20px 0 30px 0;
}

#blog .title {
	font-size: 130% !important;
	margin: 5px 0 0 0 !important;
	border: none !important;
}

#blog .entry_body {
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #cccccc;
}

#page_nav {
	margin: 30px 0 30px;
	text-align: center;
}