@charset "UTF-8";
/* reset.scss ====================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  /*	outline: 0;*/
}

html {
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a {
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  /*	border-collapse: separate;*/
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  /*\*/
  overflow: hidden;
  /**/
}

option {
  padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,
article,
aside,
section,
footer,
nav,
menu,
details,
hgroup,
summary {
  display: block;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

/*margin
-----------------------------------*/
.mb00,
.mt00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb80 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 70px;
  }
}

/*padding
-----------------------------------*/
.grade, .cmn_ttl3,
.editor h3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d4f2e+0,b49f73+50 */
  background: #6d4f2e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6d4f2e 0%, #b49f73 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6d4f2e 0%, #b49f73 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6d4f2e 0%, #b49f73 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d4f2e', endColorstr='#b49f73',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.noto, .cmn_ttl1, #top_service .tp-sv_cmn .txtbox dt,
.cmn_ttl2, .editor h2, #page_ttl-wp .page_ttl, .cmn_ttl3,
.editor h3, #header .h_contact .tel,
#header .h_contact .fax, .mv_copy, .tp-sv_ttl, #top-news .list .post .title, .site_map li, .bukken_list1 .post .txtbox .title, .bukken_date dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* btn.scss ====================================== */
.btn1 {
  color: #a58c5a;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border-bottom: 2px solid #a58c5a;
}

.btn1 a {
  color: #a58c5a;
  display: block;
  padding: 0 5px 5px;
}

.btn1:hover {
  border-bottom: 2px solid #4c2802;
}

.btn1:hover a {
  color: #4c2802;
}

.btn2 a {
  color: #fff;
  min-width: 270px;
  position: relative;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  background-color: #faa000;
  padding: 15px 35px 15px 20px;
}

.btn2 a::after {
  right: 18px;
  transition: 0.5s;
  background-color: none;
}

.btn2 a:hover::after {
  right: 14px;
}

.btn_list ul {
  justify-content: center;
}

.btn_list li {
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  .btn_list li {
    margin-bottom: 25px;
  }
  .btn_list li:last-child {
    margin-bottom: 0;
  }
}

.en_more {
  position: absolute;
  width: 90px;
  height: 90px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50%;
  line-height: 1.8;
  z-index: 1;
  box-sizing: border-box;
  background-color: #96be32;
}

.en_more a {
  color: #fff;
  padding: 20px 0;
  display: block;
}

.en_more:hover {
  background-color: #46b496;
}

@media screen and (max-width: 768px) {
  .en_more {
    position: unset;
    width: 70%;
    margin: auto;
    height: auto;
    margin-top: 25px;
    border-radius: 20px;
    margin-top: 30px;
  }
  .en_more a {
    padding: 10px 5px;
  }
}

.og_arr, .btn2 a::after, .top-page_link li a::after, #top-news .list .post a::after {
  color: #fff;
  content: "→";
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  background-color: #faa000;
  z-index: 1;
}

/* cmn.scss ====================================== */
.inbox1 {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .inbox1 {
    width: unset;
    padding: 0 5%;
  }
}

.inbox2 {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .inbox2 {
    width: unset;
    padding: 0 5%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/* title
----------------------------------------*/
.cmn_ttl1, #top_service .tp-sv_cmn .txtbox dt,
.cmn_ttl2,
.editor h2 {
  line-height: 1.5;
}

.cmn_ttl1, #top_service .tp-sv_cmn .txtbox dt {
  color: #4c2802;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}

.cmn_ttl1.eng, #top_service .tp-sv_cmn .txtbox dt.eng {
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  .cmn_ttl1, #top_service .tp-sv_cmn .txtbox dt {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .cmn_ttl1.eng, #top_service .tp-sv_cmn .txtbox dt.eng {
    font-size: 4rem;
  }
}

.cmn_ttl2, .editor h2 {
  color: #a58c5a;
  line-height: 1.5;
  font-size: 3rem;
  margin-bottom: 35px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .cmn_ttl2, .editor h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

/* 下層ページ共通
----------------------------------------*/
#content {
  padding: 100px 0 120px;
}

@media screen and (max-width: 768px) {
  #content {
    padding: 60px 0 80px;
  }
}

#page_ttl-wp {
  text-align: center;
  margin-bottom: 15px;
  padding: 320px 0 180px;
  background: url(../img/cmn/page_ttlbk.jpg) no-repeat center bottom;
}

#page_ttl-wp .page_ttl {
  color: #fff;
  font-size: 5rem;
  letter-spacing: 3px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  #page_ttl-wp {
    padding: 150px 0 90px;
    background-size: cover;
  }
  #page_ttl-wp .page_ttl {
    font-size: 3.2rem;
  }
}

/* table =============== */
.cmn_table dl {
  position: relative;
  border-bottom: 1px solid #d7c8b4;
}

.cmn_table dl:first-child {
  border-top: 1px solid #d7c8b4;
}

.cmn_table dl dt,
.cmn_table dl dd {
  vertical-align: top;
  display: table-cell;
  box-sizing: border-box;
}

.cmn_table dl dt {
  width: 180px;
  color: #a58c5a;
  text-align: left;
  padding: 15px 20px;
  background-color: #fff;
}

