@charset "UTF-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* メインカラー */
/* 書式 */
/* パターン */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* 見出し */
/* 横幅 */
/* clearfix */
/* ボタン */
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  height: 45px;
  background: #33afa6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.btn a:hover {
  background: #b88f64;
  text-decoration: none;
}

.btn a:hover:after {
  width: 22px;
  right: -11px;
}

.btn a:after {
  content: "";
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* テーブル */
/* transition */
/*******/
.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book ._2p3a {
  width: 100% !important;
}

#wrapper {
  overflow-x: hidden;
}

/********共通********/
.cont {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 100px 0;
}

div.contents1,
article.contents1 {
  padding-top: 190px;
}

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ofi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.h2_1 {
  font-size: 3.6rem;
  font-family: "notosM";
  letter-spacing: 0.08em;
  line-height: 1;
  color: #4a3b2c;
  text-align: center;
  margin-bottom: 50px;
}

.h2_1 .col {
  display: inline-block;
}

.h2_1 .col::first-letter {
  color: #33afa6;
}

.h2_1 .blo {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  z-index: 0;
}

.h2_1 .blo:before {
  content: "";
  width: 20px;
  height: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #33afa6;
  border-bottom: solid 1px #33afa6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
}

.h2_1 .blo:after {
  content: "";
  width: 20px;
  height: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #33afa6;
  border-bottom: solid 1px #33afa6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
}

.h3_1 {
  font-size: 2.7rem;
  font-family: "notosM";
  letter-spacing: 0.08em;
  line-height: 1.296;
  color: #fff;
  background: #33afa6;
  padding: 6px 25px 5px;
  margin-bottom: 23px;
}

/*********access***********/
.access .contents1 {
  background: url(../image/access/bg1.png) no-repeat center;
  background-size: cover;
}

.access .contents1 dl {
  width: 660px;
  text-align: center;
  margin: 0 auto;
}

.access .contents1 dl dt {
  font-size: 2.7rem;
  font-family: "notosM";
  letter-spacing: 0.08em;
  line-height: 1.48;
  color: #fff;
  padding: 27px;
  margin-bottom: 45px;
  background: url(../image/access/border-bg.png);
  position: relative;
  z-index: 0;
}

