@charset "utf-8";
/* CSS Document */

/*モバイル用のみ改行指定追加*/
@media screen and (min-width: 481px) {
.sptxt { display:none; }
}
@media screen and (max-width: 480px) {
.sptxt { display: inherit;}
}

/*モバイル用タブレット以下改行削除*/
@media screen and (min-width: 769px) {
.tab_br-non { display: inherit;}
}
@media screen and (max-width: 768px) {
.tab_br-non { display:none; }
}
/*モバイル用スマホのみ改行削除*/
@media screen and (min-width: 481px) {
.sp_br-non { display: inherit;}
}
@media screen and (max-width: 480px) {
.sp_br-non { display:none; }
}

.main_container {
  width: 100%;
	margin-top: 320px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .main_container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .main_container {
    max-width: 90%;
  }
}	

.twoleftbnn {
	  position: relative;
	width:48%;
	height:230px;
	float:left;
	margin: 0;
	border: solid thin #999;
	box-sizing: border-box;
	  border-radius: .5rem;
}
.tworightbnn {
	  position: relative;
	width:48%;
	height:230px;
	float:right;
	margin: 0;
		border: solid thin #333;
	box-sizing: border-box;
	  border-radius: 0.5rem;
}
@media screen and (max-width:768px){
.twoleftbnn {
	  position: relative;
	width:100%;
	height:230px;
	float:none;
		margin-bottom: 42px;
}
.tworightbnn {
	  position: relative;
	width:100%;
	height:230px;
	float:none;
}
}
.boxintxt {
	width:53%;
	float:right;
	margin: 0;
	box-sizing: border-box;
	padding: 15px 13px 15px 15px;
}
		.intxt{
  margin: .8rem 0;
    margin-bottom: 0.8rem;
  font-size: 12px;
  line-height: 1.6;
  opacity: .8;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.more_btn {
  font-size: 12px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
	color: #fff;
}
.more_btn {
  width: 30%;
}
.more_btn {
  width: calc(100% - 2.5rem);
  bottom: 1.25rem;
}
.more_btn {
  position: absolute;
  bottom: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}
.more_btn a {
  color: inherit;
}
.more_btn {
  background-color: #b8987d;
  border-color: #9a6e4a;
}
.more_btn a:hover{
  background-color: #9a6e4a;
  border-color: #9a6e4a;
	color: #ffffff;
}
.text-right {
  text-align: right !important;
}
.boxin_title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
font-family: Hiragino Mincho ProN,"游明朝",serif;
}
.btnplace{
	width: 50%;
	height: auto;
	overflow: hidden;
}
.btn-orange a{
  color: #fff;
  background-color: #eb6100;
}
.btn-orange:hover a {
  color: #fff;
  background: #f56500;
}
.btn_brwn{
	position: absolute;
	bottom:1.4rem;
	right: 1.8rem
}
.btn_brwn a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 120px;
	margin: auto;
	padding: 0.2rem 1rem;
	border: 2px solid #9a6e4a;
	background: #b8987d;
	color: #fff;
	transition: 0.5s;
	  border-radius: .25rem;
	font-size: 12px;
}
.btn_brwn a:hover {
  background-color: #9a6e4a;
  border-color: #9a6e4a;
	color: #fff;
	  border-radius: .25rem;
}
.bg_brown{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 36px 0;
	background: #b8987d;
  opacity: 1;
}
.bg_usubrown{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 36px 0;
	background: #fdfcf0;
  opacity: 1;
}
.bottom_title{
font-family: Hiragino Mincho ProN,"游明朝",serif;
  color: #eeeeee;
  font-size: 1.8rem;
  text-align: center;
}
.bottom_title_sub{
  color: #eeeeee;
  font-size: 1rem;
  text-align: center;
}
.usubrown_title{
font-family: Hiragino Mincho ProN,"游明朝",serif;
/*  color: #b8987d;*/
	color: #222222;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 768px) {
.usubrown_title{
  font-size: 26px;
	font-feature-settings: "palt";
}
}
.usubrown_title_sub{
  color: #222;
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
.usubrown_title_sub{
  width: 80%;
	margin: 0 auto;
}
}
.title_sub_txt{
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
color: #996633;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1.2em;
  box-sizing: border-box;
	}
