/*
Theme Name: office_wp
*/



/* Reset */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #999;
}
a img:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 400;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
a[href^="tel:"] {
  pointer-events: none
}
@media screen and (max-width: 980px) {
  a[href^="tel:"] {
    pointer-events: auto
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}
body {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  letter-spacing: .1em;
  background: rgba(186, 144, 109, 1);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}
a:link {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}
a:visited {
  color: #fff
}
a:hover {
  color: #c6c6c6;
  text-decoration: none
}



/* レイアウト PC
---------------------------------------------------------------------------*/
#wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
#under #wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 120px auto 0;
  padding: 80px 0 80px 0;
}
.inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 8em;
}



/* ヘッダー PC
---------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5984768908)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5984768908) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 100;
}
.h_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(136, 94, 59, 1);
  width: 100%;
  height: 32px;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: center; 
}
.h_txt h1 {
  color: #fff;
}
.header .header_logo {
  display: block;
  margin: 10px 0 0 15px;
  padding: 0;
  width: 320px;
  z-index: 99;
}
.header .header_logo img {
  background-color: rgba(136, 94, 59, 0.96);
  width: 100%;
  height: auto;
  padding: 6px;
  vertical-align: middle;
}
.header.n_scroll .header_logo {
  margin: 10px 0 0 15px;
  width: 200px;
}
.header.n_scroll .header_logo img {
  width: 100%;
  height: auto;
  padding: 6px;
}

@media screen and (max-width: 980px) {
.header .header_logo {
  display: block;
  margin: 0;
  padding: 0;
  width: 160px;
  z-index: 99;
}
.header .header_logo img {
  background-color: rgba(136, 94, 59, 0.96);
  width: 100%;
  height: auto;
  padding: 6px;
  vertical-align: middle;
}
.header.n_scroll .header_logo {
  margin: 0;
  width: 160px;
}
.header.n_scroll .header_logo img {
  width: 100%;
  height: auto;
  padding: 6px;
}
}
.openbtn {
  display: block;
  position: fixed;
  z-index: 101;
  top: 60px;
  right: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
}
.openbtn span:nth-of-type(1) {
  top: 6px;
}
.openbtn span:nth-of-type(2) {
  top: 22px;
}
.openbtn span:nth-of-type(3) {
  top: 38px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 10%;
  transform: translateY(6px) rotate(-45deg);
  width: 80%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 10%;
  transform: translateY(-6px) rotate(45deg);
  width: 80%;
  background-color: #fff;
}
.openbtn p {
  padding: 45px 0 0 0;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.openbtn.active p {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 101;
    top: 55px;
    right: 15px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .openbtn span:nth-of-type(1) {
    top: 8px;
  }
  .openbtn span:nth-of-type(2) {
    top: 22px;
  }
  .openbtn span:nth-of-type(3) {
    top: 36px;
  }
  .openbtn p {
    padding: 42px 0 0 0;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
  }
}
ul.g_nav {
  display: none;
  position: fixed;
  z-index: 100;
  top: -5%;
  left: 0;
  right: -210%;
  float: none;
  margin: 0;
  width: 100%;
  height: 105%;
  background: rgba(136, 94, 59, 0.96);
  transition: all 0.2s;
}
ul.g_nav.panelactive {
  display: block;
  right: 0;
  left: 0;
}
.g_nav-list {
  display: none;
  width: 100%;
  padding: 120px 0 120px 16%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
ul.g_nav.panelactive .g_nav-list {
  display: block;
  text-align: left;
}
ul.g_nav li {
  margin: 0 0 1em 0;
  padding: 0;
  vertical-align: middle;
}
ul.g_nav li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 500;
  vertical-align: middle;
}
ul.g_nav li a span {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #fff;
  font-size: 1.2rem;
}
ul.g_nav li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
ul.g_nav li a:hover span {
  color: rgba(255, 255, 255, 0.7);
}
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden
}
.slider {
  position: relative;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
}
.slider_item {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider_item.slider_item01 {
  background-image: url("./images/slide01.jpg")
}
.slider_item.slider_item02 {
  background-image: url("./images/slide02.jpg")
}
@media screen and (max-width: 640px) {
.slider_item.slider_item01 {
  background-image: url("./images/slide01_sp.jpg")
}
.slider_item.slider_item02 {
  background-image: url("./images/slide02_sp.jpg")
}
}



/* フッター PC
---------------------------------------------------------------------------*/
.footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  z-index: 10;
}
.f_inner {
  width: 92%;
  margin: 0 auto;
  padding: 0 0 30px;
}
.copyright {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: .06em;
  text-align: center;
  color: #fff
}
@media screen and (max-width: 980px) {
  .copyright {
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
  }
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
}
#pagetop img {
  width: 40px;
  height: auto;
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 99;
  }
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
h2.tit01 {
  margin: 0 auto 0.66em;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  line-height: 1.33;
  text-align: left;
}
h2.tit01::first-letter {
  font-size: 133%;
}
h2.tit01 span {
  display: inline-block;
  padding: 6px 0 0 16px;
  color: #fff;
  font-size: 1.33rem;
  text-align: left;
}
h2.tit02 {
  margin: 0 auto 0.66em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: .04em;
  line-height: 1.33em;
  text-align: left;
}
h2.tit03 {
  margin: 0 auto 0.66em;
  padding: 2px 0 2px 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: .04em;
  line-height: 1.33em;
  text-align: left;
  border-left: 8px solid rgba(255, 255, 255, 0.5);
}
h3.tit01 {
  margin: 30px 0 0.8em 0;
  padding: 6px 0 ;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  border-bottom: 3px dotted rgba(255, 255, 255, 0.66);
}
h3.tit02 {
  background: rgba(136, 94, 59, 1);
  width: fit-content;
  margin: 18px 0 6px;
  padding: 2px 8px;
  color: #fff;
  font-size: 0.95rem;
  border-radius: 3px;
}
h4.tit01 {
  background: #fff;
  width: fit-content;
  margin: 18px 0 6px;
  padding: 2px 8px;
  color: #000;
  font-size: 0.95rem;
  border: 1px solid #fff;
  border-radius: 3px;
}
section p.cap {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
}
section p .price {
  font-size: 180%;
}
.top_txt_block {
  margin: 30px auto 0;
}
.news_box {
  width: 100%;
  margin: 0 auto 3em;
}
.news_list {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.66;
  border-top: 2px dotted rgba(255, 255, 255, 0.66);
  overflow: auto;
}
.news_list dt {
  clear: both;
  width: 9em;
  float: left;
  padding: 14px;
  font-weight: 700;
  color: #fff;
}
.news_list dd {
  padding: 14px 14px 14px 9em;
  text-align: left;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.66);
}
.news_list dd a {
  color: #fff;
}
.news_list dd a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.33);
  text-underline-offset: 6px;
}
.size100 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrap.rev {
  flex-direction: row-reverse;
}
.p_img_block {
  flex-basis: 45%;
  order: 2;
  margin: 0;
}
.p_img_block img {
  width: 100%;
  height: auto;
}
.p_txt_block {
  flex-basis: 55%;
  padding: 0 45px 0 0;
}
.wrap.rev .p_txt_block {
  padding: 0 0 0 45px;
}
.p_txt_block p {
  margin: 0 0 1em 0;
}
.a_block {
  width: 48%;
}
.p_img_block.outline {
  flex-basis: 30%;
  order: 2;
  margin: 0;
}
.p_txt_block.outline {
  flex-basis: 70%;
  padding: 0 45px 0 0;
}