.access .contents1 dl dt:after {
  content: "";
  background: url(../image/access/hukidashi.png) no-repeat center;
  background-size: contain;
  width: 29px;
  height: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.access .contents2 {
  background: url(../image/access/bg2_1.png), url(../image/access/bg2_2.png), url(../image/common/wood_bg.png);
  background-position: top left, bottom right, center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 18.37%, 19.8%, auto;
  color: #fff;
}

.access .contents2 h2 {
  color: #fff;
}

.access .contents2 .table {
  width: 100%;
  margin-bottom: 50px;
}

.access .contents2 .table table {
  width: 100%;
}

.access .contents2 .table table tr {
  border-top: solid 1px #fff;
}

.access .contents2 .table table tr:last-of-type {
  border-bottom: solid 1px #fff;
}

.access .contents2 .table table tr th {
  width: 165px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  padding: 15px 0 15px 25px;
}

.access .contents2 .table table tr td {
  font-size: 1.4rem;
  line-height: 2.143;
  padding: 14px 0;
}

.access .contents2 .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, color-stop(13%, #ff9600), color-stop(53%, #ff3c7c), color-stop(77%, #d73cbe), color-stop(90%, #af3cff));
  background: -webkit-linear-gradient(left, #ff9600 13%, #ff3c7c 53%, #d73cbe 77%, #af3cff 90%);
  background: -o-linear-gradient(left, #ff9600 13%, #ff3c7c 53%, #d73cbe 77%, #af3cff 90%);
  background: linear-gradient(to right, #ff9600 13%, #ff3c7c 53%, #d73cbe 77%, #af3cff 90%);
  margin: 0 auto;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.access .contents2 .link a:after {
  content: "";
  background: url(../image/access/arrow.png) no-repeat center;
  background-size: contain;
  width: 7px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.access .contents2 .link a:hover {
  opacity: 0.8;
}

.access .contents2 .link a:hover:after {
  right: 17px;
}

.access .contents3 {
  text-align: center;
}

.access .contents3 p {
  margin-bottom: 43px;
}

.access .contents3 .map {
  width: 100%;
  height: 300px;
}

.access .contents3 .map iframe {
  width: 100%;
  height: 100%;
}

/*********gallery***********/
.gallery .contents1 {
  padding-bottom: 60px;
}

.gallery .contents1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery .contents1 .list .box {
  width: 240px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.gallery .contents1 .list .box:nth-of-type(4n) {
  margin-right: 0;
}

.gallery .contents1 .list .box figure {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: solid 3px #4a3b2c;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.gallery .contents1 .list .box figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery .contents1 .list .box p {
  font-size: 2.1rem;
  font-family: "notosSemi";
  color: #4a3b2c;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  border-bottom: solid 1px #b88f64;
}

/*********menu***********/
.menu .contents1 section {
  margin-bottom: 50px;
}

.menu .contents1 section:last-of-type {
  margin-bottom: 0;
}

.menu .contents1 section .fle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu .contents1 section .text {
  width: 510px;
}

.menu .contents1 section .text p {
  margin-bottom: 30px;
}

.menu .contents1 section .text p:last-of-type {
  margin-bottom: 0;
}

.menu .contents1 section .text p .gr {
  font-size: 1.7rem;
  font-weight: 700;
  color: #33afa6;
}

.menu .contents1 section:nth-of-type(2) .fle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.menu .contents1 section:nth-of-type(2) .text {
  width: 540px;
}

.menu .contents2 {
  background: url(../image/menu/bg1_1.png), url(../image/menu/bg1_2.png), url(../image/common/wood_bg.png);
  background-position: top left, bottom right, center;
  background-repeat: no-repeat, no-repeat ,repeat;
  background-size: 25.1%, 19.7%, auto;
  color: #fff;
}

.menu .contents2 h2 {
  color: #fff;
  margin-bottom: 23px;
}

.menu .contents2 p {
  text-align: center;
  margin-bottom: 23px;
}

.menu .contents2 section {
  margin-bottom: 50px;
}

.menu .contents2 section:last-of-type {
  margin-bottom: 0;
}

.menu .contents2 section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px 20px 25px;
  border-top: solid 1px #fff;
}

.menu .contents2 section dl:last-of-type {
  border-bottom: solid 1px #fff;
}

.menu .contents2 section dl dt span {
  display: block;
}

.menu .contents2 section dl dd {
  font-size: 1.7rem;
}

/*********concept***********/
.concept .contents1 {
  position: relative;
  z-index: 0;
}

.concept .contents1:before {
  content: "";
  width: 44.6%;
  height: 100%;
  background: url(../image/concept/bg1.png) no-repeat top right;
  position: absolute;
  top: 0;
  left: 0;
}

.concept .contents1 section {
  width: 560px;
  margin-left: auto;
}

.concept .contents1 section p {
  margin-bottom: 30px;
}

.concept .contents1 section p:last-of-type {
  margin-bottom: 0;
}

.concept .contents1 section .box {
  margin-top: 43px;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/common/wood_bg.png);
}

.concept .contents1 section .box > div {
  width: 268px;
}

.concept .contents1 section .box > div h4 {
  font-size: 2.1rem;
  font-family: "notosM";
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.concept .contents1 section .box > div h4 .semi {
  font-size: 2.4rem;
  font-family: "notosSemi";
}

.concept .contents1 section .box > div .btn a {
  width: 100%;
}

.concept .contents2 {
  background: url(../image/concept/bg2_1.png), url(../image/concept/bg2_2.png), url(../image/common/wood_bg.png);
  background-position: top left, bottom right, center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 18.7%, 19.8%, auto;
}

.concept .contents2 .text {
  width: 540px;
  color: #fff;
}

.concept .contents2 .text p {
  margin-bottom: 29px;
}

.concept .contents2 .list {
  width: 490px;
}

.concept .contents2 .list dl {
  height: 250px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/concept/list-bg.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 38px;
  position: relative;
  z-index: 0;
  margin-bottom: 35px;
}

.concept .contents2 .list dl:last-of-type {
  margin-bottom: 0;
}

.concept .contents2 .list dl:before {
  content: "";
  background: url(../image/concept/list-left.png) no-repeat center left;
  background-size: contain;
  width: 51px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
}

.concept .contents2 .list dl dt {
  text-align: center;
  font-size: 2.2rem;
  font-family: "notosM";
  color: #4a3b2c;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  margin-bottom: 13px;
  border-bottom: dotted 2px #33afa6;
}

.concept .contents2 .list dl dt .line {
  font-family: "notosSemi";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(51, 175, 166, 0.3)));
  background: -webkit-linear-gradient(transparent 65%, rgba(51, 175, 166, 0.3) 65%);
  background: -o-linear-gradient(transparent 65%, rgba(51, 175, 166, 0.3) 65%);
  background: linear-gradient(transparent 65%, rgba(51, 175, 166, 0.3) 65%);
  padding: 0 3px;
}

.concept .contents2 .list dl dt .sub {
  display: block;
  font-size: 3rem;
  font-family: "tsukuD";
  color: #33afa6;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.concept .contents2 .list dl dt .sub .num {
  font-size: 4rem;
  font-family: "tsukuE";
  padding-left: 12px;
}

.concept .contents3 .img figure {
  margin-bottom: 20px;
}

.concept .contents3 .img dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.1rem;
  font-family: "notosSemi";
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  border-bottom: solid 1px #b88f64;
}

.concept .contents3 .img dl dt {
  color: #b88f64;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #b88f64;
}

.concept .contents3 .text {
  margin-top: -7px;
}

.concept .contents3 .text p {
  margin-bottom: 30px;
}

.concept .contents3 .text p:last-of-type {
  margin-bottom: 0;
}

.concept .contents3 .text p b {
  font-size: 1.8rem;
}

.concept .contents3 .text .tel {
  margin-top: -10px;
}

.concept .contents4 {
  background: #fff5e4;
}

.concept .contents4 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.concept .contents4 .box:last-of-type {
  margin-bottom: 0;
}

.concept .contents4 .box .text {
  width: 880px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #33afa6;
  padding: 30px 30px 23px;
  color: #fff;
  position: relative;
  z-index: 0;
}

.concept .contents4 .box .text:before {
  content: "";
  background: url(../image/concept/hukidashi.png) no-repeat center;
  background-size: contain;
  width: 34px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
}

.concept .contents4 .box h3 {
  font-size: 2.1rem;
  font-family: "notosSemi";
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: solid 1px #fff;
}

.concept .contents4 .box h3 .date {
  margin-right: 10px;
}

.concept .contents4 .box h3 .date:after {
  content: "|";
  padding-left: 10px;
}

/*********index***********/
.index .h2 {
  font-size: 3.6rem;
  font-family: "notosM";
  line-height: 1;
  letter-spacing: 0.08em;
  color: #4a3b2c;
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 50px;
  background: url(../image/index/under_line.png) no-repeat center bottom;
}

.index .contents1 {
  background: url(../image/index/bg1_1.png), url(../image/index/bg1_2.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 18.2%, 16.7%;
}

.index .contents1 .fle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .contents1 .text p {
  margin-bottom: 30px;
}

.index .contents1 .text p:last-of-type {
  margin-bottom: 0;
}

.index .contents2 {
  background: url(../image/index/bg2_1.png), url(../image/common/wood_bg.png);
  background-position: top left, center;
  background-repeat: no-repeat, repeat;
  background-size: 25.1%, auto;
}

.index .contents2 h2 {
  color: #fff;
}

.index .contents2 .box {
  padding: 50px;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}

.index .contents2 .box:before {
  content: "";
  background: url(../image/index/frame.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.index .contents2 .box:after {
  content: "";
  background: url(../image/index/board-bg.png);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
}

.index .contents2 .box h3 {
  font-size: 3rem;
  font-family: "notosR";
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  background: #33afa6;
  padding: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.index .contents2 .box h3:before {
  content: "";
  background: url(../image/index/ttl-deco.png) no-repeat center;
  background-size: contain;
  width: 186px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index .contents2 .box h3:after {
  content: "";
  background: url(../image/index/ttl-deco.png) no-repeat center;
  background-size: contain;
  width: 186px;
  height: 38px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, -1);
  -ms-transform: translateY(-50%) scale(-1, -1);
  transform: translateY(-50%) scale(-1, -1);
}

.index .contents2 .box .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  margin-left: 118px;
  background: url(../image/index/list-bg.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.index .contents2 .box .list dl:before {
  content: "";
  width: 120px;
  height: 100%;
  background: url(../image/index/list-left.png) no-repeat center left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: -1;
}

.index .contents2 .box .list dl:last-of-type {
  margin-bottom: 0;
}

.index .contents2 .box .list dl dt {
  width: 340px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.8rem;
  font-family: "tsukuD";
  color: #33afa6;
  line-height: 1;
  letter-spacing: 0.06em;
  border-right: dotted 2px #33afa6;
}

.index .contents2 .box .list dl dt .num {
  font-size: 4.5rem;
  font-family: "tsukuE";
  padding-left: 10px;
}

.index .contents2 .box .list dl dd {
  padding-left: 40px;
  font-size: 2.8rem;
  font-family: "notosM";
  letter-spacing: 0.08em;
  color: #4a3b2c;
}

.index .contents2 .box .list dl dd .line {
  font-family: "notosSemi";
  padding: 0 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(51, 175, 166, 0.3)));
  background: -webkit-linear-gradient(transparent 70%, rgba(51, 175, 166, 0.3) 70%);
  background: -o-linear-gradient(transparent 70%, rgba(51, 175, 166, 0.3) 70%);
  background: linear-gradient(transparent 70%, rgba(51, 175, 166, 0.3) 70%);
}

.index .contents2 .btn a {
  margin: 0 auto;
}

.index .contents3 {
  background: url(../image/index/bg3.png) no-repeat top right;
  background-size: 26.8%;
  background-color: #fff5e4;
}

.index .contents3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.index .contents3 .list li {
  width: 240px;
  height: 0;
  padding-top: 240px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px #4a3b2c;
  margin-right: 40px;
}

.index .contents3 .list li:last-of-type {
  margin-right: 0;
}

.index .contents3 .list li img {
  position: absolute;
  top: 0;
  left: 0;
}

.index .contents3 .btn a {
  margin: 0 auto;
}

.index .contents4 {
  background: url(../image/index/bg4.png) no-repeat center;
  background-size: cover;
}

.index .contents4 .table {
  width: 520px;
}

.index .contents4 .table table {
  width: 100%;
}

.index .contents4 .table table tr {
  border-top: solid 1px #4a3b2c;
}

.index .contents4 .table table tr:last-of-type {
  border-bottom: solid 1px #4a3b2c;
}

.index .contents4 .table table tr th {
  width: 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  padding: 15px 0 15px 20px;
}

.index .contents4 .table table tr td {
  font-size: 1.4rem;
  line-height: 2.143;
  padding: 14px 0;
}

.index .contents4 .access {
  width: 520px;
}

.index .contents4 .access .box {
  margin-bottom: 10px;
}

.index .contents4 .access .box h3 {
  font-size: 2.6rem;
  font-family: "notosM";
  line-height: 1.346;
  letter-spacing: 0.08em;
  color: #fff;
  background: #33afa6;
  padding: 3px 20px;
  margin-bottom: 10px;
}

.index .contents4 .access .box .text {
  background: rgba(255, 245, 228, 0.8);
  padding: 23px 30px 22px;
}

.index .contents4 .access .map {
  width: 100%;
  height: 200px;
}

.index .contents4 .access .map iframe {
  width: 100%;
  height: 100%;
}

.index .contents5 {
  background: url(../image/index/bg5.png) no-repeat top left;
  background-size: 21.1%;
}

.index .contents5 h2 {
  float: left;
  font-size: 3.2rem;
  font-family: "notosM";
  line-height: 1.5625;
  letter-spacing: 0.08em;
  padding-left: 20px;
  border-left: solid 4px #33afa6;
  margin-bottom: 30px;
}

.index .contents5 .btn {
  float: right;
  padding-top: 5px;
}

.index .contents5 .btn a {
  width: 185px;
  height: 40px;
}

.index .contents5 .list {
  clear: both;
}

.index .contents5 .list dl {
  background: url(../image/index/news_bg.png);
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.333333;
  margin-bottom: 10px;
}

.index .contents5 .list dl:last-of-type {
  margin-bottom: 0;
}

.index .contents5 .list dl dt {
  width: 105px;
  color: #33afa6;
  border-right: solid 1px #33afa6;
  margin-right: 16px;
}

.index .contents5 .list dl dd {
  width: calc(100% - 122px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 16px;
}

.index .contents5 .list dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/****エラーページ*****/
.error .contents1 {
  overflow: hidden;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy .item-box {
  margin-bottom: 40px;
}

.privacy .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .site_list {
  width: 800px;
  background: url(../image/common/wood_bg.png);
  margin: 0 auto;
}

.site .site_list ul {
  padding: 43px 50px;
}

.site .site_list ul li {
  border-bottom: solid 1px #fff;
}

.site .site_list ul li:last-of-type {
  border-bottom: none;
}

.site .site_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "notosM";
  color: #fff;
  letter-spacing: 0.08em;
  padding: 8px 15px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site .site_list ul li a:before {
  content: "";
  background: url(../image/common/nav-arrow.png) no-repeat center left;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site .site_list ul li a:hover {
  text-decoration: none;
  padding-left: 25px;
}

.site .site_list ul li a:hover:before {
  opacity: 1;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  overflow: hidden;
}

.news .contents1 img {
  max-width: 1040px;
}

.news .contents1 .list-box {
  margin-bottom: 20px;
}

.news .contents1 .list-box dl {
  background: url(../image/index/news_bg.png);
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.333333;
  margin-bottom: 20px;
}

.news .contents1 .list-box dl:last-of-type {
  margin-bottom: 0;
}

.news .contents1 .list-box dl dt {
  width: 105px;
  color: #33afa6;
  border-right: solid 1px #33afa6;
  margin-right: 16px;
}

.news .contents1 .list-box dl dd {
  width: calc(100% - 122px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 16px;
}

.news .contents1 .list-box dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  overflow: hidden;
}

.news_detail .contents1 .sec1 {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.news_detail .contents1 .sec1 img {
  max-width: 1040px;
}

.news_detail .contents1 .sec1 h3 {
  font-size: 1.8rem;
  line-height: 1.45;
}

.news_detail .contents1 .sec1 .post-data {
  text-align: right;
  margin-bottom: 5px;
}

.news_detail .contents1 .sec1 .item-box {
  border-bottom: solid 1px #4a3b2c;
  padding: 0 0 25px;
  overflow: hidden;
  zoom: 1;
}

.news_detail .contents1 .sec1 .item-box dl {
  overflow: hidden;
  zoom: 1;
}

.news_detail .contents1 .sec1 .item-box dl dt {
  float: left;
}

.news_detail .contents1 .sec1 .item-box dl dd {
  margin-left: 100px;
}

.news_detail .contents1 .sec1 .item-text {
  min-height: 230px;
  padding: 0 20px;
}

/*==================================================
 お問い合わせ
================================================== */
/* input設定 */
.input-mid {
  width: 60%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-min {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-big {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.contact form input {
  font-size: 1.6rem;
}

.contact form textarea {
  width: 100%;
  height: 180px;
  font-size: 1.6rem;
}

.contact .clrred {
  color: #c00;
}

.contact .contact-recaptcha-wrap {
  text-align: center;
  margin: 0 auto 30px;
  width: 304px;
}

.contact .contact-recaptcha-wrap input {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  padding: 1px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  border-radius: 5px;
  background: #f00;
  float: right;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  padding: 15px 0 0;
  text-align: center;
}

.contact-submits input {
  margin: 0 10px;
  display: inline-block;
  padding: 15px 35px;
  border: solid 1px #4a3b2c;
  border-radius: 5px;
  background: #fff;
  color: #4a3b2c;
  line-height: 1.2;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.contact-submits input:hover {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #4a3b2c;
  color: #fff;
  cursor: pointer;
}

.contact-submits-wrap {
  text-align: center;
  margin: 0 auto;
}

.contact-submits-wrap input {
  display: inline-block;
  padding: 15px 50px;
  border: solid 1px #4a3b2c;
  border-radius: 5px;
  background: #fff;
  color: #4a3b2c;
  line-height: 1.2;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.contact-submits-wrap input:hover {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #4a3b2c;
  color: #fff;
  cursor: pointer;
}

.contact-submits-wrap input:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}

.contact-submits-wrap input:disabled:hover {
  background: #aaa;
  color: #fff;
  cursor: default;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}

/*==================================================
詳細fancy スライダー
================================================== */
/*
.slider_wrap{
	min-width:none !important;
	min-width:initial !important;
}



.slider_detail .contents1 h2{
	border-left: 5px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding-left: 10px;
	color: #111;
	margin-bottom: 30px;
}

.slider_detail .contents1{
	width:653px;
	margin:0 auto;
	padding-bottom: 0px;
	padding-top: 20px;
}

.slider_detail .slider_area{
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

.slider_detail .bxleft{
	float: left;
	width:318px;
}

.slider_detail .bxleft .bxslider{
	width:450px;
	height:450px;
}

.slider_detail .bx-pager{
	float: right;
	width: 310px;
}

.slider_detail .bx-pager img{
	width:100%;
}

.slider_detail .bx-pager ul li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
}

.slider_detail .bx-pager ul li:nth-child(2n){
	margin-right: 0px;
}

.slider_detail .bxleft .bx-wrapper{
	margin-bottom:20px;
}


.slider_detail dl.bikou{
	padding: 10px;
	padding-bottom:50px;
	margin-bottom: 0px;
}

.slider_detail dl.bikou dt{
	background: #4a6896;
	border-radius: 8px;
	padding-left: 10px;
	padding-right: 10px;
	width: 50px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
*/
/*==================================================
詳細fancy BEFIREAFTER
================================================== */
/*
.beforeafter_wrap{
	min-width:none !important;
	min-width:initial !important;
}



.beforeafter .contents1 h2{
	border-left: 5px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding-left: 10px;
	color: #111;
	margin-bottom: 30px;
	overflow:hidden;
}

.beforeafter .contents1{
	width:653px;
	margin:0 auto;
	padding-bottom: 0px;
	padding-top: 20px;
}

.beforeafter div.before ,
.beforeafter div.after {
	overflow:hidden;
}

.beforeafter .contents1 dl{
	float:left;
	width:210px;
	margin-right:11px;
	margin-bottom:11px;
}

.beforeafter .contents1 dl:nth-child(3n){
	margin-right:0px;
}

.beforeafter .contents1 dl dt img{
	max-width:210px;
}
*/
/*画像のみ用*/
/*
.beforeafter .contents1 ul{
	overflow:hidden;
	margin-bottom:20px;
}

.beforeafter .contents1 ul li{
	float:left;
	width:210px;
	margin-right:11px;
	margin-bottom:11px;
}

.beforeafter .contents1 ul li:nth-child(3n){
	margin-right:0px;
}

.beforeafter .contents1 ul li img{
	max-width:210px;
}

*/
/*==================================================
詳細fancy detail_news
================================================== */
/*
.news_wrap{
	min-width:none !important;
	min-width:initial !important;
}



.news_detail .item-box h2{
	border-left: 5px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding-left: 10px;
	color: #111;
	margin-bottom: 30px;
	overflow:hidden;
}

.news_detail .item-box{
	width:653px;
	margin:0 auto;
	padding-bottom: 0px;
	padding-top: 20px;
}

*/
