@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");

/**************************
common
**************************/
h1.tl {
  padding-right: 45px;
}


.st-honten-main figure {
  margin: 20px auto 0;
}

article #Journal > h1,
#Journal > h1 + article > h2 {
  display: none;
  border: none;
}

.st-honten-main {
  font-size: 14px;
}

.st-honten-main *,
.st-honten-main a {
  color: #fff;
}

.st-honten-main a {
  text-decoration: underline;
}

/***title***/
.st-honten-main h1,
.st-honten-main h2,
.st-honten-main h3,
.st-honten-main h4,
.st-honten-main h5,
.st-honten-main h6,
.wm-h1,
.wm-h2,
.wm-h3,
.wm-h4,
.wm-h5,
.wm-h6 {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin: 40px auto 0;
}

.st-honten-main h1 span,
.wm-h1 span,
.st-honten-main h2 span,
.wm-h2 span {
  font-size: 20px;
  margin-left: 18px;
}

.st-honten-main h1 br + span,
.wm-h1 br + span,
.st-honten-main h2 br + span,
.wm-h2 br + span {
  margin-left: 0;
}

.st-honten-main h1,
.wm-h1 {
  margin-top: 0px;
  padding-top: 60px;
  font-size: 28px;
  line-height: 1.4;
}

.st-honten-main h1.tl {
  padding-right: 45px;
}

.st-honten-main .st-honten-main h1.tl + *:not(h2) {
  margin-top: 46px;
}

.st-honten-main h2,
.wm-h2 {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 5px;
}

.st-honten-main h2:after,
.wm-h2:after {
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  background-color: #b8a499;
  width: 100%;
}

.st-honten-main h3,
.wm-h3 {
  font-size: 20px;
  padding-bottom: 7px;
}

.st-honten-main h3:after,
.wm-h3:after {
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  background-color: #b8a499;
  width: 30px;
}

.st-honten-main h4,
.wm-h4 {
  font-size: 18px;
  padding-left: 12px;
}

.st-honten-main h4:before,
.wm-h4:before {
  content: '';
  display: inline-block;
  left: 0;
  top: 2px;
  position: absolute;
  width: 2px;
  height: 18px;
  border: 1px solid #b8a499;
  border-width: 0 1px 0 1px;
}

.st-honten-main h5,
.wm-h5 {
  font-size: 16px;
  padding-left: 12px;
}

.st-honten-main h5:before,
.wm-h5:before {
  content: '';
  display: inline-block;
  left: 0;
  top: 2px;
  position: absolute;
  width: 2px;
  height: 16px;
  border: 1px solid #b8a499;
  border-width: 0 1px 0 1px;
}

.st-honten-main h6,
.wm-h6 {
  font-size: 16px;
}

@media only screen and (min-width: 800px) {

  .st-honten-main h1,
  .st-honten-main h2,
  .st-honten-main h3,
  .st-honten-main h4,
  .st-honten-main h5,
  .st-honten-main h6,
  .wm-h1,
  .wm-h2,
  .wm-h3,
  .wm-h4,
  .wm-h5,
  .wm-h6 {
    line-height: 1.9;
  }

  .st-honten-main h1,
  .wm-h1 {
    font-size: 30px;
  }

  .st-honten-main h1.tl {
    position: absolute;
    padding: 0;
    top: 80px;
    left: 40px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
  }

  .st-honten-main h1.tl + *:not(h2) {
    margin-top: 76px;
  }

  .st-honten-main h2,
  .wm-h2 {
    margin-top: 70px;
    font-size: 26px;
  }

  .st-honten-main h3,
  .wm-h3 {
    font-size: 20px;
  }

  .st-honten-main h4:before,
  .wm-h4:before {
    top: 7px;
  }

  .st-honten-main h5:before,
  .wm-h5:before {
    top: 6px;
  }
}

.st-honten-main .catch {
  font-size: 16px;
  font-weight: bold;
}


.st-honten-main p img {
  vertical-align: sub;
  display: inline-block;
  margin: 0 0 0 4px;
}

