@charset "UTF-8";

/***********************************
* bodyとwrap *
***********************************/
body{
	font-family: "Noto Sans Japanese", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	background-image: url(../img/bg_body-01.jpg);
	background-position: center top;
	background-repeat: repeat;
}
/* 英語フォント*/
@font-face {
    font-family: 'Didact Gothic';
    font-style: normal;
    font-weight: 400;
    src: local('Didact Gothic Regular'), local('DidactGothic-Regular'), url(https://fonts.gstatic.com/s/didactgothic/v10/v8_72sD3DYMKyM0dn3LtWk3vq9dAc3DuCNWjMJNKvGE.woff) format('woff');
}
.en{
	font-family: "Brandon Grotesque", "Didact Gothic", Helvetica, Arial, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.08em;
}

#wrap{
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}
	@media (min-width: 768px) {
		#wrap{
			width: 90%;
			min-width: 720px;
			box-shadow:0px 0px 16px 10px #786b61;
		}
	}
	@media (min-width: 992px) {
		#wrap{
			min-width: 930px;
		}
	}
	@media (min-width: 1360px) {
		#wrap{
			width: 1280px;
		}
	}

/***********************************
* header *
***********************************/
/* h1 --------------------*/
#h1-block{
	background-color: #45383e;
	padding: 0.3rem 0;
}
h1{
	color:#fff;
	font-size: 0.69rem;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media (min-width: 768px){
	h1{
		text-align: left;
	}
}
@media (min-width: 992px){
	h1{
		color:#fff;
		font-size: 0.75rem;
	}
}
/* header --------------------*/
.header-logo{
	display: table;
	width: 95%;
	max-width: 553px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.2rem;
	margin-bottom: 0.8rem;
}
.header-logo img{
	width: 100%;
}
.header-lead p{
	color:#666464;
	font-size: 0.94rem;
	text-align: center;
}
.header-address{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.header-address p{
	font-size: 0.88rem;
	margin-bottom: 0;
}
.header-tel-pc{
	display: none;
}
.header-tel-sp,
.header-appointment{
	text-align: center;
}
.header-appointment{
	margin-bottom: 1.5rem;
}
.header-tel-sp img,
.header-appointment img{
	width: 80%;
	max-width: 292px;
}
.header-tel-sp{
	padding: 1rem 0;
}
	@media (min-width: 768px){
		.header-logo{
			width: 100%;
			max-width:  334px;
			margin-left: 0;
			padding-top: 1.5rem;
			padding-bottom: 1.5rem;
		}
		.header-lead p{
			text-align: left;
			font-size: 0.81rem;
		}
		.header-address{
			padding-top: 0.8rem;
		}
		.header-address p{
			text-align: left;
			font-size: 0.69rem;
		}
		.header-tel-sp{
			display: none;
		}
		.header-tel-pc{
			display: block;
		}
		.header-appointment{
			margin-bottom: 0;
		}
		.header-tel-pc img,
		.header-appointment img{
			width: 100%;
			max-width: 292px;
		}
	}
	@media (min-width: 992px){
		.header-logo{
			padding-top: 2.2rem;
			padding-bottom: 2.2rem;
		}
		.header-lead p{
			font-size: 0.94rem;
		}
		.header-address{
			padding-top: 1rem;
		}
		.header-address p{
			font-size: 0.88rem;
		}
		.header-tel-pc{
			padding: 0.5rem 0;
		}
		.header-address,
		.header-tel-pc,
		.header-appointment {
			display: table;
			width: 100%;
			max-width:292px;
			margin-right: 0;
			margin-left: auto;
		}
	}
	@media (min-width: 1360px){
		.header-logo{
			padding-top: 2.8rem;
			padding-bottom: 2.8rem;
		}
		.header-lead p{
			font-size: 1.13rem;
			white-space: nowrap;
		}
		.header-address p{
			font-size: 0.94rem;
		}
		.header-address{
			padding-top: 1.9rem;
		}
		.header-tel-pc{
			padding: 0.8rem 0;
		}
		.header-tel-pc img,
		.header-appointment img{
			width: 100%;
		}
	}


/***********************************
* menu *
***********************************/
/* colors mixins and all the good stuff */
nav {
  display: block;
}
.right {
  float: right;
  margin-left: 1em;
}
/* icons */
@font-face {
  font-family: 'icomoon';
  src: url('https://dl.dropbox.com/u/26865764/icomoon.eot');
  src: url('https://dl.dropbox.com/u/26865764/icomoon.eot?#iefix') format('embedded-opentype'), url('https://dl.dropbox.com/u/26865764/icomoon.dev.svg#icomoon') format('svg'), url('https://dl.dropbox.com/u/26865764/icomoon.woff') format('woff'), url('https://dl.dropbox.com/u/26865764/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.ico-heart:before,
.ico-letter:before,
.ico-file:before,
.ico-real:before,
.ico-pen:before,
.ico-user:before,
.ico-rocket:before,
.ico-arrow-right:before,
.ico-arrow-left:before,
.ico-arrow-left-2:before,
.ico-arrow-right-2:before,
.ico-caret-down:before,
.ico-caret-up:before,
.ico-caret-left:before,
.ico-caret-right:before,
.ico-facebook:before,
.ico-twitter:before,
.ico-google-plus:before {
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ico-caret-down:before {
  content: "\f0d7";
}
.ico-caret-up:before {
  content: "\f0d8";
}
/* ----------------------------- */
/* == Menu */
/* ----------------------------- */
.menu-wrapper {
  position: relative;
  z-index: 10;
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url(../img/bg_nav-pc.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: solid #786b61 1px;
	border-bottom: solid #786b61 1px;
  /* the hidden link for RWD nav */
  /* the rest of the menu lvl 1 */
  /* current links */
  /* submenu ! */
  /* unhide the 2nd level */
}
.menu-wrapper .menu {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  text-align: right;
	padding-top:0.3rem;
	padding-bottom:0.3rem;
	width: 1176px;
}
	@media screen and (max-width: 1359px){
		.menu-wrapper .menu{
			width:96%;
		}
		.menu-wrapper{
			background-size: 35%;
		}
	}
	@media screen and (max-width: 991px){
		.menu-wrapper{
			background-size: 25%;
		}
	}
.menu-wrapper .menu > li {
  position: relative;
  padding: 0rem 0;
  display: inline-block;
	border-right: solid #786b61 1px;
}
.menu-wrapper .menu > li:first-child{
	border-left: solid #786b61 1px;
}
.menu-wrapper ul.menu,
.menu-wrapper a.menu-link {
  /*border-top: 1px dashed #a99f92;
  border-bottom: 1px dashed #a99f92;*/
}
.menu-wrapper a.menu-link {
  display: none;
  padding: 0.5rem 0;
  background-image: url(../img/bg_nav-sp.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}
.menu-wrapper a.menu-link img{
	width: 40%;
	max-width: 254px;
}
.menu-wrapper a {
  display: block;
  position: relative;
  padding: 0.4rem 0.7rem;
  margin: 0 0.3rem;
  line-height: 1.0;
  color: #000;
  text-decoration: none;
  /*border-bottom: 1px solid transparent;*/
}
	@media all and (-ms-high-contrast:none){
		.menu-wrapper a {
		  display: block;
		  position: relative;
		  padding: 0.6rem 0.7rem 0.2rem 0.7rem;
		  margin: 0 0.3rem;
			line-height: 1.0;
		  /*line-height: 1.3em;*/
		  color: #000;
		  text-decoration: none;
		  /*border-bottom: 1px solid transparent;*/
		}
	}
.menu-wrapper a:hover,
.menu-wrapper a.active {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.9);*/
	background-color: #a99f92;
	color:#fff;
	border-radius: 3px;
}
.menu-wrapper a:hover{
  transition: all 0.5s;
}

.menu-wrapper .menu > .current-menu-item > a,
.menu-wrapper .menu > .current-menu-ancestor > a {
  position: relative;
  z-index: 12;
  background: #f5d4d4;
  color: #b92120;
  border-bottom: 1px solid transparent;
}
.menu-wrapper .menu > .current-menu-item > a:hover,
.menu-wrapper .menu > .current-menu-ancestor > a:hover {
  background: #fffdfd;
}
.menu-wrapper .menu > .current-menu-item > a:hover:after,
.menu-wrapper .menu > .current-menu-ancestor > a:hover:after {
  border-top-color: #fffdfd;
}
.menu-wrapper .menu > .current-menu-item > a:after,
.menu-wrapper .menu > .current-menu-ancestor > a:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5d4d4;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
/*
.menu-wrapper li + li a:before {
  content: "*";
  position: absolute;
  left: -0.5em;
  top: 0.2em;
  color: #ffffff;
  opacity: 0.8;
  font-family: Arial, Verdana, sans-serif;
}
*/
.menu-wrapper .sub-menu,
.menu-wrapper .sub-menu02 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 0 0 0;
  padding: 8px 0 0 0;
  position: absolute;
  max-height: 0em;
  overflow: hidden;
  list-style: none outside none;
  text-align: center;
  text-transform: none;
}
.menu-wrapper .sub-menu li,
.menu-wrapper .sub-menu02 li {
  display: block;
  background: #f6faed;
  margin-left: 0rem;
  margin-right: 0.2rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	border-left: 1px dashed #a99f92;
	border-right:  1px dashed #a99f92;
}
.menu-wrapper .sub-menu02 li {
  margin-left: 0rem;
  margin-right: 0rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.menu-wrapper .sub-menu a,
.menu-wrapper .sub-menu02 a {
  margin: 0;
  white-space: nowrap;
  line-height: 1.8em;
  border: none;
}
.menu-wrapper .sub-menu02 a{
	padding-left:5px;
	padding-right: 5px;
}
.menu-wrapper .sub-menu a:hover,
.menu-wrapper .sub-menu02 a:hover {
  background: #a99f92;
}
.menu-wrapper .sub-menu li:last-child,
.menu-wrapper .sub-menu02 li:last-child {
  padding-bottom: 0.5rem;
	border-bottom:  1px dashed #a99f92;
}
.menu-wrapper .sub-menu li:last-child a,
.menu-wrapper .sub-menu02 li:last-child a {
  border-bottom: 1px dashed #a99f92;
}

.menu-wrapper .sub-menu li a,
.menu-wrapper .sub-menu02 li a {
  border-bottom: 1px dashed #a99f92;
}

.menu-wrapper li:hover .sub-menu,
.menu-wrapper li:hover .sub-menu02 {
  max-height: 30em;
  transition: max-height 0.5s;
}
/* Responsive Menu */
@media screen and (max-width: 767px) {
  .js .menu-wrapper nav[role=navigation] {
    overflow: hidden;
    max-height: 0em;
  }
  .js .menu-wrapper nav[role=navigation].active {
    max-height: 30em;
    transition: max-height 0.5s ease-out;
  }
  .menu-wrapper {
    /* unhide the 2nd level */
    /* styling the toggle menu */
    /* arrow to indicate that we have subnav*/
		background-image: none;
		background: #a99f92;
  }
  .menu-wrapper a.menu-link {
    display: block;
    width: auto;
    padding-right: 15px;
    padding-left: 10px;
		padding-bottom: 15px;
    border: none;
    margin: 0;
  }
  .menu-wrapper a.menu-link:hover {
    /*background: #9b1c1b;*/
  }
  .menu-wrapper a.menu-link.active .ico-caret-down:before {
    /*content: "\f0d8";*/
  }
	.menu-wrapper .menu{
		text-align: center;
	}
  .menu-wrapper .menu .menu {
    padding-bottom: 5px;
  }
  .menu-wrapper .menu li {
    display: block;
    border: 1px solid pink;
    border: none;
  }
  .menu-wrapper .menu > li {
    padding: 0px;
    border: none;
  }
	.menu-wrapper .menu > li:first-child{
		border-left: none;
	}
  .menu-wrapper .menu > li + li {
    border-top: 1px dashed #c3bcb2;
  }
  .menu-wrapper .menu a {
    padding:0;
		height: 50px;
		line-height: 50px;
		color:#fff;
    margin: 0px;
    border: none;
  }
  .menu-wrapper .menu a:hover,
	.menu-wrapper .menu a.active {
    background: #45383e;
  }
  .menu-wrapper .menu .rightalign {
    float: none;
  }
  .menu-wrapper li + li a:before {
    content: "";
  }
  .menu-wrapper li:hover .sub-menu,
	.menu-wrapper li:hover .sub-menu02 {
    max-height: 0em;
    transition: none;
  }
  .menu-wrapper .sub-menu,
	.menu-wrapper .sub-menu02 {
    background: none;
    margin-left: 0px;
    margin-top: 0px;
		padding-top: 0;
    display: block;
    width: 100%;
  }
  .menu-wrapper .sub-menu li,
  .menu-wrapper .sub-menu li a,
	.menu-wrapper .sub-menu02 li,
  .menu-wrapper .sub-menu02 li a {
    margin: 0;
		text-align: center;
    display: block;
    width: 100%;
  }
  .menu-wrapper .sub-menu a,
	.menu-wrapper .sub-menu02 a {
    padding-left: 0.8em;
  }
  .menu-wrapper .sub-menu a:hover,
	.menu-wrapper .sub-menu02 a:hover {
    background: #781515;
  }
  .menu-wrapper .sub-menu li,
	.menu-wrapper .sub-menu02 li {
		background: #c3bcb2;
		border: none;
  }
  .menu-wrapper .sub-menu li:last-child,
	.menu-wrapper .sub-menu02 li:last-child {
    padding: 0;
		border: none;
  }
  .menu-wrapper .sub-menu li:last-child a,
	.menu-wrapper .sub-menu02 li:last-child a {
    border: none;
  }
  .menu-wrapper .menu .has-subnav {
    position: relative;
  }
  .menu-wrapper li .sub-menu.active,
	.menu-wrapper li .sub-menu02.active  {
    max-height: 30em;
    overflow: visible;
    position: relative;
    z-index: 9;
    transition: max-height 0.5s ease-out;
  }
  .menu-wrapper .toggle-link {
    height: 50px;
    width: 60px;
    display: block;
    position: absolute;
    right: 0px;
    z-index: 200;
    font-size: 0em;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .menu-wrapper .toggle-link:hover {
    transition: all 0.2s;
    background: #c3bcb2;
  }
  .menu-wrapper .menu .has-subnav > .toggle-link:after {
		font-family: "Font Awesome 5 Free";
		content: '\f107';
		font-weight: 900;
    position: absolute;
    width: 50px;
    top: 50%;
    margin-top: -15px;
    bottom: 50%;
    right: 4px;
    font-size: 28px;
    color: #fff;
  }
  .menu-wrapper .menu .has-subnav > .toggle-link.active:after {
		font-family: "Font Awesome 5 Free";
    content: '\f106';
		font-weight: 900;
    margin-top: -18px;
  }
}
.content {
  max-width: 950px;
  min-height: 500px;
  margin: 30px auto;
}

/***********************************
* footer *
***********************************/
footer{
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	footer{
		margin-bottom: 0px;
	}
}
/* sitemap --------------------*/
.sitemap{
	border-bottom:solid #786b61 1px;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.sitemap p{
	color:#595757;
	margin-bottom: 0;
	font-size: 0.88rem;
	line-height: 2.0;
}
.sitemap a{
	color:#595757;
}
	@media (min-width: 768px){
		.sitemap{
			border-bottom: none;
			padding-bottom: 2.5rem;
		}
	}
	@media (min-width: 992px){
		.sitemap{
			padding-bottom: 4rem;
		}
		.sitemap p{
			font-size: 1rem;
		}
	}
/* footer-logo等 --------------------*/
.footer-logo-sp,
.footer-tel-sp,
.footer-facebook-sp{
	display: table;
}
.footer-logo-sp img,
.footer-tel-sp img,
.footer-facebook-sp img{
	width: 100%;
}
.footer-logo-pc,
.footer-tel-pc,
.footer-facebook-pc{
	display: none;
}
.footer-logo-sp{
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5rem;
	padding-bottom:2rem;
	width: 60%;
	max-width: 272px;
}
.footer-about p{
	margin-bottom: 0.3rem;
	font-size: 0.88rem;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.footer-tel-sp{
	width: 90%;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2rem;
	margin-bottom: 2.2rem;
}
.footer-facebook-sp{
	width: 50%;
	max-width: 298px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}
	@media (min-width: 768px){
		.footer-about{
			padding-bottom: 2.5rem;
		}
		.footer-about p{
			text-align: center;
		}
		.footer-logo-sp,
		.footer-tel-sp,
		.footer-facebook-sp{
			display: none;
		}
		.footer-logo-pc,
		.footer-tel-pc,
		.footer-facebook-pc{
			display: table;
		}
		.footer-logo-pc{
			margin-left: auto;
			margin-right: auto;
			width: 90%;
			max-width: 272px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1rem;
		}
		.footer-tel-pc{
			margin-bottom: 4rem;
			margin-left: auto;
			margin-right: auto;
		}
		.footer-logo-pc img,
		.footer-tel-pc img{
			width: 100%;
		}
		.footer-facebook-pc{
			margin-left: auto;
			margin-right: auto;
			width: 70%;
			max-width: 172px;
		}
		.footer-facebook-pc img{
			width: 100%;
		}
	}
	@media (min-width: 992px){
		.footer-about p{
			font-size: 1.13rem;
			margin-bottom: 0.8rem;
		}
		.footer-logo-pc{
			margin-bottom: 2rem;
		}
		.footer-tel-pc{
			margin-bottom: 5rem;
		}
	}
/* footer-copy --------------------*/
.footer-copy{
	background-color: #45383e;
	padding: 0.5rem 0;
}
.footer-copy p{
	text-align: center;
	color:#fff;
	margin-bottom: 0;
	font-size: 0.75rem;
}

	@media (min-width: 992px){
		.footer-copy{
			padding: 0.3rem 0;
		}
		.footer-copy p{
			font-size: 0.88rem;
		}
	}
/* pagetop --------------------*/
#pagetop {
	font-family: "Brandon Grotesque", "Didact Gothic", Helvetica, Arial, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:none;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	width: 100%;
	height: 40px;
	 line-height: 40px;
	 background: rgba(0, 85, 68, 0.8);
	 color: #fff;
	 text-decoration: none;
	 text-align: center;
	 font-weight: bold;
}
#pagetop i{ padding-right:3px;}
#pagetop:hover{
	 background: rgba(0, 85, 68, 1);
}

	@media (min-width: 992px) {
		#pagetop {
			bottom: 50px;
			right: 40px;
			width: 100px;
			height: 100px;
			line-height: 100px;
			border-radius: 100px;
		}
	}
	@media (min-width: 1600px){
		#pagetop{
			right: 10%;
		}
	}

/***********************************
* 中ページ共通	*
***********************************/
/* sec-cont --------------------*/
.sec-cont{
	padding-top:2rem;
	padding-bottom: 2rem;
	border-bottom:solid #786b61 1px;
	color: #3e3a39;
}
	@media (min-width: 768px) {
	}
	@media (min-width: 992px) {
		.sec-cont{
			padding-top:4rem;
			padding-bottom: 4rem;
		}
	}
/* h2 */
.sec-cont .h2-img{
	display: table;
	text-align: center;
	background-image: url(../img/bg_h2-sp.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	max-width: 548px;
	background-size: 100%;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
.equipment-h2-img-lg{
	display: none;
}
.sec-cont h2{
	color:#5b977b;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.sec-cont h2:before{
	content: '【 ';
}
.sec-cont h2:after{
	content: ' 】';
}
	@media (min-width: 768px) {
	}
	@media (min-width: 992px) {
		.sec-cont .h2-img{
			background-image: url(../img/bg_h2-pc.jpg);
			max-width: 996px;
			background-size: 100%;
			padding-bottom: 19px;
			margin-bottom: 15px;
		}
		.sec-cont h2{
			font-size: 1.31rem;
			margin-bottom: 2.5rem;
		}
		.equipment-h2-img{
			display: none;
		}
		.equipment-h2-img-lg{
			display:inline-block;
		}
	}

/* p*/
.sec-cont a{
	color: #3e3a39;
	text-decoration: underline;
}
.sec-cont a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.sec-cont p,
.sec-cont dl dt,
.sec-cont dl dd,
.sec-cont ul li,
.sec-cont tr th,
.sec-cont tr td{
	color: #3e3a39;
	font-size: 0.94rem;
	line-height: 1.8;
}
	@media (min-width: 768px) {
	}
	@media (min-width: 992px) {
		.sec-cont p,
		.sec-cont dl dt,
		.sec-cont dl dd,
		.sec-cont ul li,
		.sec-cont tr th,
		.sec-cont tr td{
			font-size: 1.13rem;
		}
	}


/* 装飾系 --------------------*/
/* 文字*/
.c-green{
	color:#5b977b;
}
.c-green-02{
	color:#176056;
}
.c-brown-01{
	color: #595757;
}
.font_space {
	letter-spacing: 0.1em
}
/* 見出し01*/
.mds-01{
	font-size: 1.06rem;
	color:#176056;
	font-weight: 600;
}
.mds-01:before{
	content: '■ ';
}
	@media (min-width: 992px) {
		.mds-01{
			font-size: 1.3rem;
			letter-spacing: 0.1em;
		}
	}
/* テキスト左右ボーダー*/
.txtborder-01 {
  position: relative;
  text-align: center;
}
.txtborder-01 p {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: center;
}
.txtborder-01::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #786b61;
}

/* 写真枠01*/
.pic-01{
	background-color: #fff;
	box-shadow:4px 4px 9px 3px #c4c4c4;
	display: inline-block;
	padding: 12px;
	margin-bottom: 0.8rem;
}
.pic-01 img{
	width: 100%;
	max-width: 100%;
}
.pic-01 .name{
	width: 90%;
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
}
.pic-01 .name img{
	width: 100%;
	max-width: 100%;
}
	@media (min-width: 768px) {
		.pic-01 .name{
			padding-top: 0.5rem;
			padding-bottom: 0.2rem;
		}
	}
	@media (min-width: 992px) {
		.pic-01{
			padding: 16px;
		}
	}


/* レイアウト系 --------------------*/
/* inner-01 */
.inner-01-left{
	padding-bottom: 1.5rem;
}
.inner-01-right{
}
/* 小見出し*/
	@media (min-width: 768px) {
		.inner-01-left{
			padding-left: 0;
			padding-right: 5%;
			padding-bottom: 0;
		}
		.inner-01-right{
			padding-left: 5%;
			padding-right: 0;
		}
	}