@media screen and (max-width: 980px) {
.wrap, .wrap.rev {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.p_img_block {
  flex-basis: 100%;
  width: 100%;
  margin: 45px 0 0;
}
.p_txt_block {
  flex-basis: 100%;
  width: 100%;
  padding: 0;
}
.wrap.rev .p_txt_block {
  padding: 0;
}
.p_txt_block.outline {
  flex-basis: 100%;
  padding: 0;
}
.a_block {
  width: 100%;
}
}
.google_map iframe {
margin: 0;
}
.access_info {
  margin: 1em 0 2.4em;
  padding: 0.1em 0 0.1em 1em;
  border-left: 5px solid rgba(255, 255, 255, 0.33);
}
section .access_info p {
  margin: 0;
}
.tbl01 {
  width: 100%;
  margin: 30px auto 20px;
  font-size: 16px;
  line-height: 1.66;
}
.tbl01 th {
  width: 8em;
  padding: 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}
.tbl01 td {
  width: calc(100% - 8em);
  padding: 12px;
  text-align: left;
  vertical-align: middle;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}
.more_btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  background: rgba(136, 94, 59, 1);
  margin: 40px auto 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 28px;
  overflow: hidden;
}
.more_btn01 a span {
  background: url(./images/arr01.svg) no-repeat;
  background-position: 84% 50%;
  background-size: 24px 24px;
  width: 100%;
  padding: 14px 24px 14px 6px;
  color: #fff;
}
.more_btn01 a:hover {
  background: rgba(136, 94, 59, 0.75);
  transition: all 1s;
}
.more_btn01 a:hover span {
  background: url(./images/arr01.svg) no-repeat;
  background-position: 88% 50%;
  background-size: 24px 24px;
  padding: 14px 24px 14px 6px;
  transition: all 1s;
}