/***title***/
#Journal .st-honten-main h2 {
  padding: 0;
  position: relative;
  font-size: 26px;
  line-height: 1.9;
}

.st-honten-main h2:after {
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  background-color: #b8a499;
  width: 100%;
}



@media screen and (max-width: 768px) {
  #contents {
    padding: 0;
  }

  h1.tl {
    padding: 60px 0 0 0;
    margin-bottom: 0;
    font-size: 28px;
    border: none;
  }

  h1.tl + *:not(h2) {
    margin-top: 46px;
  }

  .st-honten-main p {
    margin: 20px auto 0;
    line-height: 1.9;
    max-height: 100%;
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  h1.tl {
    padding-top: 0;
    position: absolute;
    padding: 0;
    top: 80px;
    left: 40px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    font-size: 30px;
    border: none;
  }

  h1.tl + *:not(h2) {
    margin-top: 76px;
  }

  .st-honten-main p {
    margin: 20px auto 0;
    line-height: 1.9;
    max-height: 100%;
  }
}



.st-honten-main:before {

  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}

.st-honten-main {
  width: 100%;
  position: relative;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;*/
}

.st-honten-main .content {
  /*-webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;*/
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  /* display: -webkit-box;
    display: -webkit-flex;
    display: flex;*/
}

.st-honten-main .content > article {
  padding: 0 20px 35px 20px;
  position: relative;
  z-index: 4;
}



@media only screen and (min-width: 800px) {
  .st-honten-main .content:after {
    content: '';
    display: block;
    clear: both;
  }

  .st-honten-main .content > article {
    float: left;
    padding: 0 40px 95px 110px;
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .st-honten-main > article {
    padding: 0;
  }

  .st-honten-main .top_header .top_header_title {
    margin: 0 auto;
  }

  .st-honten-main .top_header_bg .top_header_title {
    padding: 100px 0;
  }

  .st-honten-main #contents {
    padding: 0;
  }

  .st-honten-main #contents > * {
    margin-left: 40px;
    margin-right: 40px;
  }

  .st-honten-main #contents > *:first-child {
    margin-top: 0;
  }
}


/**************************
bgPhoto
**************************/
.bgPhoto {}

.bgPhoto img {
  display: none;
}

.bgPhoto ul li {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  max-height: none;
  top: 0;
  left: 0;
  /*-webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 3s;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
}

.bgPhoto ul li:only-child {
  opacity: 1;
}

.bgPhoto ul li.js {
  opacity: 1;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 768px) {

  .p-iframe-wrap iframe {
    aspect-ratio: 4 / 3;
    max-width: 100%;
    width: 600px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}

/**************************
table
**************************/
.st-honten-main table {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 20px;
}

.st-honten-main table th,
.st-honten-main table td {
  border: 1px solid #afafaf;
  padding: 9px 20px;
}

.st-honten-main table th:first-child,
.st-honten-main table td:first-child {
  border-top: 1px solid #afafaf;
}

.st-honten-main table thead th {
  background-color: rgba(235, 181, 153, 0.4);
  font-weight: bold;
  text-align: center;
}

.st-honten-main table tbody th,
.st-honten-main table tbody td {
  vertical-align: top;
}

.st-honten-main table tbody th {
  background-color: rgba(175, 175, 175, 0.4);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .st-honten-main table tbody th{
    width: 20%;
  }
  
}
@media only screen and (max-width: 479px) {

  .wm-table-break table,
  .wm-table-break tbody,
  .wm-table-break tr,
  .wm-table-break th,
  .wm-table-break td {
    display: block;
  }

  .wm-table-break thead {
    display: none;
  }

  .wm-table-break tr {
    border: 1px solid #d9d9d9;
    border-width: 0 1px 1px;
  }

  .wm-table-break tr + tr {
    margin: 10px 0 0;
  }

  .wm-table-break th,
  .wm-table-break td {
    border-width: 1px 0 0;
  }
}

/**************************
st-honten-main2
**************************/
.st-honten-main2 *,
.st-honten-main2 a {
  color: #333;
}

.st-honten-main2:before {
  content: none;
}

.st-honten-main2 {
  background-image: url(../img/bg-w.png);
}