.cmn_table dl dd {
  width: 820px;
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .cmn_table dl dt,
  .cmn_table dl dd {
    width: auto;
    display: block;
  }
  .cmn_table dl dd {
    padding: 25px 25px;
  }
}

/* 画像サイズ設定 =============== */
.thumb {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .thumb img {
    width: auto;
    height: 100%;
  }
}

.editor img {
  max-width: 100%;
  height: auto;
}

/*pagenavi =============== */
/*archive*/
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 10px !important;
  border-color: #222 !important;
  background-color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 1px solid #222 !important;
}

/*single*/
.page_btn {
  width: 100%;
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dotted #222;
}

.page_btn a {
  color: #222;
}

.page_btn .left a {
  float: left;
}

.page_btn .right a {
  float: right;
}

#pagerlist {
  clear: both;
  width: 100%;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 30px;
}

/*404 =============== */
.not_found {
  text-align: center;
}

.found_map {
  margin-top: 80px;
  text-align: left;
}

.found_map li {
  font-size: 15px;
  background-color: transparent;
  border-bottom: 1px dotted #222;
}

.found_map li a {
  color: #5c5c5c;
  display: block;
  padding: 14px 20px;
}

.found_map li:first-child {
  border-top: 1px dotted #222;
}

/*署名
----------------------------------------*/
.signature {
  color: #8f8f8f;
  margin-top: 50px;
  padding-top: 30px;
  position: relative;
}

.signature::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 1px;
  border-top: 1px dotted #8f8f8f;
}

/*-----------------------------------------------------*/
.cmn_ttl3,
.editor h3 {
  color: #fff;
  font-size: 2.2rem;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.cen {
  text-align: center;
}

/* パターン
----------------------------------------*/
/* img_list / flow_list cmn ----- */
.col2 li {
  width: calc((100% / 2) - (50px * 1 / 2));
  margin: 50px 50px 0 0;
}

.col2 li .image {
  height: 300px;
}

.col2 li:nth-child(2n) {
  margin-right: 0;
}

.col2 li:nth-child(-n + 2) {
  margin-top: 0;
}

.col3 li {
  width: calc((100% / 3) - (45px * 2 / 3));
  margin: 45px 45px 0 0;
}

.col3 li .image {
  height: 200px;
}

.col3 li:nth-child(3n) {
  margin-right: 0;
}

.col3 li:nth-child(-n + 3) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .col2 li,
  .col3 li {
    width: 100%;
    margin: 0 0 30px;
  }
  .col2 li:last-child,
  .col3 li:last-child {
    margin-bottom: 0;
  }
  .col2 li .image,
  .col3 li .image {
    height: 200px;
  }
}

/* img_list -------------- */
.img_list {
  margin-top: 40px;
}

.img_list ul {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.img_list li {
  margin-right: 2%;
  width: calc((100% / 3) - (2% * 2 / 3));
  height: 220px;
  margin-right: 2%;
}

.img_list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .img_list {
    margin-top: 30px;
  }
  .img_list li {
    width: 32%;
    height: 110px;
    margin-right: 0;
  }
}

/* fx_ltrt -------------- */
.fx_ltrt {
  display: flex;
}

.fx_ltrt .imgbox {
  width: 470px;
  margin-right: 3%;
}

.fx_ltrt .imgbox .thumb {
  height: 320px;
}

.fx_ltrt .txtbox {
  flex: 1;
}

.fx_ltrt.row {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .fx_ltrt {
    flex-wrap: wrap;
  }
  .fx_ltrt .imgbox {
    width: 100%;
    margin: 0 0 20px;
  }
  .fx_ltrt .imgbox .thumb {
    width: 100%;
    height: 220px;
  }
  .fx_ltrt .txtbox {
    flex: unset;
    width: 100%;
  }
}

.row_mg, .fx_ltrt .imgbox.row, .fx_ltrt.row .imgbox {
  margin-left: 3%;
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .row_mg, .fx_ltrt .imgbox.row, .fx_ltrt.row .imgbox {
    margin: 20px 0 0 !important;
  }
}

/* fx_list -------------- */
.fx_list {
  margin-top: 40px;
}

.fx_list li .image {
  margin-bottom: 15px;
}

.fx_list li .cmn_ttl3 {
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .fx_list {
    margin-top: 30px;
  }
  .fx_list ul {
    justify-content: space-between;
  }
  .fx_list li {
    width: 48%;
  }
  .fx_list li .image {
    height: 140px;
  }
  .fx_list li .txt {
    font-size: 1.6rem !important;
  }
}

/* flow_list -------------- */
.flow_list li {
  position: relative;
}

.flow_list li::after {
  top: 28%;
  right: -11%;
}

.flow_list li .image {
  margin-bottom: 15px;
}

.flow_list li .cmn_ttl3 {
  font-size: 2rem;
}

.flow_list.col2 li:nth-child(2n)::after {
  display: none;
}

.flow_list.col3 li:nth-child(3n)::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .flow_list.col2 li:nth-child(2n)::after {
    display: block;
  }
  .flow_list.col3 li:nth-child(3n)::after {
    display: block;
  }
  .flow_list.col2 li, .flow_list.col3 li {
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  .flow_list.col2 li::after, .flow_list.col3 li::after {
    top: unset;
    right: 50%;
    bottom: 0;
    transform: rotate(90deg);
  }
  .flow_list.col2 li:last-child, .flow_list.col3 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .flow_list.col2 li:last-child::after, .flow_list.col3 li:last-child::after {
    display: none;
  }
}

