@charset "utf-8";


#content{}

.container{
	width: 1200px;
	margin: 80px auto 0;
}

@media only screen and (max-width: 1200px){
  .container{
  	margin: 40px auto 0;
    width:100%;
    padding: 0 20px ;
  }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/**********************************************
共通
**********************************************/

#h_Area{
	height: 230px;
	position: relative;
}

.h_Area_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
#h_Area{
    height: 120px;
  }
}

.h_inner{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	min-height: 230px;
}

@media screen and (max-width: 768px) {
  .h_inner{
		min-height: 120px;
		display: flex;
		align-items: center;
    padding: 0 20px;
  }
}

.head_ttl{
	position:absolute;
	z-index:1;
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 1px 10px #5c5c5c;
	top: 40%;
	right: 0;
	left: 0;
	text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media screen and (max-width: 768px) {
  .head_ttl {
		font-size: 21px;
		position: static;
  }
}

#breadcrumb {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index:  2;
	height: 40px;
  color: #7D6138;
  font-size: 16px;
}

#breadcrumb a{
  color: #7D6138;
  font-size: 16px;
  text-decoration: none;
}

#breadcrumb ul {
	height:  24px;
	padding:  8px 0 8px;
}

#breadcrumb li {
	float: left;
	padding: 0 5px 0;
  list-style: none;
}

@media only screen and (max-width: 1360px){
  #breadcrumb{
	display: none;
  }
}

h1{
	font-size: 32px;
  margin-bottom: 60px;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #7D6138;
}

@media screen and (max-width: 768px) {
  h1{
    font-size: 21px;
  }
}

h1 span{
  width: 100%;
  border-top: 1px solid #7D6138;
  position: relative;
  display: block;
}

h1 span::before{
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #7D6138;
  position: absolute;
  left: 0;
  top: -5px;
}
h1 span::after{
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #7D6138;
  position: absolute;
  right: 0;
  top: -5px;
}

h1.h1_single{
  margin-bottom: 50px;
  padding: 10px;
  background: #E2DBD0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  font-weight: normal;
  font-size: 21px;
  text-align: left;
  line-height: 1;
}

