@charset "UTF-8";
/*----------------------------------------------------
	common
----------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-family: メイリオ, Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  color: #4f3e2b; 
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  position: relative;
}

a {
  color: #ffa024;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.mainwrap {
  width: 990px;
  margin: 0 auto;
  position: relative; }

#main_contents {
  width: 740px;
  float: right;
}

.hv:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.red {
  color: #ff0000; }

.bold {
  font-weight: bold; }

img {
  vertical-align: top;
}

.fixed {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 101;
  top: 0;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/

header {
  position: relative;
  background: #fff;
}

header .logo {
  float: left;
}

header .logo h1 {
  position: absolute;
  top: 11px;
  left: 76px;
  font-size: 1.2rem;
}

header .box {
  float: left;
  padding: 0 0 0 42px;
}

header .contact {
  float: left;
  padding: 7px 0 0;
}


/*----------------------------------------------------
  navi
----------------------------------------------------*/

#navi {
  border-top: 1px solid #fba5a3;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}

#navi ul li {
  float: left;
}

/*----------------------------------------------------
  content
----------------------------------------------------*/

#contents {
 padding: 30px 0 0;
}

#main_visual {
  border-bottom: 2px solid #ff817e;
}

#main_frame {

}

.slide_container {width: 100%; height: 100%; overflow-x: hidden;}
.slide_all {width: 1000px; margin: 0 auto; height: 385px; position: relative;}
.slide_wrap {width: 3000px; position: absolute; left: 50%; margin-left: -1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px;}
.slide img {width: 100%; vertical-align: bottom;}

.slide{
  transition:all .3s;
  opacity: .6;
}

.slide.active { 
  opacity: 1;
}

.bx-controls-direction,.bx-pager {
  text-align: center;
  height: 25px;
}
.bx-controls-direction a,.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #000; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}

.bx-controls-direction a{
    text-decoration: none; 
    color: #fff;
    background: rgba(109,77,44,.8);
    width: 28px;
    height: 66px;
    line-height: 66px;
    border: 1px solid #fff;
}
.bx-controls {
  position: absolute;
  bottom: 50%;
  z-index: 100;
  width: 100%;
}

.bx-prev {
  margin: 0 942px 0 0;
}

#fixed_btn {
  position: fixed;
  top: 250px;
  right: 30px;
  z-index: 100;
}

#breadcrumbs {
  padding: 13px 0 0;
  font-size: 1.2rem;
}

#breadcrumbs a {
  font-size: 1.2rem;
}

#page {
	font-size: 1.6rem;
	line-height: 1.6em;
}


#page h2 {
  background: #ff817e;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.23);
  margin-bottom: 20px;
  padding-top: 19px;
  padding-right: 18px;
  padding-bottom: 16px;
  padding-left: 18px;
}


#page h3 {
  font-size: 2.2rem;
  border-bottom: 1px solid #6d4d2c;
  margin: 30px 0 15px;
  color: #6d4d2c;
}

#page h4 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #ff817e;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff817e;
}

#page h5 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff9c00;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#page p {
	font-size: 1.6rem;
	line-height: 1.6em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#page table.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d3d3d3;
	border-right-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-left-color: #d3d3d3;
	border-left-width: 1px;
}

#page table.line th {
	background-color: #fbfff8;
	color: #8D6800;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
}

#page table.line td {
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
}


#page .page_under01 {
  border-top: 3px solid #ff817e;
  margin: 50px 0 0;
}

#page .page_under01 ul li a {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding: 18px 10px;
  color: #4f3e2b;
  text-decoration: none;
}

#page .page_under01 ul li a:hover {
  background: #ffd8d7;
}

#page .page_under01 ul li a:before {
  content: " \f0da";
  font-family: FontAwesome;
  padding: 0 5px 0 0;
}

#page .page_under01 ul.child li a {
  padding: 18px 35px;
}

#page .page_under02 {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

/*----------------------------------------------------
  sidebar
----------------------------------------------------*/

#sidebar {
  float: left;
  width: 230px;
  padding: 0 0 20px;
}

#sidebar h2 {
	font-size: 1.7rem;
	margin-bottom: 0px;
  text-align: center;
  background-color: #ff817e;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.23);
  padding: 20px 0 17px;
}

#sidebar .bl02 {
  padding: 18px 0 0;
}