/* cen_box -------------- */
.cen_box .imgbox {
  width: 100%;
}

.cen_box .imgbox .image {
  height: 450px;
}

@media screen and (max-width: 768px) {
  .cen_box .imgbox .image {
    height: 200px;
  }
}

/* arrow -------------- */
.css_arrow-rt::after, .flow_list li::after, #breadcrumb li::after, #footer .f_navi ul li a::after {
  border-width: 12px 0px 12px 15px;
  border-color: transparent #222;
}

.css_arrow-btt::after {
  border-width: 15px 12px 0px 12px;
  border-color: #222 transparent;
}

.css_arrow-cmn, .css_arrow-rt::after, .flow_list li::after, #breadcrumb li::after, #footer .f_navi ul li a::after, .css_arrow-btt::after {
  content: "";
  position: absolute;
  border-style: solid;
}

/* fx_table -------------- */
.fx_table dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  justify-content: space-between;
}

.fx_table dt {
  color: #222;
}

/* frame_box -------------- */
.frame_box {
  position: relative;
  padding: 50px 60px 45px;
  background-color: #fff;
}

.frame_box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #ebdcb4;
}

.frame_box ul {
  margin-right: 80px;
}

.frame_box ul:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .frame_box {
    padding: 30px 25px;
  }
  .frame_box::after {
    top: 5px;
    left: 5px;
  }
}

/* post -------------- */
.post_list .post {
  width: 300px;
  margin: 50px 50px 0 0;
}

.post_list .post:nth-child(3n) {
  margin-right: 0;
}

.post_list .post:nth-child(-n + 3) {
  margin-top: 0;
}

.post_list .post .image {
  height: 220px;
  margin-bottom: 10px;
}

.post_list .post .title {
  color: #222;
  font-weight: bold;
  font-size: 1.8rem;
}

.post_list .post:hover .title {
  color: #222;
}

@media screen and (max-width: 768px) {
  .post_list {
    justify-content: space-between;
  }
  .post_list .post {
    width: 47%;
    margin: 0 0 20px;
  }
  .post_list .post:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .post_list .post .thumb {
    height: 140px;
    margin-bottom: 10px;
  }
  .post_list .post .title {
    font-size: 1.6rem;
  }
}

.day_ctg {
  font-size: 1.4rem;
  color: #222;
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
}

.day_ctg li {
  line-height: 1.2;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #222;
}

.day_ctg li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/* パンくず ================== */
#breadcrumb li {
  float: left;
  color: #4c2802;
  font-size: 1.4rem;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

#breadcrumb li a {
  color: #a58c5a;
}

#breadcrumb li::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -4px;
  border-width: 5px 0px 5px 7px;
  border-color: transparent #faa000;
}

#breadcrumb li:last-child::after {
  display: none;
}

/* base.scss ====================================== */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 55%;
  }
}

body {
  width: 100%;
  color: #333;
  line-height: 1.8;
  min-width: 1400px;
  font-size: 1.6rem;
  text-align: justify;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f3eddf;
}

@media screen and (max-width: 1280px) {
  body {
    min-width: unset;
    line-height: 1.5;
  }
}

a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/* footer.scss ====================================== */
.pageTop {
  position: fixed;
  z-index: 99;
  bottom: 2%;
  right: 1%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .pageTop {
    bottom: 10%;
    right: 1%;
    width: 12%;
  }
}

#footer {
  border-top: 5px solid #96be32;
  background-color: #fff;
}

#footer .inbox1 {
  padding: 40px 0 30px;
  align-items: flex-end;
  justify-content: space-between;
}

#footer .f_logo {
  margin-bottom: 20px;
}

#footer .f_add {
  margin-left: 120px;
  font-size: 1.4rem;
}

#footer .f_copy {
  margin-top: 10px;
}

#footer .f_navi ul {
  margin-right: 40px;
}

#footer .f_navi ul:last-child {
  margin-right: 0;
}

#footer .f_navi ul li a {
  color: #4c2802;
  display: block;
  position: relative;
  padding-left: 15px;
}

#footer .f_navi ul li a::after {
  top: 7px;
  left: 0;
  border-width: 5px 0px 5px 7px;
  border-color: transparent #0064aa;
}

#footer .f_navi ul li:hover a {
  color: #a58c5a;
}

#footer .f_navi ul.link1 li:nth-child(1) a::after {
  border-color: transparent #17a3de;
}

#footer .f_navi ul.link1 li:nth-child(2) a::after {
  border-color: transparent #46b496;
}

#footer .f_navi ul.link1 li:nth-child(3) a::after {
  border-color: transparent #96be32;
}

#footer .f_navi ul.link1 li:nth-child(4) a::after {
  border-color: transparent #faa000;
}

