@charset "UTF-8";
/*書式設定
----------------------------------*/

body {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 14px;
  line-height: 1.5em;
  color: #333;
}

/*floatの解除*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: '.';
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #b3a99f;
}

a img {
  border: none;
  vertical-align: top;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
img {
  width: inherit;
}

ul,
li,
div,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btnCover {
  text-align: center;
  margin: 40px auto;
}
.btn {
  display: inline-block;
  min-width: 300px;
  box-sizing: border-box;
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  position: relative;
  border: 1px solid #897b6e;
  background-color: #fff;
  color: #897b6e;
}
.btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.btn:hover {
  background-color: #897b6e;
  color: #fff;
}
.btn:after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #897b6e;
  border-right: 1px solid #897b6e;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.btn:hover:after {
  right: 14px;
  border-color: #fff;
}

/*header footer
-------------------------------*/
.contents .site__title {
  display: inline-block;
}
.contents .site__title .title__logo,
.contents .site__title .title__name {
  font-size: 1.8em;
  margin: auto;
  font-weight: bold;
}
.contents .site__title .title__logo .title__sub,
.contents .site__title .title__name .title__sub {
  display: block;
  font-size: 0.5em;
  line-height: 1.3em;
  margin-bottom: 8px;
  font-weight: normal;
}
.contents .site__title p {
  font-size: 0.8em;
  margin-top: 5px;
  line-height: 1.3em;
}
.contents .site__tel {
  display: inline-block;
}
.contents .site__tel .tel__title {
  font-size: 0.9em;
}
.contents .site__tel .tel__telephone {
  font-size: 1.75em;
  margin: 4px auto;
  position: relative;
}
.contents .site__tel .tel__telephone svg {
  height: 0.8em;
  width: 1em;
  position: absolute;
  left: -1.2em;
  bottom: 0;
  vertical-align: bottom;
}
.contents .site__tel .tel__telephone svg .st0 {
  fill: #19344c;
}
.contents .site__tel .tel__sub {
  font-size: 0.8em;
}
.contents .site__info {
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .contents .site__tel .tel__telephone svg {
    bottom: 6px;
  }
}

.menu__wrap .contents {
  padding: 0 20px;
}
.menu__wrap ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
}
.menu__wrap li a {
  display: inline-block;
  padding: 18px 20px;
  font-size: 1.2em;
  line-height: 1em;
  position: relative;
  letter-spacing: 1px;
}
.menu__wrap li a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.menu__wrap li a:hover:after {
  transform: scaleX(1);
}
.menu__wrap li a span {
  display: inline-block;
  font-weight: bold;
  font-size: 0.6em;
  color: #19344c;
}
/*#af__body .menu__wrap li a {color: #333; font-size: 1em; }
#af__body .menu__wrap li a:hover {color:#5c4638;}
#af__body .menu__wrap li a:after { background-color:#5c4638;}*/

header .contents,
footer .contents {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

header .contents {
  align-items: center;
}

header#center .contents {
  justify-content: center;
  position: relative;
}
header#center .contents .site__title {
  text-align: center;
}
header#center .contents .site__tel {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  padding: 10px;
}
header#center .menu__wrap ul {
  justify-content: space-between;
}

#af__body.cover {
  position: relative;
}
#af__body.cover header {
  position: absolute;
  top: 0;
  background: transparent;
  color: #ffffff;
  z-index: 10;
  width: 100%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2), -1px 1px 4px rgba(0, 0, 0, 0.2), 1px -1px 4px rgba(0, 0, 0, 0.2), -1px -1px 4px rgba(0, 0, 0, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.2),
    1px 0px 4px rgba(0, 0, 0, 0.2), 0px -1px 4px rgba(0, 0, 0, 0.2), -1px 0px 4px rgba(0, 0, 0, 0.2);
}
#af__body.cover header .contents {
  padding-bottom: 10px;
}
#af__body.cover header .contents .site__tel .tel__telephone svg .st0 {
  fill: #ffffff;
}
#af__body.cover header .menu__wrap {
  border: none;
}
#af__body.cover header .menu__wrap .contents {
  display: block;
  text-align: right;
}
#af__body.cover header .menu__wrap .contents li {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
#af__body.cover header .menu__wrap .contents li a {
  font-size: 1.1em /*0.85em*/;
  padding: 0 10px;
  color: #fff;
}
#af__body.cover header .menu__wrap .contents li a span {
  display: none;
}
#af__body.cover #sliderBox .slider .slick-list li {
  height: 100vh;
}
#af__body.cover header#center .menu__wrap .contents {
  text-align: center;
  margin-top: 15px;
}