#sidebar .bl02 ul li:nth-child(1) {
  padding: 0;
}

#sidebar .bl02 ul li {
  padding: 10px 0 0;
}

#sidebar .bl03 {
  padding: 27px 0 0;
}

#sidebar .bl03 ul li a {
	display: block;
	border: 1px solid #cacbcd;
	border-top: none;
	text-decoration: none;
	background-image: url(../img/side/ic01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4f3e2b;
	font-size: 1.3rem;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 24px;
	line-height: 1.4em;
	background-color: #fffdfa;
}

#sidebar .bl03 ul li.menu-item-has-children > a {
  background-image: url(../img/side/ic03.png);
}


#sidebar .bl03 ul > li > a:hover {
	background-color: #fffbbd;
}

#sidebar .bl03 ul .sub-menu {
  display: none;
}

#sidebar .bl03 ul .sub-menu li a{
  padding: 20px 4px 20px 34px;

  background-image: url(../img/side/ic02.png);
  background-repeat: no-repeat;
  background-position: 20px center;

}

#sidebar .bl04 {
  padding: 10px 0 0;
}

#sidebar .bl04 > div {
  border: 1px solid #cdcdcd;
  font-size: 1.4rem;
}

#sidebar .bl04 .box01 {
  border-bottom: 1px solid #dadada;
  margin: 0 8px;
  padding: 0 5px;
}

#sidebar .bl04 .box01 h3 {
  padding: 13px 0 0;
}

#sidebar .bl04 .box01 p {
  padding: 10px 0;
  line-height: 1.25;
}

#sidebar .bl04 .box02 {
  text-align: center;
  padding: 0 0 1px;
}

#sidebar .bl05 {
  padding: 18px 0 0;
}

#sidebar .bl05 div {
  border: 1px solid #cdcdcd;
}

#sidebar .cat {
  padding: 0 0 20px;
}

#sidebar .cat ul li a {
  display: block;
  border: 1px solid #cacbcd;
  border-top: none;
  text-decoration: none;
  background-image: url(../img/side/ic01.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #4f3e2b;
  font-size: 1.3rem;
  padding-top: 20px;
  padding-right: 4px;
  padding-bottom: 20px;
  padding-left: 24px;
  line-height: 1.4em;
  background-color: #fffdfa;
}


/*----------------------------------------------------
  top
----------------------------------------------------*/

#top .bloc_01 {
  background-image: url(../img/top/bloc_01_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  text-align: center;
}

#top .bloc_02 {
  background-color: #ffecec;
}

#top .bloc_02 > div {
    height: 354px;
  background-image: url(../img/top/bloc_02_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#top .bloc_02 .f_l {
  width: 573px;
  padding: 59px 0 0 42px;
}

#top .bloc_02 .f_l p {
  padding: 26px 0 0;
  line-height: 1.6;
}

#top .bloc_02 .f_r {
  padding: 279px 0 0 65px;
}

#top .bloc_03 ul {
  padding: 28px 0 48px;
}

#top .bloc_03 ul li {
  float: left;
  padding-top: 20px;
}

#top .bloc_03 ul li:nth-child(1) {
  padding-left: 30px;
  padding-right: 28px;
}

#top .bloc_03 ul li:nth-child(3) {
  padding-left: 30px;
  padding-right: 20px;
}

#top .bloc_03 ul li:nth-child(4) {
  padding-right: 22px;
}

#top .bloc_04 {
  background: url(../img/top/bloc_04_bg.gif);
  padding: 35px 0;
}

#top .bloc_04 .box_01 {
  position: relative;
}

#top .bloc_04 .box_01 a {
  display: block;
  position: absolute;
  right: 128px;
  bottom: 18px;
}

#top .bloc_04 .box_02 {
  background-color: #f0f3f2;
  background-image: url(../img/top/bloc_04_02_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 396px;
}

#top .bloc_04 .box_02 .in {
  padding: 40px 0 0 47px;
}

#top .bloc_04 .box_02 .in p {
  width: 600px;
  line-height: 1.6;
  padding: 24px 0 0;
}

#top .bloc_04 .box_02 .in a {
  display: block;
  padding: 20px 0 0 48px;
}

#top .bloc_05 {
  background: #ffecec;
  padding: 0 0 37px;
}

#top .bloc_05 ul li {
  width: 238px;
  min-height: 375px;
  border: 1px solid #b9ad82;
  float: left;
  margin-right: 13px;
  background: #fff;
  padding: 0 12px;
  box-sizing: border-box;
}