.contact_container {
    width: 1140px;
	margin-top: 32px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	overflow: hidden;
}
@media screen and (max-width: 1140px) {
.contact_container {
    width: 90%;
  }
}
.threeOne-whtBG {
	width:32%;
	height:auto;
	margin: 0 2% 0 0;
	float:left;
    overflow: hidden;
    padding: 24px 0;
	text-align: center;
	margin-bottom: 36px;
}
.threeOne-whtBGR {
	width:32%;
	margin: 0;
	float:left;
    overflow: hidden;
   padding: 24px 0;
	text-align: center;
}
@media screen and (max-width:768px){
.threeOne-whtBG {
    clear: both;
	width:100%;
	height:auto;
	margin: 0 auto 20px;
	float:none;
}
.threeOne-whtBGR {
        clear: both;
	width:100%;
	height:auto;
	margin: 0 auto;
	float:none;
} 
}
.threeOnebox {
	width:32%;
	height:auto;
	margin: 0 2% 0 0;
	float:left;
    overflow: hidden;
    padding: 0;
	text-align: center;
	margin-bottom: 36px;
}
.threeOneboxR {
	width:32%;
	margin: 0;
	float:left;
    overflow: hidden;
   padding: 0;
	text-align: center;
}

.txtwhite {
  text-align: center;
    line-height: 1.9;
  margin-bottom: 0.4em;
color:#ffffff;
}
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ボタンのスタイル */
.buttonBasic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  max-width: 320px;
/*  height: 64px;*/
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background: #b8987d;
		  border-radius: .25rem;
		border: 2px solid #ffffff;
	margin: 0 auto;
	text-decoration: none;
}
@media screen and (any-hover: hover) {
  .buttonBasic {
    transition: background-color 0.2s;
  }
  .buttonBasic:hover {
    background-color: #ffffff;
	color: #b8987d;
	border: 2px solid #b8987d;
  }
}
/* 白地に薄茶ボタンのスタイル */
.buttonBrown {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  overflow-wrap: anywhere;
  margin: 36px auto;
  text-decoration: none;
  background-color: #ffffff;
  color: #b8987d;
  border: 1px solid #c6ad97;
  border-radius: .5rem;
}
@media (any-hover: hover) {
  .buttonBrown {
    transition: background-color 0.2s;
  }
  .buttonBrown:hover {
	background: #c6ad97;
border-radius: .5rem;
	color: #ffffff;
	border: 1px solid #c6ad97;
  }
}
/* 濃茶ボタンに白文字のスタイル */
.buttonBrownD {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  overflow-wrap: anywhere;
  margin: 36px auto;
  text-decoration: none;
  background-color: #b8987d;
  color: #ffffff;
  border: 1px solid #c6ad97;
  border-radius: .5rem;
}
@media screen and (any-hover: hover) {
  .buttonBrownD {
    transition: background-color 0.2s;
  }
  .buttonBrownD:hover {
	background: #c4aa93;
border-radius: .5rem;
	color: #ffffff;
	border: 1px solid #c6ad97;
  }
}




.call {
  font-size: 2rem;
	text-align: center;
	color: #ffffff;
	font-family: Hiragino Mincho ProN,"游明朝",serif;
}
.call_sub{
	  font-size: 1rem;
  margin-top: 0;
  margin-bottom: .5rem;
		text-align: center;
	color: #ffffff;
}
footer.siteFooter {
  border-top: none;
}
.siteFooter {
  border-top-color: #b8987d;
}
.siteFooter {
  background-color: #f5f1ed;
  color: #9a6e4a;
}
.siteFooter {
  border-top: 3px solid #337ab7;
  background-color: #f9f9f9;
}
.siteFooter {
  display: block;
  overflow: hidden;
}
footer {
  display: block;
}
*, ::after, ::before {
  box-sizing: border-box;
}