footer .all__menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.85em;
  text-align: center;
  margin: 40px auto;
  padding: 0;
}
footer .all__menu li {
  display: inline-block;
  padding: 0 16px;
  border-right: 1px solid #333;
  line-height: 1em;
}
footer .all__menu li:last-child {
  border: none;
}
footer .all__menu li a:hover {
  text-decoration: underline;
}

footer {
}
footer {
  background: #eee;
  border-top: 1px solid #fff;
}
footer .contents {
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .copy {
  text-align: center;
  font-size: 0.6em;
  height: 30px;
  line-height: 30px;
  background: #897b6e;
  color: #fff;
}
footer .contents .site__title .title__name {
  font-size: 1.6em;
  margin-bottom: 20px;
}
footer .contents .site__title .title__name .title__sub {
  font-size: 0.65em;
  margin-top: 10px;
}
footer .contents .site__title .sub {
  font-size: 1em;
}
footer .contents .site__info {
  text-align: right;
}
footer .contents .site__tel {
  text-align: left;
}

#made__klasic {
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.3em;
  text-align: left;
}
#made__klasic a {
  display: inline-block;
}
#klasic {
  margin-top: 20px;
  text-align: center;
}
#klasic a {
  display: block;
}
#klasic a .klasic__logo {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 0 10px;
  transition: 0.3s ease-in-out;
}
#klasic a:hover .klasic__logo {
  opacity: 0.6;
}
#klasic a .klasic__logo img {
  width: 84px;
  height: auto;
}
#klasic a .klasic__text {
  text-align: left;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.3em;
}

#fixed__btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-weight: bold;
  padding: 12px 8px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  background-color: #333;
  text-align: center;
  box-shadow: 0 0 2px #fff;
}

#fixed__btn__tel {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: flex;
  background: #ffffff;
  transition: 0.3s ease-in-out;
  z-index: 10;
}
#fixed__btn__tel .site__tel {
  display: inline-block;
  margin: 6px 10px 5px;
}
#fixed__btn__tel .site__tel .tel__title {
  font-size: 0.9em;
}
#fixed__btn__tel .site__tel .tel__telephone {
  font-size: 1.55em;
  padding-left: 1.2em;
  margin: auto;
  position: relative;
}
#fixed__btn__tel .site__tel .tel__telephone svg {
  height: 0.76em;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 3px;
  vertical-align: bottom;
}
#fixed__btn__tel .site__tel .tel__telephone svg .st0 {
  fill: #19344c;
}
#fixed__btn__tel .site__tel .tel__sub {
  font-size: 0.8em;
}
#fixed__btn__tel .site__info {
  display: inline-block;
}
#fixed__btn__tel .contact__btn {
  font-weight: bold;
  padding: 12px 8px;
  display: inline-block;
  color: #fff;
  background-color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
}
#fixed__btn__tel .contact__btn span {
  display: inline-block;
}

/*clm__wrap
-------------------------------*/
.clm__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  margin: auto;
}
.clm__wrap .clm {
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative;
}
.clm__wrap .clm .imgCover {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 62.5%;
  background-color: #f5f5f5;
}
.clm__wrap .clm .imgCover img {
  position: absolute;
  width: 110%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease;
}
.clm__wrap .clm a {
  display: block;
}
.clm__wrap .clm a:hover .imgCover img {
  transform: translate(-50%, -50%) scale(1.08);
}
.clm__wrap .clm .title {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 10px auto 5px;
}
.clm__wrap .clm .text {
  margin: 10px auto;
}
/*.clm__wrap .clm .btnCover {position: absolute; bottom: 0; left: 0; width: 100%;}*/

.one__clm .clm {
  width: 100%;
}
.two__clm .clm {
  width: 50%;
}