/*　その他 PC
---------------------------------------------------------------------------*/
.page_scroll > a {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1440px) {
.page_scroll > a {
  display: block;
  padding-top: 140px;
  margin-top: -140px;
}
}
@media screen and (max-width: 980px) {
.page_scroll > a {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}
}




@media screen and (max-width: 980px) {
  .inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
    padding: 0 0 6em;
  }
  .footer .footer_inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto 20px;
    padding: 0;
  }
  .google_map iframe {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
}



@media screen and (max-width: 980px) {
  #under #wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 70px auto 0;
    padding: 80px 0 80px 0;
  }
  .inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
    padding: 0 0 8em;
  }
  body {
    font-size: 15px;
  }
  .g_nav-list {
    display: none;
    width: 100%;
    padding: 120px 0 120px 7%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  h2.tit01 {
    margin: 0 auto 0.5em;
    font-size: 2rem;
  }
  h2.tit01::first-letter {
    font-size: 133%;
  }
  h2.tit01 span {
    font-size: 1.1rem;
  }
  h2.tit02 {
    margin: 0 auto 0.5em;
    font-size: 1.44rem;
  }
  h2.tit03 {
    margin: 0 auto 0.66em;
    font-size: 1.44rem;
  }
  h3.tit01 {
    margin: 30px 0 0.8em 0;
    font-size: 0.95rem;
  }
  h4.tit01 {
    margin: 18px 0 6px;
    padding: 2px 8px;
    color: #000;
    font-size: 0.85rem;
  }
  .news_box {
    width: 100%;
    margin: 0 auto 3em;
  }
  .news_list {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.66;
    border-top: 2px dotted rgba(255, 255, 255, 0.66);
    overflow: auto;
  }
  .news_list dt {
    clear: none;
    width: 100%;
    float: none;
    padding: 14px 8px 4px;
  }
  .news_list dd {
    padding: 0 8px 14px;
    text-align: left;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.66);
  }
  .tbl01 th, .tbl01 td {
    display: block;
    width: 100%;
    padding: 8px;
    text-align: left;
  }
  .tbl01 {
    width: 100%;
    margin: 30px auto 20px;
    font-size: 15px;
    line-height: 1.66;
  }
  .tbl01 th {
    background: rgba(255, 255, 255, 0.15);
    border-top: 2px dotted rgba(255, 255, 255, 0.5);
    border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
  }
  .tbl01 td {
    width: calc(100% - 8em);
    padding: 12px;
    text-align: left;
    vertical-align: middle;
    border-top: 0px dotted rgba(255, 255, 255, 0.5);
    border-bottom: 0px dotted rgba(255, 255, 255, 0.5);
  }
}


@media screen and (max-width: 768px) {
  .h_txt {
    font-size: 2.1vw;
  }
  .h_txt h1 {
    font-size: 2.1vw;
  }
}