#footer .f_navi ul.link2 li:nth-last-child(-n + 3) a::after {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer .inbox1 {
    padding: 30px 5% 35px;
  }
  #footer .ltbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .f_logo {
    width: 70%;
    margin: auto;
  }
  #footer .f_add {
    margin: 20px 0 0;
  }
  #footer .f_navi {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-btt_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  .sp-btt_link ul {
    flex-wrap: nowrap;
  }
  .sp-btt_link li {
    width: 50%;
    font-size: 1.8rem;
    text-align: center;
  }
  .sp-btt_link li:first-child {
    border-right: 1px solid #fff;
    background-color: #faa000;
  }
  .sp-btt_link li:last-child {
    background-color: #96be32;
  }
  .sp-btt_link li a {
    display: block;
    padding: 15px 0px;
  }
}

/* header.scss ====================================== */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

#header .h_info {
  padding: 20px 0 25px;
  justify-content: space-between;
}

#header .h_contact ul {
  align-items: center;
}

#header .h_contact .tel,
#header .h_contact .fax {
  color: #a58c5a;
  font-size: 2.8rem;
  background-position: left top 16px;
  background-repeat: no-repeat;
}

#header .h_contact .tel {
  padding-left: 15px;
  margin-right: 25px;
  background-image: url(../img/cmn/h_tel.png);
}

#header .h_contact .fax {
  padding-left: 30px;
  margin-right: 30px;
  background-image: url(../img/cmn/h_fax.png);
}

#header .h_contact .open {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}

#header .navi {
  justify-content: space-between;
}

#header .navi li {
  flex: 1;
  transition: 0.5s;
  text-align: center;
  border-bottom: 5px solid #4c2802;
  border-left: 1px solid #e5e5e5;
}

#header .navi li:last-child {
  border-right: 1px solid #e5e5e5;
}

#header .navi li a {
  display: block;
  padding: 6px 10px;
}

#header .navi li:hover {
  border-bottom-color: #a58c5a;
}

@media screen and (max-width: 768px) {
  #header {
    position: absolute !important;
  }
  #header .inbox2 {
    padding: 0 3%;
  }
  #header .h_info {
    padding: 15px 0;
  }
  #header .h_logo {
    width: 75%;
  }
  #header .h_contact {
    display: none;
  }
  #header .navi li {
    flex: none;
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
    border-width: 1px;
    border-left: none;
    border-right: none !important;
    font-family: "Noto Sans JP", sans-serif;
  }
  #header .navi li:nth-last-child(-n + 4) {
    width: 50%;
    font-size: 1.4rem;
  }
  #header .navi li a {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  #panel-btn {
    display: inline-block;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 1%;
    top: 2px;
    z-index: 99999;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin: -1px 0 0 -14px;
    background: #222;
    transition: 0.2s;
  }
  #panel-btn-icon:before,
  #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25%;
    width: 30px;
    height: 3px;
    margin-left: -7px;
    background: #222;
    transition: 0.3s;
  }
  #panel-btn-icon:before {
    margin-top: -12px;
  }
  #panel-btn-icon:after {
    margin-top: 8px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before,
  #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #panel {
    display: none;
    margin: 0 0 0 0;
    padding: 0;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 4% 0;
    overflow: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
}

/* top.scss ====================================== */
/*mainv
--------------------------------------------*/
#mainv,
#mainv [id^="image"] {
  height: 800px;
}

@media screen and (max-width: 768px) {
  #mainv,
  #mainv [id^="image"] {
    height: 420px;
  }
}

#mainv {
  position: relative;
  width: 100%;
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  #mainv {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  #image1 {
    background: url(../img/top/main_bk1.jpg) no-repeat center center;
  }
  #image2 {
    background: url(../img/top/main_bk2.jpg) no-repeat center center;
  }
  #image3 {
    background: url(../img/top/main_bk3.jpg) no-repeat center center;
  }
}

@media screen and (max-width: 768px) {
  #image1 {
    background: url(../img/top/main_bk1_sp.jpg) no-repeat center center;
  }
  #image2 {
    background: url(../img/top/main_bk2_sp.jpg) no-repeat center center;
  }
  #image3 {
    background: url(../img/top/main_bk3_sp.jpg) no-repeat center center;
  }
}

#mainv [id^="image"] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mv_copy {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 50%;
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 99;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.mv_copy span {
  line-height: 1.5;
  font-size: 5.5rem;
  letter-spacing: 18px;
}

@media screen and (max-width: 768px) {
  .mv_copy {
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
  .mv_copy span {
    line-height: 2;
    font-size: 4rem;
    letter-spacing: 10px;
  }
}

/*top
--------------------------------------------*/
#top_content {
  overflow: hidden;
  padding: 120px 0 80px;
}

@media screen and (max-width: 768px) {
  #top_content {
    padding: 60px 0 50px;
  }
}

/*top_about-------------------*/
#top_about {
  margin-bottom: 100px;
}

#top_about .cmn_ttl1, #top_about #top_service .tp-sv_cmn .txtbox dt, #top_service .tp-sv_cmn .txtbox #top_about dt {
  text-align: left;
}

#top_about .inbox2 {
  justify-content: space-between;
}

#top_about .txtbox {
  flex: 1;
  max-width: 490px;
  margin-right: 5%;
}

#top_about .image ul {
  display: flex;
}