#topics,
#works {
  overflow-x: hidden;
}
.three__clm {
  margin: auto -4%;
  width: 108%;
}
.three__clm .clm {
  position: relative;
  width: calc(33.3%);
  padding: 0 3.8%;
  margin-bottom: 3.8%;
}
.three__clm .clm:after {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  width: 1px;
  top: 0px;
  right: 0;
  background: #eee;
}
.three__clm .clm:nth-child(3n):after {
  display: none;
}

.five__clm .clm {
  width: 20%;
}

#single .clm__wrap .clm {
  margin-bottom: 0;
}

/*contents
-------------------------------*/
.contents {
  width: 1140px;
  max-width: 2000px;
  padding: 80px 20px;
  margin: auto;
  box-sizing: border-box;
}
main section .sec__title {
  text-align: center;
  font-size: 2em;
  line-height: 1.1em;
}
main section .sec__title span {
  display: inline-block;
  font-size: 0.45em;
  line-height: 1em;
  letter-spacing: 1.2px;
  margin-top: 0px;
  position: relative;
  padding: 0 30px;
  color: #19344c;
}
main section .sec__title span:before,
main section .sec__title span:after {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  background: #eee;
  margin-top: -0.5px;
  top: 50%;
}
main section .sec__title span:before {
  left: 0;
}
main section .sec__title span:after {
  right: 0;
}

main section:nth-of-type(even) {
  background-color: #eee;
}
main section:nth-of-type(even) .sec__title span:before,
main section:nth-of-type(even) .sec__title span:after {
  background: #fff;
}
main section:nth-of-type(even) .three__clm .clm:after {
  background-color: #fff;
}

#pankuzu.contents {
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
}
#pankuzu li {
  display: inline-block;
}

/*index
-------------------------------*/
#index #topics .btnCover,
#index #works .btnCover {
  margin-top: 0px;
}
#index #about .blog__content {
  text-align: center;
}

/*slider
-------------------------------*/
#sliderBox {
  width: 100%;
  position: relative;
}
#sliderBox .slider {
  width: 100%;
  margin: auto;
}
#sliderBox .slider .slick-list li {
  height: 580px;
  overflow: hidden;
  position: relative;
}
#sliderBox .slider .slick-list li img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sliderBox .slider .slick-dots {
  text-align: center;
  line-height: 1em;
  width: 100%;
  bottom: 0;
}
#sliderBox .slider .slick-dots li {
  display: inline-block;
  padding: 15px 8px;
  line-height: 1em;
}
#sliderBox .slider .slick-dots li button {
  border: none;
  background: #aaa;
  text-indent: 10000px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
}

/*archive
-------------------------------*/
#index #topics .clm__wrap .clm p,
#index #works .clm__wrap .clm p,
#archive .clm__wrap .clm p {
  font-size: 0.8em;
  line-height: 1.3em;
}
#index .blogData,
#archive .blogData {
  font-size: 0.65em;
  line-height: 1em;
  justify-content: left;
  margin-top: 10px;
}
#index .blogData .cat,
#archive .blogData .cat {
  margin-right: 20px;
}
#index .blogData .cat a,
#archive .blogData .cat a {
  padding: 5px 14px;
  line-height: 1em;
  border: 1px solid #eee;
  background: #fff;
}
#index .blogData .cat a:hover,
#archive .blogData .cat a:hover {
  background: transparent;
  color: #fff !important;
}

/*works
-------------------------------*/
#work #image__gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#work #image__gallery .main__img {
  margin: auto auto 10px;
  text-align: center;
}
#work #image__gallery .clm__wrap {
  width: auto;
  margin: auto -10px;
}
#work #image__gallery .clm__wrap .clm {
  padding: 10px;
  margin-bottom: 0px;
}
#work #image__gallery .clm__wrap .clm a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-top: 100%;
}
#work #image__gallery .clm__wrap .clm a:after {
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: url(../images/zoom.png) no-repeat;
  background-size: 20px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
