/* ///////////////////////////////////////////////////////////////////
other
/////////////////////////////////////////////////////////////////// */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
/* WinIE7 only */
*:first-child+html .clearfix {
	height: 1%;
}
/* WinIE6 and below */
/* hide \*/
* html .clearfix {
	height: 1%;
}
body {
	font-size: 16px;
	line-height: 1.4;
	color: #40210f;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka, sans-serif;
}
body.no-scroll {
}
img {
	max-width: 100%;
}
a {
	color: #49250d;
	text-decoration: none;/*追加　0221*/
}
a:hover {
	text-decoration: none;
}
a.hover,
img.hover,
button.hover {
  transition: all 300ms 0s ease;
}
a.hover:hover,
img.hover:hover,
button.hover:hover {
	opacity: 0.6;
}
.sp-area {
	display: none;
}
#window-size-check {
	display: block;
}
@media screen and (max-width:640px) {
body {
	font-size: 14px;
}
.pc-area {
	display: none;
}
.sp-area {
	display: block;
}
#window-size-check {
	display: none;
}
}
/* ///////////////////////////////////////////////////////////////////
#site
/////////////////////////////////////////////////////////////////// */
#site {
	overflow: hidden;
	min-width: 970px;
}
.global-inner {
	position: relative;
	margin: 0 auto;
	width: 970px;
	min-width: 970px;
}
.global-inner2 {
	position: relative;
	margin: 0 auto;
	width: 1150px;
	min-width: 1150px;
}
@media screen and (max-width:640px) {
#site {
	min-width: auto;
}
.global-inner {
	padding: 0 3%;
	width: auto;
	min-width: auto;
}
.global-inner2 {
	padding: 0 3%;
	width: auto;
	min-width: auto;
}
}
/* ///////////////////////////////////////////////////////////////////
#global-header
/////////////////////////////////////////////////////////////////// */
#global-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	/*background: #ffffff2b;*/
	padding: 20px 0;
}
#global-header h1 {
	width: 20%;
	float: left;
}
#global-header .contact {
	float: right;
	width: 75%;
	margin-bottom: 10px;
	text-align: right;
}
#global-header .contact p {
	margin: 0 5px;
	display: inline-block;
}
#global-header .global-nav {
	float: right;
	width: 75%;
}
#global-header .global-nav .global-nav-list {
	text-align: right;
}
#global-header .global-nav .global-nav-list li {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 30px;
	line-height: 1;
}
#global-header .global-nav .global-nav-list li:hover {
	padding-bottom: 10px;
	border-bottom: solid 2px #c0ab9e;
}
#global-header .global-nav .global-nav-list li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
#global-header .menu-sp {
	display: none;
}
@media screen and (max-width:640px) {
#global-header #global-header-inner {
	margin: 0 3%;
	width: auto;
	height: auto;
}
#global-header {
	padding: 10px 0;
}
#global-header h1 {
	width: 100px;
	line-height: 0;
}
#global-header .global-nav {
	overflow-y: scroll;
	display: block;
	position: static;
	padding: 15px 3%;
	background: #fff;
}
#global-header .global-nav{
	display: none;
}
#global-header .menu-sp {
	display: block;
	position: absolute;
	top: 6px;
	right: 2%;
	width: 48px;
}
#global-header .menu-sp .open {
	cursor: pointer;
}
#global-header .menu-sp .close {
	display: none;
	cursor: pointer;
}
}
#global-nav-sp {
	display: none;
	overflow: auto;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200;
}
#global-nav-sp .btn {
	position: absolute;
	top: 5px;
	right: 2%;
	width: 48px;
}
#global-nav-sp .global-nav-main {
	background: #edddd3;
	padding: 20px 3%;
}
#global-nav-sp .global-nav-main .bnr {
	margin-bottom: 20px;
}
#global-nav-sp ul.global-nav-list li {
}
#global-nav-sp ul.global-nav-list li span {
	display: block;
	margin-bottom: 10px;
	font-size: 21px;
	color: #6fbc27;
}
#global-nav-sp ul.global-nav-list li a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	display: block;
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
}
#global-nav-sp ul.global-nav-bnr {
	margin-top: 20px;
	text-align: center;
}
#global-nav-sp ul.global-nav-bnr li {
	display: inline-block;
	margin: 0 1%;
	width: 47%;
}
/* ///////////////////////////////////////////////////////////////////
#contents
/////////////////////////////////////////////////////////////////// */
#main {
	margin-bottom: 50px;
}
#top-img {
	padding-top: 210px;
	background-image: url("../images/main-bg.png");
	background-size: cover;
	background-position: center -90px;
	min-width: 960px;
}
#main p{
	line-height: 1.5;
	margin-bottom: 20px;
}
a.blank {
	padding-right: 20px;
	background: url("../images/0-blank.png");
	background-position: right center;
	background-repeat: no-repeat;
}
a.arrow {
	position: relative;
	padding-left: 15px;
}
a.arrow:before {
	content: "▶";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
}
.btn-01 {
	display: inline-block;
}
.btn-01 a {
	display: inline-block;
	padding: 10px 3%;
	text-decoration: none;
	color: #40210f;
	background: #fff;
	outline: 1px solid #c0ab9e;
	outline-offset: -10px;
}
.btn-02 a {
	display: inline-block;
	border-bottom: solid 4px #d67c56;
	border-radius: 6px;
	padding: 10px 3%;
	text-decoration: none;
	background: #f29b76;
	color: #fff;
}
.btn-03 a {
	display: inline-block;
	border-bottom: solid 4px #d67c56;
	border-radius: 6px;
	padding: 10px 3%;
	text-decoration: none;
	background: #f29b76;
	color: #fff;
}
.btn-03 a span {
	background: url("../images/0-tel-02.png");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 18px;
}
.btn-04 span {
	display: inline-block;
	border-bottom: solid 4px #d67c56;
	border-radius: 6px;
	padding: 10px 3%;
	text-decoration: none;
	background: #f29b76;
	color: #fff;
	font-size: 18px;
}
#main-header h1 {
	padding: 25px 0;
	background: #715d4e;
	text-align: center;
	color: #fff;
	font-size: 28px;
}
.title-01 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 34px;
}
.title-02 {
	position: relative;
	margin: 60px 0 30px;
	padding: 10px 3%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7d6cb+0,e7d6cb+100&0+0,1+50,0+100 */
	background: -moz-linear-gradient(left, rgba(231,214,203,0) 0%, rgba(231,214,203,1) 50%, rgba(231,214,203,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(231,214,203,0) 0%,rgba(231,214,203,1) 50%,rgba(231,214,203,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(231,214,203,0) 0%,rgba(231,214,203,1) 50%,rgba(231,214,203,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7d6cb', endColorstr='#00e7d6cb',GradientType=1 ); /* IE6-9 */
	font-size: 22px;
	text-align: center;
}
.title-03 {
	margin: 30px 0 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #c0ab9e;
	font-size: 18px;
	font-weight: bold;
}
.title-03 table th {
	width: 100px;
	text-align: left;
}
.title-03 table td {
	font-weight: normal;
	font-size: 16px;
}
.title-04 {
	margin: 30px 0 10px;
	padding: 5px 3%;
	background: #f5ebe6;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.title-05 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.table-01 {
	width: 100%;
	border: solid 1px #c0ab9e;
}
.table-01 th,
.table-01 td {
	border: solid 1px #c0ab9e;
	padding: 10px 5px;
	font-size: 14px;
	vertical-align: middle;
}
.table-01 th {
	background: #f8efe8;
}
.table-02 {
	width: 100%;
	border-top: solid 1px #dddddd;
}
.table-02 th,
.table-02 td {
	border-bottom: solid 1px #dddddd;
	padding: 20px 20px;
}
.table-02 th {
	width: 30%;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #ff6701;
}
.table-02 th {
	width: 30%;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #ff6701;
}
.table-02 th {
	width: 30%;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #ff6701;
}
.table-03 {
	width: 100%;
	font-size: 18px;
}
.table-03 tr {
	background-image: url("../images/0-line-01.png");
	background-repeat: repeat-x;
	background-position: center 10px;
}
.table-03 th {
	width: 30%;
	text-align: left;
	padding-bottom: 15px;
}
.table-03 td {
	width: 70%;
	text-align: right;
	padding-bottom: 15px;
}
.table-03 th span,
.table-03 td span {
	padding: 0 5px;
	background: #f1e2d8;
}
.box-area .table-03 th span,
.box-area .table-03 td span {
	background: #fff;
}
@media screen and (max-width:640px) {
#main {
}
#main #top-img {
	padding-top: 120px;
	background-position: center top;
	min-width: auto;
}
#main #main-header h1 {
	font-size: 24px;
}
.title-01 {
	font-size: 22px;
}
.title-02 {
	font-size: 20px;
}
.title-03 {
	font-size: 18px;
}
.title-04 {
	font-size: 18px;
}
.btn-01 a {
	outline-offset: -5px;
}
	
.btn-02 a {
	display: block;
}
.btn-03 a {
	display: block;
}
.btn-04 span {
	display: block;
}
.table-02 {
}
.table-02 tr {
	display: block;
}
.table-02 th,
.table-02 td {
	display: block;
}
.table-02 th {
	border: none;
	padding: 10px 0 0;
}
.table-02 td {
	padding: 0 0 10px;
}
#main .map iframe {
	width: 100%;
	height: 250px;
}
	
}
/* ///////////////////////////////////////////////////////////////////
#global-footer
/////////////////////////////////////////////////////////////////// */
#global-footer {
	position: relative;
	padding-top: 10px;
	background-position: top center;
	background-repeat: repeat-x;
	color: #fff;
}
#global-footer .global-footer-top {
	padding: 20px 0;
}
#global-footer .global-footer-top h2 {
	float: left;
	width: 25%;
}
#global-footer .global-footer-top .page-link {
	float: right;
	width: 74%;
}
#global-footer .global-footer-top .page-link ul {
	text-align: right;
}
#global-footer .global-footer-top .page-link ul li {
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
	border-right: solid 1px #624c3f;
}
#global-footer .global-footer-top .page-link ul li a {
	color: #624c3f;
	text-decoration: none;
	font-size: 14px;
}
#global-footer .global-footer-top .page-link ul li a:hover {
	text-decoration: underline;
}
#global-footer .copyright {
	margin: 0;
	padding: 10px 3%;
	background: #c0ab9e;
	color: #fff;
	text-align: center;
	font-size: 10px;
}
@media screen and (max-width:640px) {
#global-footer .global-footer-top h2 {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
#global-footer .global-footer-top h2 img {
	width: 50%;
}
#global-footer .global-footer-top .page-link {
	width: 100%;
}
#global-footer .global-footer-top .page-link ul li {
	display: block;
	padding: 10px 0;
	text-align: center;
	border: none;
}
}
/* ///////////////////////////////////////////////////////////////////
Text
/////////////////////////////////////////////////////////////////// */
.size-01 {
	font-size: 80%;
}
.size-02 {
	font-size: 141%;
	line-height: 1.7;
}
.size-03 {
	font-size: 180%;
	line-height: 1.5;
}
.size-04 {
	font-size: 210%;
	line-height: 1.5;
}
.size-05 {
	font-size: 16px;
	line-height: 1.7;
}
.color-01 {
	color: #CC0000;
	font-weight: bold;
}
.color-02 {
	color: #e66d48;
	font-weight: bold;
}
.color-03 {
	color: #6fbc27;
	font-weight: bold;
}
.color-04 {
	color: #8757AB;
	font-weight: bold;
}
.color-05 {
	color: #009700;
	font-weight: bold;
}
.color-06 {
	color: #E5D627;
	font-weight: bold;
}
.color-07 {
	color: #2CB7B3;
	font-weight: bold;
}
.color-08 {
	color: #FF8705;
	font-weight: bold;
}
.color-09 {
	color: #FB50A1;
	font-weight: bold;
}
.marker-01 {
	font-weight: bold;
	background: #FF6;
	padding: 0 3px;
}
.marker-02 {
	font-weight: bold;
	background: #DAE49F;
	padding: 0 3px;
}
.marker-03 {
	font-weight: bold;
	background: #A6D4E3;
	padding: 0 3px;
}
.marker-04 {
	font-weight: bold;
	background: #F5CAD1;
	padding: 0 3px;
}
.font-w,
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
	
	
/* ///////////////////////////////////////////////////////////////////
float
/////////////////////////////////////////////////////////////////// */
.float-2-8 .left {
  float: left;
  width: 18%;
	margin-right: 2%;
}
.float-2-8 .right {
  float: right;
  width: 78%;
	margin-left: 2%;
}
.float-3-7 .left {
  float: left;
  width: 28%;
	margin-right: 2%;
}
.float-3-7 .right {
  float: right;
  width: 68%;
	margin-left: 2%;
}
.float-4-6 .left {
  float: left;
  width: 38%;
	margin-right: 2%;
}
.float-4-6 .right {
  float: right;
  width: 58%;
	margin-left: 2%;
}
.float-5-5 .left {
  float: left;
  width: 48%;
	margin-right: 2%;
}
.float-5-5 .right {
  float: right;
  width: 48%;
	margin-left: 2%;
}
.float-6-4 .left {
  float: left;
  width: 58%;
	margin-right: 2%;
}
.float-6-4 .right {
  float: right;
  width: 38%;
	margin-left: 2%;
}
.float-7-3 .left {
  float: left;
  width: 68%;
	margin-right: 2%;
}
.float-7-3 .right {
  float: right;
  width: 28%;
	margin-left: 2%;
}
.float-8-2 .left {
  float: left;
  width: 78%;
	margin-right: 2%;
}
.float-8-2 .right {
  float: right;
  width: 18%;
	margin-left: 2%;
}
.float-2-8:after,
.float-3-7:after,
.float-4-6:after,
.float-5-5:after,
.float-6-4:after,
.float-7-3:after,
.float-8-2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .float-2-8,
* html .float-3-7,
* html .float-4-6,
* html .float-5-5,
* html .float-6-4,
* html .float-7-3,
* html .float-8-2,
*:first-child+html .float-2-8,
*:first-child+html .float-3-7,
*:first-child+html .float-4-6,
*:first-child+html .float-5-5,
*:first-child+html .float-6-4,
*:first-child+html .float-7-3,
*:first-child+html .float-8-2 {
  zoom: 1;
}
@media screen and (max-width: 640px) {
.float-2-8 .left,
.float-2-8 .right,
.float-3-7 .left,
.float-3-7 .right,
.float-4-6 .left,
.float-4-6 .right,
.float-5-5 .left,
.float-5-5 .right,
.float-6-4 .left,
.float-6-4 .right,
.float-7-3 .left,
.float-7-3 .right,
.float-8-2 .left,
.float-8-2 .right {
	float: none;
	margin: 0 auto 10px;
	width: 100%;
}
}
/* ///////////////////////////////////////////////////////////////////
text-align
/////////////////////////////////////////////////////////////////// */
.txt-c {text-align: center !important;}
.txt-l {text-align: left !important;}
.txt-r {text-align: right !important;}
.txt-c-pc {text-align: center !important;}
.txt-r-pc {text-align: right !important;}
@media screen and (max-width:640px) {
.txt-c-pc {text-align: left!important;}
.txt-r-pc {text-align: left!important;}
}
/* ///////////////////////////////////////////////////////////////////
margin
/////////////////////////////////////////////////////////////////// */
.mt-0 {margin-top: 0 !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}
.mr-0 {margin-right: 0 !important;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-100 {margin-right: 100px !important;}
.mb-0 {margin-bottom: 0 !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}
.ml-0 {margin-left: 0 !important;}
.ml-5 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-100 {margin-left: 100px !important;}
.m-0 {margin: 0 !important;}
/* ///////////////////////////////////////////////////////////////////
padding
/////////////////////////////////////////////////////////////////// */
.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-80 {padding-top: 80px !important;}
.pt-90 {padding-top: 90px !important;}
.pt-100 {padding-top: 100px !important;}
.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-50 {padding-right: 50px !important;}
.pr-60 {padding-right: 60px !important;}
.pr-70 {padding-right: 70px !important;}
.pr-80 {padding-right: 80px !important;}
.pr-90 {padding-right: 90px !important;}
.pr-100 {padding-right: 100px !important;}
.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pb-90 {padding-bottom: 90px !important;}
.pb-100 {padding-bottom: 100px !important;}
.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-50 {padding-left: 50px !important;}
.pl-60 {padding-left: 60px !important;}
.pl-70 {padding-left: 70px !important;}
.pl-80 {padding-left: 80px !important;}
.pl-90 {padding-left: 90px !important;}
.pl-100 {padding-left: 100px !important;}
.p-0 {padding: 0 !important;}