#top_about .image li:first-child {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #top_about {
    margin-bottom: 60px;
  }
  #top_about .cmn_ttl1, #top_about #top_service .tp-sv_cmn .txtbox dt, #top_service .tp-sv_cmn .txtbox #top_about dt,
  #top_about .cmn_ttl2,
  #top_about .editor h2, .editor
  #top_about h2 {
    text-align: center;
  }
  #top_about .txtbox {
    max-width: unset;
    margin: 0 0 30px;
  }
  #top_about .image li:first-child {
    margin-top: 40px;
  }
}

/*top_service-------------------*/
#top_service .cmn_ttl1, #top_service .tp-sv_cmn .txtbox dt {
  margin-bottom: 50px;
}

#top_service .tp-sv_cmn {
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
}

#top_service .tp-sv_cmn .image {
  width: 73.5%;
  max-width: 1400px;
  min-height: 550px;
  overflow: hidden;
  position: relative;
}

#top_service .tp-sv_cmn .image img {
  position: absolute;
  right: 0;
}

#top_service .tp-sv_cmn .txtbox {
  transition: 0.5s;
  max-width: 570px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  bottom: 11%;
  text-align: right;
  border-bottom: 5px solid #fff;
}

#top_service .tp-sv_cmn .txtbox a {
  padding: 50px 60px 35px;
  display: block;
}

#top_service .tp-sv_cmn .txtbox .num {
  position: absolute;
  top: -50px;
  z-index: 1;
  color: #faa000;
  font-size: 5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#top_service .tp-sv_cmn .txtbox dt {
  font-size: 3rem;
  margin-bottom: 20px;
}

#top_service .tp-sv_cmn .txtbox dd {
  text-align: left;
  margin-bottom: 25px;
}

#top_service .tp-sv_cmn .txtbox .btn1 {
  padding: 0 7px 5px;
  display: inline-block;
}

#top_service .tp-sv_cmn .txtbox:hover {
  border-bottom: 5px solid #faa000;
}

#top_service .tp-sv_cmn .txtbox:hover a {
  opacity: 1;
}

#top_service .tp-sv_cmn .txtbox:hover .btn1 {
  color: #4c2802;
  border-bottom-color: #4c2802;
}

#top_service .tp-sv_cmn.box1 .txtbox {
  right: calc(50% - 45%);
}

#top_service .tp-sv_cmn.box2 .image {
  float: right;
}

#top_service .tp-sv_cmn.box2 .txtbox {
  left: calc(50% - 45%);
}

@media screen and (max-width: 768px) {
  #top_service .cmn_ttl1, #top_service .tp-sv_cmn .txtbox dt {
    margin-bottom: 25px;
  }
  #top_service .tp-sv_cmn {
    margin-bottom: 60px;
  }
  #top_service .tp-sv_cmn .image {
    width: 100%;
    min-height: unset;
  }
  #top_service .tp-sv_cmn .image img {
    position: unset;
  }
  #top_service .tp-sv_cmn .txtbox {
    max-width: unset;
    position: unset;
  }
  #top_service .tp-sv_cmn .txtbox a {
    padding: 25px 20px 15px;
  }
  #top_service .tp-sv_cmn .txtbox dt {
    font-size: 2.5rem;
  }
  #top_service .tp-sv_cmn.box2 .image {
    float: none;
  }
}

.tp-sv_ttl {
  color: #a58c5a;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}

.tp-sv_ttl span {
  color: #fadc00;
  margin: 0 20px;
}

/*top-bukken_info-------------------*/
.top-bukken_info {
  position: relative;
  margin-bottom: 100px;
}

.top-bukken_info .bukken_list1 .post .boxin {
  padding: 0 30px;
}

.top-bukken_info .bukken_list1 .post .thumb {
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
}

.top-bukken_info .bukken_list1 .post .txtbox {
  padding: 0 40px;
}

.top-bukken_info .en_more {
  top: 4%;
  right: 15%;
}

@media screen and (max-width: 768px) {
  .top-bukken_info .bukken_list1 .post .boxin {
    padding: 0 10px;
  }
  .top-bukken_info .bukken_list1 .post .thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .top-bukken_info .bukken_list1 .post .txtbox {
    padding: 0 10px;
  }
  .top-bukken_info .bukken_list1 .post .txtbox dl {
    display: none;
  }
}

.slick-arrow {
  position: absolute;
  top: 30%;
  width: 60px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
  background: url(../img/top/slick_arr.png) no-repeat center;
}

.slick-arrow.next {
  right: 24%;
}

.slick-arrow.prev {
  left: 24%;
  transform: rotate(180deg);
}

@media screen and (max-width: 1440px) {
  .slick-arrow.next {
    right: 17%;
  }
  .slick-arrow.prev {
    left: 17%;
  }
}

@media screen and (max-width: 1280px) {
  .slick-arrow.next {
    right: 19%;
  }
  .slick-arrow.prev {
    left: 19%;
  }
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 28%;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  .slick-arrow.next {
    right: 6%;
  }
  .slick-arrow.prev {
    left: 6%;
  }
}

/*top-newbuild-------------------*/
.top-newbuild {
  margin-bottom: 80px;
}

.top-newbuild .inbox2 {
  position: relative;
}

.top-newbuild .en_more {
  top: 25px;
  right: 0;
}

/*top-page_link-------------------*/
.top-page_link {
  padding: 0 5%;
  margin-bottom: 100px;
}

.top-page_link ul {
  text-align: center;
  justify-content: center;
}

.top-page_link li {
  position: relative;
  margin: 50px 50px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  width: calc((100% / 2) - (50px * 1 / 2));
}

.top-page_link li:nth-child(-n + 2) {
  margin-top: 0;
}

.top-page_link li:nth-child(2n) {
  margin-right: 0;
}

.top-page_link li:nth-child(1) {
  background-image: url(../img/top/top-link_img1.jpg);
}

.top-page_link li:nth-child(2) {
  background-image: url(../img/top/top-link_img2.jpg);
}

.top-page_link li:nth-child(3) {
  background-image: url(../img/top/top-link_img3.jpg);
}

.top-page_link li:nth-child(4) {
  background-image: url(../img/top/top-link_img4.jpg);
}

.top-page_link li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  background-color: #fff;
  opacity: 0;
}

