@charset "utf-8";
/* ==========================================================

========================================================== */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

@media screen and (min-width: 768px) {
  #mainbox {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #article_wrap p {
    font-size: inherit;
    line-height: 1.4;
    text-align: justify;
  }
  #article_wrap #strategy .outline td p {
    font-size: 15px;
    line-height: 1.5;
  }
  #mainbox .mv {
    margin-bottom: 50px;
    display: flex;
    background: url(../image/bg-mv.png?20241018) 0 0 / 100% auto no-repeat;
    border: 1px solid #AF944B;
  }
  #mainbox .mv .mv_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 726px;
    height: 158px;
    padding: 0 0 0 0;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 1.85;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
  }
  #mainbox .mv figure {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 220px;
  }
  #mainbox .mv span {
    display: block;
    font-size: 18px;
  }
  #mainbox .mv h1 {
    font-size: 26px;
  }
  #mainbox .mv b {
    display: inline-block;
    padding: 0 0.4em;
    font-size: 17px;
    color: #943c40;
    background: #fff;
    line-height: 1.5;
    border-radius: 4px;
  }
  .img-main {
    /* width: 522px; */
    width: 626px;
    margin: 0 auto 50px;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #C19B5D;
  }
  .img-main,.img-main * {
    box-sizing: border-box;
  }
  .img-main img {
    width: 100%;
    display: block;
    height: auto;
    border: 1px solid #707070;
  }
  .fs-controls-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 225px;
    padding: 0 16px 2px 4px;
    margin: 0 100px 0 auto;
    color: #2A8EC6;
    font-size: 14px;
    line-height: 1;
    border-bottom: 2px solid #148EC6;
    box-sizing: border-box;
  }
  #fs-controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 119px;
  }
  #fs-controls button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #89C6E2;
    color: #fff;
    line-height: 1;
    cursor: pointer;
		padding: 0;
  }
  #fs-controls button.active {
    background: #148EC6;
    font-weight: 600;
  }
  #fs-controls #small {
    width: 1.75em;
    height: 1.85em;
    font-size: 14px;
  }
  #fs-controls #medium {
    width: 1.6em;
    height: 1.7em;
    font-size: 17px;
  }
  #fs-controls #large {
    width: 1.45em;
    height: 1.55em;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #mainbox {
    font-size: 4vw;
  }
  .img-main {
    width: 84%;
    margin: 4vw auto;
    padding: 3px;
    background-color: #fff;
    border: 2px solid #C19B5D;
  }
  .img-main,.img-main * {
    box-sizing: border-box;
  }
  .img-main img {
    width: 100%;
    display: block;
    height: auto;
    border: 1px solid #707070;
  }

  .fs-controls-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 57.69vw;
    padding: 0 4.1vw 0.513vw 1.026vw;
    margin: 0 4vw 0 auto;
    color: #2A8EC6;
    font-size: 3.33vw;
    line-height: 1;
    border-bottom: 0.513vw solid #148EC6;
    box-sizing: border-box;
  }
  #fs-controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 30.513vw;
  }
  #fs-controls button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #89C6E2;
    color: #fff;
    line-height: 1;
  }
  #fs-controls button.active {
    background: #148EC6;
    font-weight: 600;
  }
  #fs-controls #small {
    width: 1.75em;
    height: 1.85em;
    font-size: 3.33vw;
  }
  #fs-controls #medium {
    width: 1.6em;
    height: 1.7em;
    font-size: 4vw;
  }
  #fs-controls #large {
    width: 1.45em;
    height: 1.55em;
    font-size: 4.87vw;
  }
}

