@CHARSET "UTF-8";

.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.font-mincho {
	font-family: "Hiragino Mincho Pro", "HG明朝E", "MS 明朝", serif;
}

.font-marugo {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-55 {
	margin-top: 55px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-65 {
	margin-top: 65px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-t-75 {
	margin-top: 75px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-l-35 {
	margin-left: 35px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-l-45 {
	margin-left: 45px;
}

.m-l-50 {
	margin-left: 50px;
}

.m-l-100 {
	margin-left: 100px;
}

.m-l-a {
	margin-left: auto;
}

.m-r-a {
	margin-right: auto;
}

.m-t-a {
	margin-top: auto;
}

.m-b-a {
	margin-bottom: auto;
}

.w-p-100 {
	width: 100%;
}

.w-p-95 {
	width: 95%;
}

.w-p-90 {
	width: 90%;
}

.w-p-85 {
	width: 85%;
}

.w-p-80 {
	width: 80%;
}

.w-p-75 {
	width: 75%;
}

.w-p-70 {
	width: 70%;
}

.w-p-65 {
	width: 65%;
}

.w-p-60 {
	width: 60%;
}

.w-p-55 {
	width: 55%;
}

.w-p-50 {
	width: 50%;
}

.w-p-45 {
	width: 45%;
}

.w-p-40 {
	width: 40%;
}

.w-p-35 {
	width: 35%;
}

.w-p-30 {
	width: 30%;
}

.w-p-25 {
	width: 25%;
}

.w-p-20 {
	width: 20%;
}

.w-p-15 {
	width: 15%;
}

.w-p-10 {
	width: 10%;
}

.w-p-5 {
	width: 5%;
}

.h-p-100 {
	height: 100%;
}

.h-p-95 {
	height: 95%;
}

.h-p-90 {
	height: 90%;
}

.h-p-50 {
	height: 50%;
}

.v-a-t {
	vertical-align: top;
}

.v-a-m {
	vertical-align: middle;
}

.v-a-b {
	vertical-align: bottom;
}

.v-a-tb {
	vertical-align: text-bottom;
}

.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

a {
	color: inherit;
	text-decoration: none;
}

a.text {
	text-decoration: underline;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.border-bottom {
	border-bottom: 1px solid #cacac9;
}

html, body, #wrapper, #header, #nav, #main, #footer {
	width: 100%;
	min-width: 320px;
	max-width: 600px;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	background-color: #ffffff;
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	text-align: left;
	font-size: 14px;
	color: #333333;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "century gothic", Arial, "ＭＳ Ｐゴシック", sans-serif;
	background: url("../img/base/background.jpg") center top repeat;
}

.container {
	padding: 0 15px;
}

#header {
	background: url("../img/base/header_bg.png") center top no-repeat;
	height: 100px;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
}

#header h1.title {
	color: #583400;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0.3px 0.3px 0px, 2px 2px 1px #fff, 2px 0px 1px #fff, -2px 0px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 0px 2px 1px #fff, 0px -2px 1px #fff;
	padding: 10px 10px 0px;
}

#header .logo {
	width: 100%;
}

.head-nav .nav-list {
	background: url("../img/base/head_menu_bg.png") center top no-repeat;
	height: 300px;
	padding: 15px 0;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
	position: relative;
}

.head-nav .nav-list .item {
	margin: auto;
	width: 24%;
}

.head-nav .nav-list .item.contact {
	width: 100%;
}

#nav {

}

#nav .container {
	height: 100%;
}

#nav .nav-list {
	background: url("../img/base/foot_menu_bg.png") center top no-repeat;
	height: 844px;
	padding: 14px 0;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
}

#nav .nav-list .item {
	height: 91px;
}

#nav .nav-list .item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#nav .banner-list {
	padding: 15px 0;
}

#nav .banner-list .item {
	width: 50%;
}

#footer {
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	background: url("../img/base/footer_bg.png") center top repeat-x;
	height: 177px;
	padding: 45px 0 15px;
}

#footer .copyright {
	font-size: 13px;
	margin-top: 30px;
}

#main {
	text-align: center;
}

.fix-header {
	position: fixed;
	max-width: 600px;
	width: 100%;
	top: 15px;
	left: 0;
}

.fix-footer {
	position: fixed;
	max-width: 600px;
	width: 100%;
	bottom: 25px;
	left: 0;
}

.fix-header .menu {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}

.fix-footer .tel {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
}

.fix-footer .top {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
}

.contents-bg {
	padding: 15px 0;
	position: relative;
	text-align: center;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
}

.contents-bg.blue {
	background: url("../img/base/bg_blue.png") center top repeat;
}

.contents-bg.green {
	background: url("../img/base/bg_green.png") center top repeat;
}

.contents-bg.pink {
	background: url("../img/base/bg_pink.png") center top repeat;
}

.contents-bg.yellow {
	background: url("../img/base/bg_yellow.png") center top repeat;
}

.contents-bg.purple {
	background: url("../img/base/bg_purple.png") center top repeat;
}

.page-entry .form-bg {

}

.page-entry .form-bg>.inner {
	padding: 30px 30px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
	width: 100%;
}

.page-entry .form-bg>.inner .message {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
}

.page-entry .form-bg>.inner .button-area .button {
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
}

.form-list {
	width: 100%;
}

.form-list .item {
	vertical-align: middle;
	color: #773a03;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	padding: 15px;
	text-align: left;
}

.form-list .item.label {
	border-bottom: 1px dashed #773a03;
}

.form-list .item.value {
	border-bottom: 1px solid #773a03;
}

.form-list input[type="text"], .form-list input[type="tel"], .form-list input[type="email"] {
	width: 100%;
	min-height: 30px;
	padding: 0 5px;
	border: 1px solid #773a03;
}

.form-list textarea {
	width: 100%;
	min-height: 160px;
	padding: 5px;
	border: 1px solid #773a03;
}

.form-list select {
	border: 1px solid #773a03;
	width: 200px;
	min-height: 30px;
}

.page-top .top1 {
	background: url("../img/top/banner_bg.png") repeat;
}