.top-page_link li a {
  color: #fff;
  display: block;
  padding: 90px 20px;
  position: relative;
  z-index: 1;
}

.top-page_link li a::after {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding-top: 12px;
}

.top-page_link li dt {
  font-size: 3rem;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.top-page_link li dt::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background-color: #fff;
}

.top-page_link li:hover::before {
  opacity: 0.2;
}

.top-page_link li:hover a {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .top-page_link {
    margin-bottom: 60px;
  }
  .top-page_link li {
    width: 100%;
    margin: 0 0 20px;
  }
  .top-page_link li:last-child {
    margin-bottom: 0;
  }
  .top-page_link li a {
    padding: 40px 20px 50px;
  }
  .top-page_link li a::after {
    width: 40px;
    height: 40px;
  }
  .top-page_link li dt {
    font-size: 2.5rem;
  }
}

/*top-news-------------------*/
#top-news .cmn_ttl1, #top-news #top_service .tp-sv_cmn .txtbox dt, #top_service .tp-sv_cmn .txtbox #top-news dt {
  margin-bottom: 20px;
}

#top-news .inbox1 {
  position: relative;
}

#top-news .list .post {
  border-bottom: 1px dotted #d6d9d9;
}

#top-news .list .post:last-child {
  border-bottom: none;
}

#top-news .list .post a {
  display: block;
  padding: 30px 0;
  position: relative;
}

#top-news .list .post a::after {
  top: 35px;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 1.2rem;
  padding-top: 2px;
}

#top-news .list .post .title {
  color: #a58c5a;
  transition: 0.5s;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#top-news .list .post .txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#top-news .list .post .day {
  color: #4c2802;
  font-size: 1.4rem;
}

#top-news .list .post:hover .title {
  color: #4c2802;
}

#top-news .btn1 {
  position: absolute;
  top: 25px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #top-news .cmn_ttl1, #top-news #top_service .tp-sv_cmn .txtbox dt, #top_service .tp-sv_cmn .txtbox #top-news dt {
    text-align: left;
    margin-bottom: 0;
  }
  #top-news .list .post a {
    padding: 25px 0;
  }
  #top-news .list .post a::after {
    display: none;
  }
  #top-news .btn1 {
    top: 15px;
    right: 5%;
  }
}

/* setpage ====================================== */
/*company
--------------------------------------------*/
.access iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .access iframe {
    height: 250px;
  }
}

/*site map
--------------------------------------------*/
.site_map li {
  font-size: 2rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #4c2802;
}

.site_map li a {
  color: #4c2802;
  display: block;
  padding: 10px 10px;
}

/*privacy
--------------------------------------------*/
#privacy dl {
  margin-top: 50px;
}

#privacy .cmn_ttl2, #privacy .editor h2, .editor #privacy h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

/*contact
--------------------------------------------*/
#contact .txt {
  margin-bottom: 30px;
}

#contact dt {
  width: 250px;
}

@media screen and (max-width: 768px) {
  #contact dt {
    width: 100%;
    padding: 10px 20px;
  }
}

#contact dt span {
  font-size: 12px;
  color: #ff0a0a;
}

#contact dd {
  width: 750px;
}

#contact dd input,
#contact dd textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #cfcfcf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}

#contact dd .form_pdf {
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  background-color: #96be32;
}

#contact dd textarea {
  width: 700px;
  height: 200px;
}

#contact dd li {
  margin-right: 40px;
}

#contact dd [type="radio"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  #contact dd {
    padding: 20px 20px;
    width: 100%;
  }
  #contact dd textarea {
    width: 100%;
  }
}

.contact_btn {
  margin-top: 20px;
  text-align: center;
}

.contact_btn li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
}

@media screen and (max-width: 768px) {
  .contact_btn li {
    padding: 5px 0;
  }
}

.contact_btn li [type="submit"],
.contact_btn li [type="button"] {
  width: 260px;
  font-size: 18px;
  color: #fff;
  border: none;
  display: block;
  margin: auto;
  padding: 20px 0;
  background: #4c2802;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

.mail_thanks {
  padding: 30px;
  text-align: center;
  border: 2px solid #d7c8b4;
}

.g-recaptcha {
  margin-bottom: 50px !important;
}

/* service ====================================== */
#real_estate .box1 .fx_list li .txt {
  color: #4c2802;
  font-size: 1.8rem;
}

/* bukken ====================================== */
.ctg_list ul {
  justify-content: center;
}