h1.h1_single::before{
  content:'';
  width: 32px;
  height: 32px;
  line-height: 1;
  background:  url("../img/page/h1_single.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}


@media screen and (max-width: 768px) {
  h1.h1_single{
    font-size: 18px;
  }
  h1.h1_single::before{
    width: 24px;
    height: 24px;
  }
}


h2{
  margin-bottom: 50px;
  padding: 10px;
  background: #E2DBD0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  font-weight: normal;
  font-size: 21px;
  text-align: left;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  h2{
    margin-bottom: 20px;
  }
}

h2::before{
  content:'';
  width: 32px;
  height: 32px;
  line-height: 1;
  background:  url("../img/page/h1_single.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}


@media screen and (max-width: 768px) {
  h2{
    font-size: 18px;
  }
  h2::before{
    width: 24px;
    height: 24px;
  }
}

h3{
	width:100%;
	margin-bottom: 30px;
	padding-left: 16px;
	font-size: 155%;
	font-weight: bold;
	border-left: 13px solid #d1372f;
}

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


/**********************************************
side
**********************************************/
.lead-contents{
	width: 860px;
	float: right;
}

.side-contents{
	width: 300px;
	float: left;
}

@media screen and (max-width: 1200px) {
	.lead-contents, 
  .side-contents{
		width: 100%;
		margin: 0;
	}
  .side-contents{
    margin-top: 60px;
  }
}

.sideBox{
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sideBox{
    margin-bottom: 10px;
  }
  .side-contents{
    margin-top: 30px;
  }
}

.side_contact{
  width: 100%;
  border: 1px solid #9B815B;
}

.side_contact-ttl{
  width: 100%;
  padding: 5px;
  background: #9B815B;
  color: #fff;
  text-align: center;
}

.side_contact-inner{
  padding: 20px 10px;
}

.side_tel{
  display: block;
  margin: 0 auto;
}

.side_contact p{
  margin-bottom: 10px;
  font-size: 14px;
  color: #54381D;
  text-align: center;
}

.side_mail{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #C2C2C2;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s;
}

.side_mail:hover{
  background: #6cbf5c;
}

.side_tochi{
  width: 100%;
  padding: 20px 0;
  height: auto;
  background: url("../img/side-tochi.jpg");
  background-size: cover;
  display: table;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.side_tochi::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #6cbf5c;
  border-top: 0;
  transform: rotate(135deg);
  position: absolute;
  right: -13px;
  bottom: -3px;
}

.side_tochi p{
  display: table-cell;
  padding-right: 30px;
}

.single_wrap{
  width: 100%;
  padding: 15px 30px;
  background: #fff;
}

/*-------------------------------
　　news single
-------------------------------*/
.archive-link a{
  width: 60%;
  max-width: 240px;
  padding: 10px 0;
  border: 1px solid #9b815b;
  text-align: center;
  display: block;
  margin: 80px auto 0;
  text-decoration: none;
  color: #9b815b;
  transition: all 0.3s;
}

.archive-link a:hover{
  background: #9b815b;
  color: #fff;
}

/*Pagenation*/
.pageNation {
	text-align: center;
	margin: 0 auto;
}
.pageNation ul {
    margin: 0;
}
.pageNation li {
	font-size: 16px;
	margin-right: 6px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background-color: #ABABAB;
	border-radius: 4px;
  overflow: hidden;
  line-height: 50px;
  width: 50px;
}
.pageNation li.prev,
.pageNation li.next {
  width: 50px;
  height: 50px;
}
.pageNation li.active {
	color: #fff;
	background-color: #6CBF5C;
}
.pageNation li a {
	display: block;
	line-height: 50px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.pageNation li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #6CBF5C;
}

/*-------------------------------
　　　PAGE -common-
-------------------------------*/
.w800{
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .w800{
    width: 90%;
    margin: 0 auto;
  }
}

table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 2px;
}

table th{
  width: 20%;
  padding: 5px;
  background: #E2DBD0;
  text-align: center;
}

table td{
  width: 80%;
  padding: 5px;
  background: #fff;
}

.maparea{
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .maparea{
    height: 240px;
  }
}

.maparea iframe{
  width: 100%;
  height: 100%;
}

/*-------------------------------
　　　PAGE -company-
-------------------------------*/
dl.history{
  width:100%;
  box-sizing: border-box;
  border-bottom:1px solid #7d6138;
}
    
dl.history dt{
  border-top:1px solid #7d6138;
  float: left;
  width:27%;
  padding:2% 0;
}
dl.history dd{
  border-top:1px solid #7d6138;
  padding:2% 0;
  margin-left: 27%;
}


/*-------------------------------
　　　PAGE -concept-
-------------------------------*/
.feature_ttl{
  width: 100%;
  margin-bottom: 40px;
  padding-left: 125px;
  background: #6CBF5C;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.feature_no{
  width: 86px;
  height: 86px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #439E31;
  line-height: 1.2;
  padding: 15px 0;
}

.feature_no span{
  display: block;
}

.feature_txt span{
  color: #FC912B;
}

@media screen and (max-width: 768px) {
  .feature_ttl{
    margin-bottom: 20px;
    padding-left: 60px;
    font-size: 16px;
  }

  .feature_no{
    width: 60px;
    height: 60px;
    left: -5px;
    line-height: 1.2;
    padding: 10px 0;
  }
}

/*-------------------------------
　　　PAGE -contact-
-------------------------------*/
.contactBox{
  width: 100%;
  padding: 5px;
  background: #fff;
  border: 5px solid #E9E2D9;
  text-align: center;
}

.contactBox__ttl{
  width: 100%;
  margin: 10px 0;
  background: #E9E2D9;
  color: #7D6138;
  font-weight: bold;
}

.contactBox__ttl::before,
.contactBox__ttl::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #E9E2D9;
  display: block;
}

/* --------- お問い合わせフォーム -----------*/
.qa{
  width: 80%;
  padding:0 20px;
  margin: 0 auto 20px;
  background:#7D6138;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}

.qaList{
  width: 80%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .qa{
    width: 100%;
  }
  .qaList{
    width: 100%;
  }
}

.qaList li::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7D6138;
  vertical-align: middle;
  line-height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"]{
  width: 100%;
}

.wpcf7 textarea[name="textarea"] {
  width: 100%;
  height: 300px !important;
}

.wpcf7-submit {
  margin: 40px auto;
  font-size: 1.2em;
  padding: 5px 30px;
  background-color: #333;
  color: #fff;
  border-style: none;
  display: block;
}
 
.wpcf7-submit:hover:enabled {
  background-color: #FC912B;
  color: #fff; 
}

table.mail_form{
  width: 100%;
  margin: 50px 0 0;
  border-collapse: separate;
  border-spacing: 0px 20px;
}

@media screen and (max-width: 768px) {
  table.mail_form{
    border-spacing: 0px 5px;
  }
}

table.mail_form th{
  width: 30%;
  font-weight: bold;
  background: none;
  text-align: left;
}

table.mail_form td{
  width: 70%;
  background: none;
}

.supplement{
  display: block;
  font-size: initial;
  color: #707070;
}

.astarisk{
  margin-right: 10px;
  padding: 0 5px;
  color: #fff;
  background: #FC912B;
  float: right;
  box-sizing: border-box;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  table.mail_form th,
  table.mail_form td{
    width: 100%;
    display: block;
  }
  .astarisk{
    float: none;
  }
  .wpcf7-submit {
    margin: 20px auto;
  }
}

.hosoku{
  width: 100%;
  padding: 10px;
  border: 1px solid #9B815B;
}

/*-------------------------------
　　　PAGE -point-
-------------------------------*/
.floatRight{
  float: right;
}

@media screen and (max-width: 768px) {
  .floatRight{
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.point{
  width: 100%;
  margin-bottom: 40px;
  height: 60px;
  padding: 10px 10px 10px 100px;
  border: 1px solid #7D6138;
  background: #fff;
  position: relative;
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .point{
    margin-bottom: 20px;
    height: 45px;
    padding: 5px 5px 5px 90px;
    font-size: 18px;
  }
}

.point_no{
  padding: 5px 10px;
  background: #FC912B;
  color: #fff;
  height: 58px;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  z-index: 1;
}

.point_no span{
  display: block;
  font-size: 32px;
  font-weight: bold;
}

.point_no:before{
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 58px solid #FC912B;
  border-bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .point_no{
    padding: 2px 10px;
    height: 43px;
    font-size: 14px;
  }

  .point_no span{
    font-size: 24px;
  }

  .point_no:before{
    right: -30px;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 43px solid #FC912B;
  }
}

/*-------------------------------
　　　PAGE -flow-
-------------------------------*/
.flow{
  width: 100%;
  position: relative;
}

.flow::after{
  content: '';
  width: 80px;
  height: 100%;
  background: #E9E2D9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .flow::after{
    width: 40px;
  }
}

.flow li{
  margin-bottom: 60px;
}

.flow_ttl{
  width: 100%;
  margin-bottom: 24px;
  padding: 10px;
  background: #9B815B;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
}

.flow_ttl span{
  display: inline-block;
  width: 40px;
  margin-right: 16px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #9B815B;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .flow_ttl{
    margin-bottom: 12px;
    padding: 5px;
    font-size: 18px;
  }

  .flow_ttl span{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}

.flow li dl{
  width: 100%;
}

.flow li dl dt{
  margin-left: 20px;
  font-size: 21px;
  color: #7D6138;
  display: list-item;
  list-style: disc;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow li dl dt{
    font-size: 18px;
  }
}

.flow li dl dd{
  margin-bottom: 16px;
  margin-left: 20px;
}

.flow_txt{
  font-size: 24px;
  font-weight: bold;
  color: #7D6138;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow_txt{
    text-align: left;
    font-size: 16px;
  }
  .pcView{
    display: none;
  }
}


@media screen and (min-width: 769px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

.m0 img{
  margin: 0!important;
}