@media screen and (min-width: 768px) {
  body > #wrap > #container > [id^="main"] .lead {
    width: 748px;
    padding: 0;
    margin: 1.5em auto 0;
  }
  body > #wrap > #container > [id^="main"] .lead p:not(:last-child) {
    margin: 0 0 1.5em;
  }
  dl.index {
    width: 29.3em;
    margin: 2.5em auto 0;
    background: #FFFCF8;
    border: 1px solid #B28247;
  }
  dl.index dt {
    padding: 0.2em 0;
    background: #B28247;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  dl.index dd {
    margin: 0.75em 0 0.85em 1.3em;
  }
  dl.index dd ul li:not(:last-child) {
    margin-bottom: 0.65em;
  }
  dl.index dd a {
    position: relative;
    padding: 0 0 0 1em;
    font-size: 16px;
    color: #2C519C;
  }
  dl.index dd a:hover {
    opacity: 0.75;
  }
  dl.index dd a::before {
    content: "▼";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    font-size: 53%;
    color: #E51372;
  }
}
@media screen and (max-width: 767px) {
  body > #wrap > #container > [id^="main"] .lead {
    padding: 0;
    margin: 1em 1em 0;
  }
  body > #wrap > #container > [id^="main"] .lead p:not(:last-child) {
    margin: 0 0 1em;
  }
  dl.index {
    margin: 2em 1em 0;
    background: #FFFCF8;
    border: 0.257vw solid #B28247;
  }
  dl.index dt {
    padding: 0.2em 0;
    background: #B28247;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  dl.index dd {
    margin: 0.75em 0.8em 0.85em 0.8em;
  }
  dl.index dd ul li:not(:last-child) {
    margin-bottom: 0.65em;
  }
  dl.index dd a {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    font-size: 3.85vw;
    line-height: 1.25;
    color: #2C519C;
  }
  dl.index dd a::before {
    content: "▼";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    font-size: 53%;
    color: #E51372;
  }
}