.ctg_list li {
  width: 22%;
  margin: 0 15px;
  transition: 0.5s;
  text-align: center;
  background-color: #4c2802;
}

.ctg_list li.current-cat, .ctg_list li:hover {
  background-color: #a58c5a;
  opacity: 1;
}

.ctg_list li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  .ctg_list ul {
    justify-content: space-between;
  }
  .ctg_list li {
    width: 48%;
    margin: 0 0 10px;
  }
}

.bukken_list1 .post a {
  outline: 0 !important;
}

.bukken_list1 .post .txtbox .title {
  color: #4c2802;
  font-size: 2rem;
  margin-bottom: 20px;
}

.bukken_list1 .post .txtbox dl {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 10px 15px;
  border-bottom: 1px dotted #d2d2d2;
}

.bukken_list1 .post .txtbox dl.add dt {
  background-color: #ebdcb4;
}

.bukken_list1 .post .txtbox dl.acc dt {
  background-color: #cddce1;
}

.bukken_list1 .post .txtbox dt {
  min-width: 85px;
  color: #4c2802;
  text-align: center;
  padding: 1px 0;
  margin-right: 15px;
  border-radius: 12.5px;
}

@media screen and (max-width: 768px) {
  .bukken_list1 .post .txtbox .title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.post .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
  box-sizing: border-box;
  border: 4px solid #faa000;
}

.post:hover .thumb::before {
  opacity: 1;
}

.more_zoom {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: 0.5s;
  max-width: 110px;
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 5px 5px 15px;
  background: url(../img/cmn/zoom.png) no-repeat center left 15px;
  background-color: #faa000;
}

@media screen and (max-width: 768px) {
  .more_zoom {
    max-width: 90px;
    padding-left: 20px;
  }
}

#a_bukken {
  padding: 0 4%;
}

#a_bukken .bukken_list1 .post {
  margin: 40px 40px 0 0;
  width: calc((100% / 4) - (40px * 3 / 4));
}

#a_bukken .bukken_list1 .post:nth-child(-n + 4) {
  margin-top: 0;
}

#a_bukken .bukken_list1 .post:nth-child(4n) {
  margin-right: 0;
}

#a_bukken .bukken_list1 .post .thumb {
  width: 100%;
  height: 260px;
  margin-bottom: 15px;
}

#a_bukken .bukken_list1 .post .title {
  transition: 0.5s;
  font-size: 1.8rem;
}

#a_bukken .bukken_list1 .post:hover .title {
  color: #faa000;
}

@media screen and (max-width: 1440px) {
  #a_bukken {
    padding: 0 3%;
  }
  #a_bukken .bukken_list1 .post {
    width: calc((100% / 3) - (40px * 2 / 3));
  }
  #a_bukken .bukken_list1 .post:nth-child(4n) {
    margin-right: 40px;
  }
  #a_bukken .bukken_list1 .post:nth-child(4) {
    margin-top: 40px;
  }
  #a_bukken .bukken_list1 .post:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #a_bukken {
    padding: 0 5%;
  }
  #a_bukken .bukken_list1 {
    justify-content: space-between;
  }
  #a_bukken .bukken_list1 .post {
    width: 100%;
    margin: 0 0 30px;
  }
  #a_bukken .bukken_list1 .post:nth-child(4n) {
    margin-right: 0;
  }
  #a_bukken .bukken_list1 .post:nth-child(4) {
    margin-top: 0;
  }
  #a_bukken .bukken_list1 .post .thumb {
    width: 100%;
    height: 220px;
  }
  #a_bukken .bukken_list1 .post .txtbox dl {
    display: block;
    padding: 0 0 10px;
  }
  #a_bukken .bukken_list1 .post .txtbox dt {
    padding: 5px 10px;
    margin: 0 0 10px;
    text-align: left;
    border-radius: 0;
  }
}

#s_bukken .view,
#s_bukken .map_around,
#s_bukken .map_address,
#s_case .view,
#s_case .map_around,
#s_case .map_address {
  margin-bottom: 40px;
}

#s_bukken #main_image,
#s_case #main_image {
  width: 100%;
  height: 550px;
  display: block;
  position: relative;
  margin-bottom: 40px;
}

#s_bukken #main_image img,
#s_case #main_image img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

#s_bukken #thumb_list li,
#s_case #thumb_list li {
  width: 100%;
  height: 120px;
  cursor: pointer;
  margin: 0 20px 20px 0;
  width: calc((100% / 6) - (20px * 5 / 6));
}

#s_bukken #thumb_list li:nth-child(6n),
#s_case #thumb_list li:nth-child(6n) {
  margin-right: 0;
}

#s_bukken .map_around .cmn_ttl2, #s_bukken .map_around .editor h2, .editor #s_bukken .map_around h2,
#s_case .map_around .cmn_ttl2,
#s_case .map_around .editor h2, .editor
#s_case .map_around h2 {
  margin-bottom: 15px;
}

#s_bukken .map_around li,
#s_case .map_around li {
  margin: 0 20px 35px 0;
  width: calc((100% / 4) - (20px * 3 / 4));
}

#s_bukken .map_around li:nth-child(4n),
#s_case .map_around li:nth-child(4n) {
  margin-right: 0;
}