#work #image__gallery .clm__wrap .clm img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease;
}
#work #image__gallery .clm__wrap .clm a:hover img {
  transform: translate(-50%, -50%) scale(1.08);
}
#work .category__info {
  text-align: right;
  margin: 20px auto;
}
#work .house__info dt,
#work .house__info dd {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: auto;
}
#work .house__info dt {
  float: left;
  width: 19%;
}
#work .house__info dd {
  padding-left: 20%;
  border-bottom: 1px solid #eee;
}
#work .house__info:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.category__info .cat {
  display: inline-block;
}
.category__info .cat a {
  display: inline-block;
  padding: 6px 18px;
  min-width: 50px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  line-height: 1em;
  border: 1px solid #4c90e8;
}
.category__info .cat a:hover {
  background: transparent;
  color: #fff !important;
}
.house__info {
  border-top: 1px solid #eee;
  margin: 20px auto;
}

/*single
-------------------------------*/
.blogData {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogData div {
  display: inline-block;
}
.blogData .cat a {
  display: inline-block;
  padding: 6px 18px;
  min-width: 50px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  line-height: 1em;
  border: 1px solid #4c90e8;
}
.blogData .cat a:hover {
  background: #6cb0ff;
}
.blogData .data {
  font-weight: bold;
  letter-spacing: 1px;
}

#single h1 {
  text-align: left;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#single h1,
#page h1 {
  margin-bottom: 40px;
}
#single .singlehead h1 {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#single #singleLink {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
#single #singleLink div {
  display: inline-block;
}
#single #singleLink a {
  position: relative;
  display: inline-block;
}
#single #singleLink .btmLinkL a {
  padding-right: 1.5em;
}
#single #singleLink .btmLinkR a {
  padding-left: 1.5em;
}
#single #singleLink a:after {
  display: block;
  content: '▲';
  position: absolute;
  top: 0;
}
#single #singleLink .btmLinkL a:after {
  right: 0;
  transform: rotate(90deg);
}
#single #singleLink .btmLinkR a:after {
  left: 0;
  transform: rotate(-90deg);
}
#single .category__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#single .category__info .date {
  display: inline-block;
}

#work article .contents,
#single .singlehead,
#about .contents,
#flowList,
#singleLink,
#fee #fee__info,
.contents .blog__content {
  max-width: 820px;
  margin: auto;
}
.contents .blog__content h2 {
  margin: 50px auto 20px;
  line-height: 1.5em;
}
.contents .blog__content h3 {
  margin: 40px auto 15px;
  font-size: 18px;
}
.contents .blog__content h4 {
  margin: 30px auto 5px;
  font-size: 16px;
}
.contents .blog__content p {
  margin: 15px auto 5px;
  -webkit-font-smoothing: antialiased !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.8em;
}
.contents .blog__content ul,
.contents .blog__content ol {
  padding-left: 20px;
  margin: 15px auto;
}
.contents .blog__content ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.contents .blog__content ol li {
  list-style: decimal;
  margin-bottom: 5px;
}
.contents .blog__content blockquote {
  padding: 20px;
  margin: 20px auto;
  background: #ececec;
}
.contents .blog__content blockquote p {
  margin: auto;
}
.contents .blog__content a {
  text-decoration: underline;
}
.contents .blog__content img {
  vertical-align: bottom;
  margin-top: 20px;
  vertical-align: bottom;
}
.contents .blog__content img.alignnone {
  margin: 0.5em;
}
.contents .blog__content img.alignleft {
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.contents .blog__content img.aligncenter,
.contents .blog__content img.centered {
  display: block;
  margin: 0.5em auto;
}
.contents .blog__content img.alignright {
  margin: 0.5em 0 0.5em 1em;
  float: right;
}
.contents .blog__content:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: '.';
  overflow: hidden;
}
.contents .blog__content .textCenter {
  text-align: center;
}
.contents .blog__content table {
  width: 100%;
  background-color: #ececec;
  margin: 20px auto;
}
.contents .blog__content table th {
  background-color: #5c4638;
  color: #fff;
}
.contents .blog__content table td {
  background-color: #fff;
}
.contents .blog__content table th,
.contents .blog__content table td {
  padding: 10px;
}
.contents .blog__content .alignleft {
  text-align: left;
}
.contents .blog__content .alignright {
  text-align: right;
}
.contents .blog__content .aligncenter {
  text-align: center;
}
.contents .blog__content .wp-caption-text {
  font-size: 0.8em;
}
#single .contents .blog__content {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  min-height: 400px;
}
#page .contents .blog__content {
  padding-bottom: 40px;
}