#side {
  float: right;
  width: 240px;
  padding: 0 0 30px 0;
}
#cont {
  float: left;
  width: calc(100% - 270px);
  padding: 0 30px 30px 0;
}
@media screen and (max-width: 980px) {
  #side {
    float: none;
    width: 100%;
  }
  #cont {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.link_nav {
  margin: 100px auto 0;
  font-size: 85%;
}
.link_nav  a {
  color: #555;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 85%;
  text-align: center;
}
.center {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff !important;
  text-decoration: none;
  padding: 1px 4px;
  margin: 2px;
  color: #333;
  font-size: 85%;
  border: 1px solid rgba(136, 94, 59, 1);
}
.wp-pagenavi span.current {
  font-weight: bold;
  font-size: 85%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: rgba(136, 94, 59, 1) !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(136, 94, 59, 1) !important;
}
#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #fff;
  font-size: 1rem;
  font-feature-settings: "palt";
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
  z-index: 10;
}
/*
#side h3:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: rgba(255, 255, 255, 1);
}
*/
.side_menu01 {
  width: 100%;
  margin: 10px auto 24px;
  border-top: 0px dotted rgba(255, 255, 255, 0.66);
}
.side_menu01 li {
  background: url(./images/arr.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 11px 11px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 2px dotted rgba(255, 255, 255, 0.66);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu01 li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 0.9rem;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #1f1f1f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #1f1f1f;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
.post_block h1 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
}
.post_block h1.post_ttl {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: #fff;
  font-size: 150%;
  font-weight: bold;  
  border-bottom: 3px dotted rgba(255, 255, 255, 0.66);
  font-feature-settings: "palt";
}
.post_block h1.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding-bottom: 0;
  color: #fff;
  font-size: 150%;
  font-weight: bold;  
  font-feature-settings: "palt";
}
.post_block h1.post_ttl span, .post_block h1.post_ttl02 span {
  padding: 0.1em 0.3em;
  border-left: 8px solid rgba(255, 255, 255, 1);
}
.post_block h2 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: #fff;
  font-size: 140%;
  font-weight: bold;  
  border-left: 8px solid rgba(255, 255, 255, 1);
}
.post_block h2.tit03 {
  margin: 0 0 1em;
}
.post_block h3 {
  background: transparent;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0 0 0.5em 0;
  color: #fff;
  font-size: 130%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h4 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h5 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: #fff;
  font-size: 110%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h6 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: #fff;
  font-size: 100%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block p {
  display: block;
  margin: 0 0 1em 0;
  font-size: 100%;
  line-height: 1.66;
  text-align: left;
}
.post_block p.date {
  margin: 0 0 30px 0;
  font-size: 80%;
}
.post_block p.date span {
  background: #fff;
  padding: 2px 6px;
  color: rgba(136, 94, 59, 1);
}



/* フォーム
---------------------------------------------------------------------------*/
.tbl02 {
  width: 100%;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.66;
}
.tbl02 th {
  width: 18em;
  padding: 24px 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}
.tbl02 td {
  width: calc(100% - 18em);
  padding: 24px 12px;
  text-align: left;
  vertical-align: middle;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}
input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea, select {
  background: #fff;
  margin: 0;
  padding: 7px 0 7px 8px;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #eee;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.btn-submit input[type="submit"] {
  display: block;
  background: #ffe14d;
  width: 100%;
  max-width: 240px;
  height: 50px;
  margin: 20px auto 60px;
  font-size: 16px;
  color: #000;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
.req {
  color: rgb(255, 255, 255);
  font-size: 80%;
  background: rgb(255, 0, 0);
  padding: 1px 3px;
}
@media screen and (max-width: 768px) {
 .tbl02 {
    width: 100%;
    border-top: 0px dotted rgba(255, 255, 255, 0.5);
    border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
    margin: 0 auto 40px;
  }
  .tbl02 th, .tbl02 td {
    display: block;
    width: 100%;
    font-size: 15px;
    border-bottom: 0px dotted rgba(255, 255, 255, 0.5);
  }
  .tbl02 th {
    vertical-align: middle;
    padding: 12px 12px 6px ;
    font-weight: bold;
    text-align: left;
  }
  .tbl02 td {
    vertical-align: middle;
    padding: 6px 12px 20px;
    border-top: 0px dotted rgba(255, 255, 255, 0.5);
    text-align: left;
  }
}