#s_bukken .map_around li .thumb,
#s_case .map_around li .thumb {
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}

#s_bukken .map_address,
#s_case .map_address {
  display: flex;
}

#s_bukken .map_address .ltbox,
#s_case .map_address .ltbox {
  width: 650px;
  margin-right: 4%;
}

#s_bukken .map_address .ltbox .add,
#s_case .map_address .ltbox .add {
  margin-bottom: 30px;
}

#s_bukken .map_address .ltbox .add .cmn_ttl2, #s_bukken .map_address .ltbox .add .editor h2, .editor #s_bukken .map_address .ltbox .add h2,
#s_case .map_address .ltbox .add .cmn_ttl2,
#s_case .map_address .ltbox .add .editor h2, .editor
#s_case .map_address .ltbox .add h2 {
  margin-bottom: 10px;
}

#s_bukken .map_address .ltbox .map iframe,
#s_case .map_address .ltbox .map iframe {
  width: 100%;
  height: 420px;
}

#s_bukken .btn2,
#s_case .btn2 {
  text-align: center;
  margin-top: 50px;
}

#s_bukken .btn2 a,
#s_case .btn2 a {
  padding: 20px 70px 20px 55px;
}

@media screen and (max-width: 768px) {
  #s_bukken #main_image,
  #s_case #main_image {
    width: 100%;
    height: 250px;
  }
  #s_bukken #thumb_list li,
  #s_case #thumb_list li {
    width: 100%;
    height: 90px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    width: calc((100% / 4) - (10px * 3 / 4));
  }
  #s_bukken #thumb_list li:nth-child(6n),
  #s_case #thumb_list li:nth-child(6n) {
    margin-right: 10px;
  }
  #s_bukken #thumb_list li:nth-child(4n),
  #s_case #thumb_list li:nth-child(4n) {
    margin-right: 0;
  }
  #s_bukken .map_around li,
  #s_case .map_around li {
    margin: 0 20px 25px 0;
    width: calc((100% / 2) - (20px * 1 / 2));
  }
  #s_bukken .map_around li:nth-child(2n),
  #s_case .map_around li:nth-child(2n) {
    margin-right: 0;
  }
  #s_bukken .map_around li:nth-child(4n),
  #s_case .map_around li:nth-child(4n) {
    margin-right: 25px;
  }
  #s_bukken .map_around li .thumb,
  #s_case .map_around li .thumb {
    height: 160px;
  }
  #s_bukken .map_address,
  #s_case .map_address {
    display: block;
  }
  #s_bukken .map_address .ltbox,
  #s_case .map_address .ltbox {
    width: 100%;
    margin: 0 0 20px;
  }
  #s_bukken .map_address .ltbox .map iframe,
  #s_case .map_address .ltbox .map iframe {
    width: 100%;
    height: 250px;
  }
}

/* case ====================================== */
.bukken_list2 .post {
  margin-right: 40px;
  width: calc((100% / 4) - (40px * 3 / 4));
}

.bukken_list2 .post:nth-child(4n) {
  margin-right: 0;
}

.bukken_list2 .post .thumb {
  width: 100%;
  height: 330px;
  margin-bottom: 15px;
}

.bukken_list2 .post .title {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .bukken_list2 {
    justify-content: space-between;
  }
  .bukken_list2 .post {
    width: 47%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .bukken_list2 .post:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .bukken_list2 .post .thumb {
    height: 180px;
  }
}

#s_case .main_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

#s_case .image {
  width: 550px;
  margin-right: 4%;
}

#s_case .image img {
  max-width: 100%;
}

#s_case .rtbox {
  flex: 1;
}

#s_case .comment {
  margin-top: 45px;
}

#s_case .comment .cmn_ttl3 {
  font-size: 1.8rem;
}

#s_case .thumb_list li {
  margin: 0 25px 25px 0;
  width: calc((100% / 4) - (25px * 3 / 4));
}

#s_case .thumb_list li:nth-child(4n) {
  margin-right: 0;
}

#s_case .thumb_list li .thumb {
  height: 180px;
}

@media screen and (max-width: 768px) {
  #s_case .main_box {
    display: block;
    margin-bottom: 40px;
  }
  #s_case .main_box .image {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  #s_case .main_box .image img {
    max-height: 100%;
  }
  #s_case .thumb_list li {
    margin: 0 15px 15px 0;
    width: calc((100% / 3) - (15px * 2 / 3));
  }
  #s_case .thumb_list li:nth-child(3n) {
    margin-right: 0;
  }
  #s_case .thumb_list li:nth-child(4n) {
    margin-right: 15px;
  }
  #s_case .thumb_list li .thumb {
    height: 120px;
  }
}

.bukken_date {
  padding: 25px;
  background-color: #fff;
  border: 3px solid #d7c8b4;
}

.bukken_date dl {
  margin-bottom: 15px;
  padding: 0 10px 15px;
  border-bottom: 1px solid #d7c8b4;
}

.bukken_date dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.bukken_date dt {
  color: #4c2802;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.bukken_date dd {
  width: 450px;
}

@media screen and (max-width: 768px) {
  .bukken_date {
    padding: 15px;
  }
  .bukken_date dt,
  .bukken_date dd {
    width: 100%;
    display: block;
  }
}