#page {
  min-height: 500px;
}
#page .contents .pageLinks {
  display: flex;
  justify-content: center;
  margin: 60px auto;
}
#page .contents .pageLinks li {
  display: inline-block;
  padding: 0 40px;
  border-right: 1px solid #eee;
}
#page .contents .pageLinks li:last-child {
  border-right: none;
}
#page .contents .pageLinks li a {
  display: block;
  padding: 0 20px;
  color: #333;
}
#page .contents .pageLinks li a:hover {
  text-decoration: underline;
  color: #999;
}

#about .contents h3 {
  line-height: 1.5em;
}
#flow h3 {
  line-height: 1.5em;
}
#about .contents #aboutContent,
#about .contents #architectList,
#about .contents #officeInfo,
#flow .contents #flowList,
#flow .contents #flowContent {
  margin: 80px auto;
}
#page #about h2 {
  text-align: center;
}
#about .contents #architectList .architectBox {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#about .contents #architectList .architectBox .photoBox {
  width: 220px;
  text-align: center;
}
#about .contents #architectList .architectBox .photoBox img {
  width: 100%;
  height: auto;
}
#about .contents #architectList .architectBox .photoBox h3 {
  letter-spacing: 1px;
  margin: 8px auto;
  line-height: 1em;
}
#about .contents #architectList .architectBox .photoBox h3 span {
  display: block;
  font-size: 0.5em;
  letter-spacing: 1.5px;
  line-height: 1em;
  margin-bottom: 5px;
}
#about .contents #architectList .architectBox .photoBox p {
  font-size: 0.8em;
}
#about .contents #architectList .architectBox .biographyBox {
  width: calc(100% - 260px);
}
#about .contents #architectList .architectBox .biographyBox h3 {
  margin: 20px auto 10px;
  font-size: 1em;
  letter-spacing: 1em;
}
#about .biographyBox .biography {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.8em;
  line-height: 1.4em;
  border-top: 1px solid #ececec;
}
#about .biographyBox .biography dt,
#about .biographyBox .biography dd {
  padding-top: 5px;
  padding-bottom: 5px;
}
#about .biographyBox .biography dt {
  width: 30%;
  padding-right: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
#about .biographyBox .biography dd {
  width: 70%;
  margin: auto;
  border-bottom: 1px solid #ececec;
}
#about #officeInfo .listBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ececec;
  margin: 40px auto;
}
#about #officeInfo .listBox dt {
  width: 30%;
  padding: 10px 0px 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
#about #officeInfo .listBox dd {
  width: 70%;
  padding: 10px 0px;
  margin: auto;
  border-bottom: 1px solid #ececec;
}
#about #officeInfo .officemap {
  margin-top: 40px;
}

#flowList .flowBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto;
}
#flowList .flowBox .textBox {
  width: 72%;
}
#flowList .flowBox .textBox h3 {
  margin-top: 0;
}
#flowList .flowBox .imageBox {
  width: 28%;
  padding-right: 40px;
  box-sizing: border-box;
}
#flowList .flowBox .imageBox img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#fee #fee__info {
}
#fee #fee__info .fee__box {
  margin-bottom: 40px;
}
#fee #fee__info .fee__box dl {
  display: flex;
  justify-content: space-between;
}
#fee #fee__info .fee__box dl dt,
#fee #fee__info .fee__box dl dd {
  padding: 10px;
  box-sizing: border-box;
}
#fee #fee__info .fee__box dl dt {
  width: 30%;
  float: left;
  background: #eee;
}
#fee #fee__info .fee__box dl dd {
  width: 70%;
  border: 1px solid #eee;
}
#fee #fee__info .fee__box dl dd.blog__content {
  min-height: 0px;
}
#fee #fee__info .fee__box dl dd.blog__content p {
  margin: auto;
}

/*PAGENAVI
-------------------------------*/
.wp-pagenavi {
  text-align: center;
  clear: both;
  margin: 20px 0px;
  font-weight: 500;
}

.wp-pagenavi a {
  margin-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  margin: 2px;
  padding: 0px 4px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 10%;
  line-height: 38px;
}
.wp-pagenavi a:hover {
  background: #eeffcc;
}