#top .bloc_05 ul li:last-child {
  margin-right: 0;
}

#top .bloc_05 ul li .ttl {
  background: #806b56;
  color: #fff;
  text-align: center;
  padding: 16px 0 13px;
  font-size: 1.6rem;
}

#top .bloc_05 ul li figure {
  padding: 15px 0 0;
}

#top .bloc_05 ul li .txt {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 10px 0 0;
}

#top .bloc_06 {
  background-image:
    url(../img/top/bloc_06_bg01.png), 
    url(../img/top/bloc_06_bg02.png);

  background-repeat:
    no-repeat,
    no-repeat;

  background-position:
    top left,
    top right;
  height: 607px;
}

#top .bloc_06 > div > div {
  position: relative;
  height: 410px;
  border-bottom: 1px solid #a9a9a9;
  box-sizing: border-box;
  padding: 26px 0 0 26px;
}

#top .bloc_06 p {
  width: 578px;
  padding: 40px 0 0;
  line-height: 1.8;
}

#top .bloc_06 ul {
  padding: 35px 0 0;
}

#top .bloc_06 ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

#top .bloc_06 .img_person {
  position: absolute;
  right: 0;
  bottom: 0;
}

#top .bloc_07 {
  background-color: #ffecec;
}

#top .bloc_07 > div {
    background-image: url(../img/top/bloc_07_bg.png);
  background-repeat: no-repeat;
  background-position: top 15px left;
}

#top .bloc_07 ul {
  width: 930px;
  margin: 0 auto;
}

#top .bloc_07 ul li {
  float: left;
  border: 1px solid #b9ad82;
  width: 278px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

#top .bloc_07 ul li:nth-child(2) {
  margin: 0 45px;
}

#top .bloc_07 ul li h3 {
  text-align: center;
  background: #806b56;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  border-radius: 20px;
  padding: 12px 0 10px;
}

#top .bloc_07 ul li p {
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 18px 0 0;
}

#top .bloc_07 a {
  display: block;
  text-align: center;
  padding: 20px 0 24px;
}

#top .bloc_08 {
  background-image: url(../img/top/bloc_08_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0 44px;
}

#top .bloc_08 a {
  position: absolute;
  right: 33px;
  bottom: 21px;
}

/*----------------------------------------------------
  list
----------------------------------------------------*/

.list ul li {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 20px;
}

.list dl dt {
  font-size: 1.4rem;
}

.list dl dd {
  padding: 13px 0 0;
}

.list dl dd a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #6d4d2c;
  text-decoration: none;
}

.list dl dd a:hover {
  text-decoration: underline;
}

.list p a {
  color: #ff817e;
}


/*----------------------------------------------------
  detail
----------------------------------------------------*/

.detail dl dt {
  font-size: 1.4rem;
}

.detail dl dd {
  padding: 13px 0 0;
  font-size: 2.2rem;
  font-weight: bold;
}

.detail .pagenation {
  border-top: 1px solid #efefef;
  text-align: center;
  margin: 50px 0 0;
  padding: 20px 0 0; 
}

.detail .pagenation li {
  display: inline-block;
  padding: 0 5px; 
}

.detail .pagenation li a {
  display: block;
  border: 1px solid #ff817e;
  padding: 12px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

.detail .pagenation li a:hover {
  background: #ff817e; 
  color: #fff;
}


/*----------------------------------------------------
  pagetop
----------------------------------------------------*/

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;

}

#pagetop a {
  display: block;
}

/*----------------------------------------------------
  fixedbtn
----------------------------------------------------*/

#fixedbtn {
    position: absolute;
    top: 250px;
    right: 30px;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/

footer {
  padding: 15px 0 25px;
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.1);
}

footer .contact {
  padding: 18px 8px 0 0;
}

footer .copy {
  text-align: center;
  font-size: 1.1rem;
  padding: 13px 0 0;
}

/*----------------------------------------------------
  contact
----------------------------------------------------*/

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="tel-166"],
.wpcf7 input[name="text-672"],
.wpcf7 input[name="your-subject"] {
        width: 80%;
        height: 35px !important;
		font-size: 15px;
}

.wpcf7 textarea[name="your-message"] {
        width: 80%;
        height: 350px !important;
		font-size: 15px;