@media screen and (min-width: 768px) {
  #mainbox .green-sect {
    width: 819px;
    margin: 3em auto 0;
		clear: both;
  }
  #mainbox .green-sect#history,
  #mainbox .green-sect#feature {
    overflow: hidden;
  }
  #mainbox .green-sect h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    margin-bottom: 1.3em;
    background: url(../image/bg-h2.png?20241018) 0 0 / 100% auto no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 1;
  }
  .image_right {
    display: block;
    float: right;
    width: 329px;
    margin: 0 0.25em 0 1em;
  }
  .image_right figcaption {
    padding: 0.2em 0.2em 0;
    font-size: 15px;
  }
  #mainbox .green-sect p {
    margin: 0 0.25em;
  }
  #mainbox .green-sect p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  #mainbox .green-sect .champion {
    width: 714px;
    margin: 0 auto;
  }
  #mainbox .green-sect .champion:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  #mainbox .green-sect .champion:last-of-type {
    margin-bottom: 2.8em;
  }
  #mainbox .green-sect .champion h3 {
    display: flex;
    text-align: center;
    margin-bottom: 0.8em;
    color: #A88144;
    align-items: center;
    justify-content: center;
    /* line-height: 1; */
  }
  #mainbox .green-sect .champion h3::before {
    content: "";
    display: block;
    width: 24px;
    height: 29px;
    margin: 0 0.6em 0.2em 0;
    /* line-height: 1; */
    background: url(../image/ico-crown.png) 50% 0 / auto 100% no-repeat;
    flex-shrink: 0;
    flex-grow: 0;
  }
  /*#mainbox .green-sect .champion h3::before {
    content: "\f810";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }*/
  .history_score {
    width: 720px;
    margin: 0 auto;
  }
  .history_score dt {
    background: #C19A5D;
    line-height: 1.88;
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .history_score dd {
    padding: 0.4em 0 0.6em;
    background: #FCF9E1;
  }
  .history_score dd #table-container {
    overflow: hidden;
  }
  #score-table {
    width: 46.8em;
    margin: 0 auto;
    border-spacing: 5px;
    border-collapse: separate;
    /*table-layout: fixed;*/
    font-size: 15px;
  }
  #score-table th {
    padding: 0.15em 0.5em;
    background: #DEF3D1;
    text-align: center;
  }
  #score-table th:nth-child(1) {
    width: 9em;
  }
  #score-table th:nth-child(2) {
    width: 12em;
  }
  #score-table th:nth-child(3) {
    width: 5.5em;
  }
  #score-table td {
    padding: 0.15em 0.5em;
    background: #fff;
    text-align: center;
  }
  #score-table td:nth-child(1),
  #score-table td:nth-child(3) {
    padding: 0.15em 0em 0.15em 0.5em;
  }
  #score-table tr td:first-child {
    font-size: 14.5px;
  }
  #score-table tr td:first-child span {
    font-size: 12.5px;
  }
  #score-table tr td:nth-child(3) {
    text-align: left;
  }
  #toggle-btn {
    display: block;
    width: 7em;
    padding: 0.5em 0;
    margin: 0.7em auto 0;
    background: #b28247;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border-radius: 0.5em;
    border: none;
    cursor: pointer;
  }
  .single_banner {
    display: flex;
    width: 676px;
    margin: 20px auto;
    justify-content: space-between;
    align-items: center;
  }
  .single_banner a:hover {
    opacity: 0.75;
  }
  .single_banner a img {
    width: 300px;
  }
  .single_banner > figcaption {
    width: 360px;
    font-size: 15px;
    line-height: 1.3;
  }
  #strategy .point {
    width: 629px;
    margin: 1.75em auto 0;
  }
  #strategy .point h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #1A7716;
    font-size: 19px;
  }
  #strategy .point h3 b {
    padding: 0.15em 1em;
    margin-right: 1em;
    color: #fff;
    font-weight: 600;
    font-size: 15.5px;
    border-radius: 2em;
    background: #C19A5D;
    flex-shrink: 0;
    flex-grow: 0;
  }
  #strategy .point p {
    margin: 1em 0.75em 0;
  }
  dl.outline {
    width: 774px;
    margin: 2.5em auto 0;
  }
  dl.outline dt {
    background: #C19A5D;
    font-size: 17px;
    line-height: 1.88;
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  dl.outline dd table {
    width: 96%;
    margin: 8px auto -4px;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 15px;
  }
  dl.outline dd table th {
    padding: 0.15em 0.4em;
    background: #E7F3E0;
    border: 1px solid #707070;
    vertical-align: middle;
  }
  dl.outline dd table th.title {
    width: 7.2em;
    background: #DEF3D1;
  }
  dl.outline dd table td {
    padding: 0.2em 0.4em 0.1em;
    background: #fff;
    border: 1px solid #707070;
    vertical-align: middle;
    text-align: center;
  }
  dl.outline dd table:nth-child(1) td:nth-child(3) {
    width: 4.3em;
  }
  dl.outline dd table:nth-child(2) td {
    width: 19.7em;
  }
  dl.outline dd table:nth-child(3) td {
    width: 19.7em;
    min-height: 2.6em;
  }
  dl.outline dd table td p {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #mainbox .green-sect {
    width: 92%;
    margin: 2.5em auto 0;
  }
  #main .title_block.title_h1 {
    background-color: #731215;
  }
  #mainbox .green-sect h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.35em 0.5em;
    margin-bottom: 4vw;
    background: url(../image/bg-h2.png?20241018) 50% 50% / cover no-repeat;
    font-size: 5.13vw;
    color: #fff;
    line-height: 1.3;
  }
  .image_right {
    display: block;
    margin: 0 4vw 1em;
  }
  .image_right figcaption {
    padding: 0.2em 0.2em 0;
    font-size: 3.6vw;
  }
  #mainbox .green-sect > p {
    margin: 0 4vw;
  }
  #mainbox .green-sect p:not(:last-child) {
    margin-bottom: 1em;
  }
  #mainbox .green-sect .champion {
    margin: 0 4vw;
  }
  #mainbox .green-sect .champion:not(:last-child) {
    margin-bottom: 1.5em;
  }
  #mainbox .green-sect .champion h3 {
    position: relative;
    padding-left: 1.9em;
    margin-bottom: 0.6em;
    color: #A88144;
    line-height: 1.3;
  }
  #mainbox .green-sect .champion h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 6.154vw;
    height: 7.436vw;
    margin: auto 0;
    line-height: 1;
    background: url(../image/ico-crown.png) 50% 0 / auto 100% no-repeat;
  }
  .history_score dt {
    background: #C19A5D;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .history_score dd {
    padding: 0.4em 0 0.6em;
    background: #FCF9E1;
  }
  .history_score dd::before {
    content: '横にスクロールしてご覧ください。';
    display: block;
    text-align: center;
    font-size: 88%;
    margin-bottom: 0.5em;
  }
  .history_score dd #table-container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #score-table {
    width: 140%;
    margin: 0 auto;
    border-spacing: 1vw;
    border-collapse: separate;
    font-size: 3.6vw;
  }
  #score-table th {
    padding: 0.15em 0.5em;
    background: #DEF3D1;
    text-align: center;
  }
  #score-table th:nth-child(1) {
    width: 4.5em;
  }
  #score-table th:nth-child(2) {
    width: 8em;
  }
  #score-table th:nth-child(3) {
    width: 5.5em;
  }
  #score-table td {
    padding: 0.15em 0.5em;
    background: #fff;
    text-align: center;
    vertical-align: middle;
  }
  #score-table td:nth-child(3) {
    padding: 0.15em 0em 0.15em 0.5em;
  }
  #score-table tr td:first-child {
    font-size: 3.6vw;
  }
  #score-table tr td:first-child span {
    font-size: 3.08vw;
  }
  #score-table tr td:nth-child(3) {
    text-align: left;
  }
  #toggle-btn {
    display: block;
    width: 7em;
    padding: 0.5em 0;
    margin: 0.7em auto 0;
    background: #b28247;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border-radius: 0.5em;
    border: none;
    cursor: pointer;
  }
  .single_banner {
    margin: 4vw;
  }
  .single_banner > figcaption {
    margin: 0.25em 0.5em 0;
    font-size: 3.6vw;
    line-height: 1.3;
  }
  #strategy .point {
    margin: 1.5em 4vw 0;
  }
  #strategy .point h3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #1A7716;
    font-size: 4.87vw;
    line-height: 1.3;
  }
  #strategy .point h3 b {
    padding: 0.15em 1em;
    margin-bottom: 0.4em;
    color: #fff;
    font-weight: 600;
    font-size: 3.6vw;
    border-radius: 2em;
    background: #C19A5D;
  }
  #strategy .point p {
    margin: 0.75em 0 0;
  }
  dl.outline {
    margin: 1.5em 4vw 0;
  }
  dl.outline dt {
    background: #C19A5D;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  dl.outline dd:before {
    content: '横にスクロールしてご覧ください。';
    display: block;
    text-align: center;
    font-size: 88%;
    margin: 0.5em auto 0.3em;
  }
  dl.outline dd .table-container {
    margin: 0.5em 2vw -0.25em;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  dl.outline dd table {
    width: 223%;
    border-collapse: separate;
    border-spacing: 0.513vw;
    font-size: 3.6vw;
  }
  dl.outline dd table th {
    padding: 0.15em 0.4em;
    background: #E7F3E0;
    border: 0.257vw solid #707070;
    vertical-align: middle;
  }
  dl.outline dd table th.title {
    width: 7.2em;
    background: #DEF3D1;
  }
  dl.outline dd table td {
    padding: 0.2em 0.4em 0.1em;
    background: #fff;
    border: 0.257vw solid #707070;
    vertical-align: middle;
    text-align: center;
  }
  dl.outline dd table:nth-child(1) td:nth-child(3) {
    width: 4.3em;
  }
  dl.outline dd table:nth-child(2) td {
    width: 19.7em;
  }
  dl.outline dd table:nth-child(3) td {
    width: 19.7em;
    min-height: 2.6em;
  }
  dl.outline dd table td p {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  #mainbox .pink-sect {
    width: 819px;
    margin: 2.75em auto 0;
  }
  #mainbox .pink-sect h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    margin-bottom: 1.3em;
    background: url(../image/bg-h2-pink.png) 0 0 / 100% auto no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 1;
  }
  #mainbox .pink-sect p {
    width: 760px;
    margin: 0 auto;
  }
  #mainbox .pink-sect .osusume {
    width: 775px;
    margin: 1.75em auto 0;
    overflow: hidden;
  }
  #enjoy .osusume h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #1A7716;
    font-size: 19px;
  }
  #enjoy .osusume h3 b {
    padding: 0.15em 1em;
    margin-right: 1em;
    color: #fff;
    font-weight: 600;
    font-size: 15.5px;
    border-radius: 2em;
    background: #C19A5D;
  }
  #enjoy .osusume p {
    margin-top: 0.6em;
  }
  #enjoy .osusume .image_right {
    margin-left: 1.5em;
  }
  #enjoy .single_banner {
    width: 717px;
    margin-top: 30px;
  }
  #enjoy .single_banner > figcaption {
    width: 400px;
  }
  #teien {
    position: relative;
    width: 868px;
    padding: 0 0 2em;
    margin: 90px auto 0;
    background: #FFF2F2;
  }
  #teien h2 {
    position: relative;
    top: -34px;
    margin: 0 0 -34px -16px;
  }
  #teien .teien_lead {
    position: absolute;
    top: 0;
    left: 218px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    color: #fff;
  }
  #teien .teien_lead p {
    width: 34em;
  }
  #teien .img-photo-intro {
    display: block;
    width: 676px;
    margin: 1.5em auto 0;
  }
  #teien .img-photos {
    display: flex;
    flex-wrap: wrap;
    width: 676px;
    margin: 0.5em auto 0;
    justify-content: space-between;
  }
  #teien .img-photos li {
    width: 216px;
    margin: 1em 0 0;
    font-size: 16px;
    text-align: center;
  }
  #teien .img-photos li a {
    position: relative;
    display: block;
    margin: 0 0 0.2em;
  }
  #teien .img-photos li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
  }
  #teien .img-photos li a:hover::before {
    opacity: 0.3;
  }
  #teien .img-photos li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 29px;
    height: 28px;
    background: url(../image/ico-loupe.png) 0 0 / 100% auto no-repeat;
  }
  .img-back {
    width: 655px;
    margin: 1.5em auto 0;
  }
  .facility_information {
    width: 600px;
    margin: 3em auto 0;
  }
  .facility_information dt {
    position: relative;
    /* width: 552px; */
    padding-left: 1em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.778;
    border-left: 6px solid #1A7716;
    box-sizing: border-box;
  }
  .facility_information dt::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 2px;
    right: 0;
    height: 1px;
    background: #1A7716;
  }
  .facility_information dd figure {
    float: right;
    width: 221px;
  }
  .facility_information dd figure a:hover {
    opacity: 0.75;
  }
  .facility_information dd figure figcaption {
    background: #488E45;
    font-size: 15px;
    text-align: center;
    padding: 0.5em 0;
    color: #fff;
    line-height: 1.5;
  }
  .facility_information table {
    width: 552px;
    margin: 12px 0 0;
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 15px;
  }
  .facility_information table th {
    padding: 0.35em 0 0.35em 0.05em;
    width: 9em;
    background: #F3FBEE;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  .facility_information table td {
    padding: 0.35em 0em 0.35em 0.65em;
    line-height: 1.5;
    vertical-align: middle;
    letter-spacing: 0.03em;
  }
  .facility_information table td li {
    position: relative;
    padding-left: 2.1em;
  }
  .facility_information table td li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    font-size: 150%;
    text-align: center;
  }
  .facility_information table td li:nth-child(2) {
    margin-top: 0.5em;
  }
  /* .facility_information table td li:nth-child(2) i {
    top: 0.1em;
  } */
  #mainbox #matome {
    padding: 0 0 2.5em;
  }
  #mainbox #matome.green-sect > p {
    width: 740px;
    margin: 0 auto 0.8em;
  }
  #matome .img-matome {
    display: block;
    width: 619.5px;
    margin: 2.8em auto 0;
  }
}
@media screen and (max-width: 767px) {
  #mainbox .pink-sect {
    width: 92%;
    margin: 2.5em auto 0;
  }
  #mainbox .pink-sect h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.35em 0.5em;
    margin-bottom: 4vw;
    background: url(../image/bg-h2-pink.png) 50% 50% / cover no-repeat;
    font-size: 5.13vw;
    color: #fff;
    line-height: 1.3;
    text-align: center;
  }
  #mainbox .pink-sect > p {
    margin: 0 4vw;
  }
  #mainbox .pink-sect .osusume {
    margin: 1.5em 4vw 0;
    overflow: hidden;
  }
  #enjoy .osusume {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #enjoy .osusume .image_right {
    margin: 4vw;
    order: 2;
  }
  #enjoy .osusume h3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #1A7716;
    font-size: 4.87vw;
    line-height: 1.3;
    text-align: center;
    order: 1;
  }
  #enjoy .osusume h3 b {
    padding: 0.15em 1em;
    margin-bottom: 0.4em;
    color: #fff;
    font-weight: 600;
    font-size: 3.6vw;
    border-radius: 2em;
    background: #C19A5D;
  }
  #enjoy .osusume p {
    order: 3;
  }
  #teien {
    position: relative;
    padding: 0 0 4vw;
    margin: 19vw 4vw 0;
    background: #FFF2F2;
  }
  #teien h2 {
    position: absolute;
    top: -15vw;
    right: 0;
    left: 0;
    width: 36vw;
    margin: 0 auto;
  }
  #teien .teien_lead {
    padding: 20vw 4vw 4vw;
    color: #fff;
    background: #23201E;
  }
  #teien .img-photo-intro {
    display: block;
    width: calc(100% - 8vw);
    margin: 4vw auto 0;
  }
  #teien .img-photos {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 8vw);
    margin: 0.5vw auto 0;
    justify-content: space-between;
  }
  #teien .img-photos li {
    width: 32.5%;
    margin: 2vw 0 0;
    font-size: 3.08vw;
    text-align: center;
    line-height: 1.25;
  }
  #teien .img-photos li a {
    position: relative;
    display: block;
    margin: 0 0 0.2em;
  }
  #teien .img-photos li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 5vw;
    height: 5vw;
    background: url(../image/ico-loupe.png) 0 0 / 100% auto no-repeat;
  }
  .img-back {
    width: 88%;
    margin: 1em auto 0;
  }
  .facility_information {
    width: 92%;
    margin: 1em auto 0;
  }
  .facility_information dt {
    position: relative;
    padding-left: 1em;
    font-size: 4.62vw;
    font-weight: 600;
    line-height: 1.778;
    border-left: 1.54vw solid #1A7716;
    box-sizing: border-box;
  }
  .facility_information dt::before {
    content: "";
    position: absolute;
    bottom: -0.257vw;
    left: 0.513vw;
    right: 0;
    height: 0.257vw;
    background: #1A7716;
  }
  .facility_information dd figure {
    width: 80%;
    margin: 4vw auto 0;
  }
  .facility_information dd figure figcaption {
    background: #488E45;
    font-size: 3.6vw;
    text-align: center;
    padding: 0.5em 0;
    color: #fff;
    line-height: 1.5;
  }
  .facility_information table {
    display: block;
    width: 100%;
    margin: 4vw 0 0;
    border-collapse: separate;
    border-spacing: 0.513vw;
    font-size: 3.6vw;
  }
  .facility_information table tbody {
    display: block;
    width: 100%;
  }
  .facility_information table tr {
    display: block;
    width: 100%;
  }
  .facility_information table th {
    display: block;
    width: 100%;
    padding: 0.2em 0 0.2em 0.05em;
    background: #F3FBEE;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    margin-bottom: 0.3em;
  }
  .facility_information table td {
    display: block;
    width: 100%;
    padding: 0.35em 0.5em 0.7em;
    line-height: 1.5;
    letter-spacing: 0.03em;
    box-sizing: border-box;
  }
  .facility_information table td li {
    position: relative;
    padding-left: 1.9em;
  }
  .facility_information table td li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    font-size: 150%;
    text-align: center;
  }
  .facility_information table td li:nth-child(2) {
    margin-top: 0.5em;
  }
  .facility_information table td li:nth-child(2) i {
    top: 0.1em;
  }
  #mainbox #matome {
    padding: 0 0 1.5em;
  }
  #mainbox #matome h2 {
    text-align: left;
  }
  #matome .img-matome {
    display: block;
    width: 90%;
    margin: 1.5em auto 0;
  }
}

#mainbox .green-sect .table_comment {
  padding: 0.3em 0 0 0.8em;
}
#mainbox .green-sect .table_comment p {
  font-size: 88%;
  display: flex;
  margin: 0;
}
#mainbox .green-sect .table_comment p span:first-of-type {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.2em;
}
#mainbox .comment_symbol {
  font-size: 84%;
}
#mainbox .fs_comment {
  font-size: 88%;
  display: flex;
  margin-top: 0.6em;
}
#mainbox .fs_comment span:first-of-type {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.4em;
}
#article_wrap a.nohref:hover,
#article_wrap a.nohref:active,
#article_wrap a.nohref:link {
  color: inherit;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