/* current & extend */
.wp-pagenavi .current {
  background-color: #ececec;
}
.wp-pagenavi .extend {
  background: #eeeeee;
}

/* first & last */
.wp-pagenavi .first,
.wp-pagenavi .last {
  background-color: #4c90e8;
  color: #ffffff;
  font-weight: bold;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  background-color: #8c8c8c;
  color: #ffffff;
}
.wp-pagenavi .first:active,
.wp-pagenavi .last:active {
  color: #ffffff;
}

/* previouspostslink & nextpostslink */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #4c90e8;
  color: #ffffff;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #8c8c8c;
  color: #ffffff;
}

/* smaller & larger */
.wp-pagenavi .smaller,
.wp-pagenavi .larger {
  border: 1px solid #eeeeee;
}
.wp-pagenavi .smaller:hover,
.wp-pagenavi .larger:hover {
  background-color: #ffffff;
}
.wp-pagenavi .smaller:active,
.wp-pagenavi .larger:active {
  color: #333333;
}
.wp-pagenavi .pages {
  font-size: 10px;
  width: 100%;
  padding: 0px;
  margin: auto;
}

/*FANCYBOX
-------------------------------*/
.fancybox-opened .fancybox-title {
}
.fancybox-title-float-wrap {
  white-space: normal;
}
.fancybox-title-float-wrap .child {
  white-space: normal;
  max-width: 100%;
  font-size: 11px;
  background-color: transparent;
}

/*CONTACT
-------------------------------*/
.blog__content .mw_wp_form {
  margin: 20px auto;
  padding: 40px 0px 10px 0px;
  text-align: left;
  font-size: 16px;
}

.blog__content .mw_wp_form dt {
  float: left;
  width: 240px;
  padding: 4px 0;
}
.blog__content .mw_wp_form dd {
  margin-bottom: 20px;
  padding: 4px 0px 4px 260px;
  font-size: 14px;
  min-height: 20px;
}

.blog__content .mw_wp_form_confirm {
  border-top: 1px solid #eee;
}
.blog__content .mw_wp_form_confirm dd {
  border-bottom: 1px solid #eee;
}

.blog__content .mw_wp_form input,
.blog__content .mw_wp_form textarea {
  padding: 0.5em;
  font-size: 14px;
}

.blog__content .mw_wp_form input[type='text'],
.blog__content .mw_wp_form input[type='email'],
.blog__content .mw_wp_form textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
}

.blog__content .mw_wp_form .mwform-tel-field input[type='text'] {
  width: 30%;
}

.blog__content .mw_wp_form input[type='text']:focus,
.blog__content .mw_wp_form input[type='email']:focus,
.blog__content .mw_wp_form textarea:focus {
  box-shadow: 0 0 7px #fff;
  border: 1px solid #eee;
}

.blog__content .mw_wp_form input[type='button'],
.blog__content .mw_wp_form input[type='reset'],
.blog__content .mw_wp_form input[type='submit'] {
  min-width: 200px;
  padding: 4px 20px;
  border: 1px #aaa solid;
  background-color: #eee;
  border-radius: 14px;
  cursor: pointer;
  -webkit-appearance: none;
}
.blog__content .mw_wp_form input::selection {
  background-color: #b4aaa0;
  color: #fff;
}
.blog__content .mw_wp_form input::-moz-selection {
  background-color: #d4cac0;
  color: #fff;
}

.blog__content .mw_wp_form input[type='button']:hover,
.blog__content .mw_wp_form input[type='reset']:hover,
.blog__content .mw_wp_form input[type='submit']:hover {
  background-color: #fff;
}

.blog__content .formBtn {
  text-align: center;
}

.blog__content .pageback {
  margin-bottom: 50px;
  text-align: center;
  font-size: 0.8em;
}
.blog__content .mw_wp_form dt span {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border-radius: 4px;
  color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  padding: 2px 10px;
  background: #4c90e8;
  margin-left: 20px;
}
.blog__content .btnbox {
  text-align: center;
  padding-left: 0px;
  margin-left: 0px;
}
.blog__content .btnbox li {
  display: inline-block;
  margin: 0 10px;
}

.blog__content .mw_wp_form_confirm .textCenter {
  display: none;
}

/* re captcha 非表示 */
.grecaptcha-badge {
  visibility: hidden;
}
